Home
last modified time | relevance | path

Searched refs:MPU_RLAR_AttrIndx_Msk (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/arch/arm64/cortex_r/
Darm_mpu.h32 #define MPU_RLAR_AttrIndx_Msk (0x7UL << MPU_RLAR_AttrIndx_Pos) macro
/Zephyr-Core-3.7.0/arch/arm/core/mpu/
Darm_mpu_v8_internal.h171 & MPU_RLAR_AttrIndx_Msk) in region_init()
280 attr->mair_idx = (mpu_get_rlar() & MPU_RLAR_AttrIndx_Msk) >> in mpu_region_get_access_attr()
/Zephyr-Core-3.7.0/include/zephyr/arch/arm/mpu/
Darm_mpu_v8.h32 #define MPU_RLAR_AttrIndx_Msk (0x7UL << MPU_RLAR_AttrIndx_Pos) macro
/Zephyr-Core-3.7.0/arch/arm64/core/cortex_r/
Darm_mpu.c187 MPU_RLAR_AttrIndx_Msk; in region_init()