Home
last modified time | relevance | path

Searched refs:MPERM_X (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/soc/intel/intel_socfpga_std/cyclonev/
Dsoc.c43 MT_STRONGLY_ORDERED | MPERM_R | MPERM_X),
56 | MPERM_X
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxx/
Dsoc.c30 MT_STRONGLY_ORDERED | MPERM_R | MPERM_X),
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxxs/
Dsoc.c30 MT_STRONGLY_ORDERED | MPERM_R | MPERM_X),
/Zephyr-latest/include/zephyr/arch/arm/mmu/
Darm_mmu.h35 #define MPERM_X BIT(5) macro
/Zephyr-latest/arch/arm/core/mmu/
Darm_mmu.c88 MPERM_R | MPERM_X | MPERM_W |
90 MPERM_R | MPERM_X |
273 __ASSERT(!((attrs & MPERM_W) && (attrs & MPERM_X)), in arm_mmu_convert_attr_flags()
375 if (!(attrs & MPERM_X)) { in arm_mmu_convert_attr_flags()
919 conv_flags |= MPERM_X; in __arch_mem_map()