Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/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-Core-3.6.0/include/zephyr/arch/arm/mpu/
Darm_mpu_v8.h113 #define R_ALLOC_W_NON 0x2 /* Allocate Read, Do not allocate Write */ macro
126 ((NORMAL_O_WT_NT | (R_ALLOC_W_NON << 4)) \
128 (NORMAL_I_WT_NT | R_ALLOC_W_NON)) \