<div dir="ltr">Hello,<div>In RTEMS each set of BSP has its own MMU implementation, for utilizing this for high-level operations such as thread-stack protection we need a common interface that is implemented for each BSP but is available for high-level operations ( Something along the lines of the cache manager ), my current implementation can be viewed <a href="https://github.com/ur10/rtems/blob/Thread_stack_protection/cpukit/include/rtems/score/memorymanagement.h#L64">here</a> and <a href="https://github.com/ur10/rtems/blob/Thread_stack_protection/bsps/arm/xilinx-zynq/mmu/bsp-set-mmu-attr.c#L10">here</a>  My question is, what should be the correct placement of these APIs and hence there naming? Can we model it based on the cache-manager (rtems_memory_protection_xx_xx)?</div><div> </div></div>