Home
last modified time | relevance | path

Searched refs:K_MEM_PARTITION_P_RO_U_RO (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dmem_domain.c36 K_MEM_PARTITION_P_RO_U_RO);
455 K_MEM_PARTITION_P_RO_U_RO);
523 K_MEM_PARTITION_P_RO_U_RO);
559 K_MEM_PARTITION_P_RO_U_RO); in ZTEST()
562 K_MEM_PARTITION_P_RO_U_RO); in ZTEST()
/Zephyr-latest/include/zephyr/arch/xtensa/
Dxtensa_mmu.h58 #define K_MEM_PARTITION_P_RO_U_RO \ macro
Dmpu.h257 #define K_MEM_PARTITION_P_RO_U_RO \ macro
/Zephyr-latest/include/zephyr/arch/x86/
Dmmustructs.h59 #define K_MEM_PARTITION_P_RO_U_RO (Z_X86_MMU_US | Z_X86_MMU_XD) macro
/Zephyr-latest/include/zephyr/arch/riscv/
Darch.h206 #define K_MEM_PARTITION_P_RO_U_RO ((k_mem_partition_attr_t) \ macro
/Zephyr-latest/include/zephyr/arch/arm64/
Darm_mmu.h208 #define K_MEM_PARTITION_P_RO_U_RO ((k_mem_partition_attr_t) \ macro
/Zephyr-latest/include/zephyr/arch/arm64/cortex_r/
Darm_mpu.h234 #define K_MEM_PARTITION_P_RO_U_RO ((k_mem_partition_attr_t) \ macro
/Zephyr-latest/include/zephyr/arch/arm/mpu/
Dnxp_mpu.h156 #define K_MEM_PARTITION_P_RO_U_RO ((k_mem_partition_attr_t) \ macro
Darm_mpu_v7m.h199 #define K_MEM_PARTITION_P_RO_U_RO ((k_mem_partition_attr_t) \ macro
Darm_mpu_v8.h340 #define K_MEM_PARTITION_P_RO_U_RO ((k_mem_partition_attr_t) \ macro
/Zephyr-latest/include/zephyr/arch/arc/
Darch.h266 #define K_MEM_PARTITION_P_RO_U_RO (AUX_MPU_ATTR_UR | AUX_MPU_ATTR_KR) macro
/Zephyr-latest/subsys/llext/
Dllext_mem.c50 ext->mem_parts[mem_idx].attr = K_MEM_PARTITION_P_RO_U_RO; in llext_init_mem_part()