Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/arch/arm64/cortex_r/
Darm_mpu.h31 #define MPU_RLAR_AttrIndx_Pos 1U macro
32 #define MPU_RLAR_AttrIndx_Msk (0x7UL << MPU_RLAR_AttrIndx_Pos)
/Zephyr-Core-3.5.0/include/zephyr/arch/arm/mpu/
Darm_mpu_v8.h31 #define MPU_RLAR_AttrIndx_Pos 1U macro
32 #define MPU_RLAR_AttrIndx_Msk (0x7UL << MPU_RLAR_AttrIndx_Pos)
/Zephyr-Core-3.5.0/arch/arm/core/mpu/
Darm_mpu_v8_internal.h170 | ((region_conf->attr.mair_idx << MPU_RLAR_AttrIndx_Pos) in region_init()
281 MPU_RLAR_AttrIndx_Pos; in mpu_region_get_access_attr()
/Zephyr-Core-3.5.0/arch/arm64/core/cortex_r/
Darm_mpu.c186 rlar |= (region_conf->attr.mair_idx << MPU_RLAR_AttrIndx_Pos) & in region_init()