Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/arch/arm64/cortex_r/
Darm_mpu.h92 #define R_ALLOC_W_ALLOC 0x3U /* Allocate Read/Write */ macro
114 ((NORMAL_O_WB_NT | (R_ALLOC_W_ALLOC << 4)) | \
115 (NORMAL_I_WB_NT | R_ALLOC_W_ALLOC))
/Zephyr-Core-3.6.0/include/zephyr/arch/arm/mpu/
Darm_mpu_v8.h114 #define R_ALLOC_W_ALLOC 0x3 /* Allocate Read/Write */ macro
131 ((NORMAL_O_WB_NT | (R_ALLOC_W_ALLOC << 4)) \
133 (NORMAL_I_WB_NT | R_ALLOC_W_ALLOC))