RTEMS | cpukit: Create DHRL Library for DRAM Latency Mitigation (!1193)
Wayne Thornton (@wmthornton-dev)
gitlab at rtems.org
Fri May 22 14:48:59 UTC 2026
Wayne Thornton commented on a discussion on cpukit/score/cpu/x86_64/include/rtems/score/cpu.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150828
>
> typedef uintptr_t CPU_Uint32ptr;
>
> +/**
> + * @brief Pauses the CPU pipeline to prevent aggressive speculative execution
> + * and reduce thermal load during spin-wait loops.
> + */
> +static inline void _CPU_Pause_speculation( void )
> +{
> + __asm__ volatile( "pause" ::: "memory" );
So would you want to see an MR just for adding the `_CPU_Spin_wait()` to the `x86-64/amd64` BSP? At the moment, it's part of this MR because it's needed for testing and validation otherwise the API will never be built nor could it be tested. So I guess I'm a bit unclear about what you would like to see moving forward
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150828
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260522/30046f31/attachment-0001.htm>
More information about the bugs
mailing list