Home
last modified time | relevance | path

Searched refs:R_ALLOC_W_NON (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/arch/arm64/cortex_r/
Darm_mpu.h91 #define R_ALLOC_W_NON 0x2U /* Allocate Read, Do not allocate Write */ macro
109 ((NORMAL_O_WT_NT | (R_ALLOC_W_NON << 4)) | \
110 (NORMAL_I_WT_NT | R_ALLOC_W_NON))
/Zephyr-latest/include/zephyr/arch/arm/mpu/
Darm_mpu_v8.h112 #define R_ALLOC_W_NON 0x2 /* Allocate Read, Do not allocate Write */ macro
125 ((NORMAL_O_WT_NT | (R_ALLOC_W_NON << 4)) \
127 (NORMAL_I_WT_NT | R_ALLOC_W_NON)) \