Home
last modified time | relevance | path

Searched refs:K_MEM_PARTITION_IS_WRITABLE (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/arch/xtensa/
Dxtensa_mmu.h50 #define K_MEM_PARTITION_IS_WRITABLE(attr) (((attr) & XTENSA_MMU_PERM_W) != 0) macro
Dmpu.h249 #define K_MEM_PARTITION_IS_WRITABLE(access_rights) \ macro
/Zephyr-latest/include/zephyr/arch/x86/
Dmmustructs.h53 #define K_MEM_PARTITION_IS_WRITABLE(attr) (((attr) & Z_X86_MMU_RW) != 0) macro
/Zephyr-latest/include/zephyr/arch/arm/mpu/
Dnxp_mpu.h178 #define K_MEM_PARTITION_IS_WRITABLE(attr) \ macro
Darm_mpu_v7m.h225 #define K_MEM_PARTITION_IS_WRITABLE(attr) \ macro
Darm_mpu_v8.h359 #define K_MEM_PARTITION_IS_WRITABLE(attr) \ macro
/Zephyr-latest/include/zephyr/arch/arc/
Darch.h280 #define K_MEM_PARTITION_IS_WRITABLE(attr) \ macro
/Zephyr-latest/kernel/
Dmem_domain.c41 K_MEM_PARTITION_IS_WRITABLE(part->attr)) { in check_add_partition()