Home
last modified time | relevance | path

Searched refs:MPU_TYPE_RALIASES (Results 1 – 15 of 15) sorted by relevance

/external/arch/arm/arm-m/CMSIS/Include/
A Dmpu_armv8.h311 uint32_t rnrBase = rnr & ~(MPU_TYPE_RALIASES-1U); in ARM_MPU_LoadEx()
312 uint32_t rnrOffset = rnr % MPU_TYPE_RALIASES; in ARM_MPU_LoadEx()
315 while ((rnrOffset + cnt) > MPU_TYPE_RALIASES) { in ARM_MPU_LoadEx()
316 uint32_t c = MPU_TYPE_RALIASES - rnrOffset; in ARM_MPU_LoadEx()
321 rnrBase += MPU_TYPE_RALIASES; in ARM_MPU_LoadEx()
A Dmpu_armv7.h267 while (cnt > MPU_TYPE_RALIASES) { in ARM_MPU_Load()
268 ARM_MPU_OrderedMemcpy(&(MPU->RBAR), &(table->RBAR), MPU_TYPE_RALIASES*rowWordSize); in ARM_MPU_Load()
269 table += MPU_TYPE_RALIASES; in ARM_MPU_Load()
270 cnt -= MPU_TYPE_RALIASES; in ARM_MPU_Load()
A Dcore_cm0plus.h533 #define MPU_TYPE_RALIASES 1U macro
A Dcore_cm3.h1170 #define MPU_TYPE_RALIASES 4U macro
A Dcore_cm4.h1228 #define MPU_TYPE_RALIASES 4U macro
A Dcore_armv8mbl.h843 #define MPU_TYPE_RALIASES 1U macro
A Dcore_cm23.h918 #define MPU_TYPE_RALIASES 1U macro
A Dcore_cm7.h1455 #define MPU_TYPE_RALIASES 4U macro
A Dcore_cm33.h1497 #define MPU_TYPE_RALIASES 4U macro
A Dcore_cm35p.h1497 #define MPU_TYPE_RALIASES 4U macro
A Dcore_armv8mml.h1422 #define MPU_TYPE_RALIASES 4U macro
A Dcore_armv81mml.h2300 #define MPU_TYPE_RALIASES 4U macro
A Dcore_cm55.h2335 #define MPU_TYPE_RALIASES 4U macro
/external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/
A Dmpu_armv7.h267 while (cnt > MPU_TYPE_RALIASES) { in ARM_MPU_Load()
268 ARM_MPU_OrderedMemcpy(&(MPU->RBAR), &(table->RBAR), MPU_TYPE_RALIASES*rowWordSize); in ARM_MPU_Load()
269 table += MPU_TYPE_RALIASES; in ARM_MPU_Load()
270 cnt -= MPU_TYPE_RALIASES; in ARM_MPU_Load()
A Dcore_cm0plus.h533 #define MPU_TYPE_RALIASES 1U macro

Completed in 122 milliseconds