Searched refs:L_PTE_XN (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable.h | 89 #define PAGE_NONE _MOD_PROT(pgprot_user, L_PTE_XN | L_PTE_RDONLY | L_PTE_NONE) 90 #define PAGE_SHARED _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_XN) 92 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 94 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 96 #define PAGE_KERNEL _MOD_PROT(pgprot_kernel, L_PTE_XN) 98 #define PAGE_HYP _MOD_PROT(pgprot_kernel, L_PTE_HYP | L_PTE_XN) 100 #define PAGE_HYP_RO _MOD_PROT(pgprot_kernel, L_PTE_HYP | L_PTE_RDONLY | L_PTE_XN) 102 #define PAGE_S2 _MOD_PROT(pgprot_s2, L_PTE_S2_RDONLY | L_PTE_XN) 103 #define PAGE_S2_DEVICE _MOD_PROT(pgprot_s2_device, L_PTE_S2_RDONLY | L_PTE_XN) 105 #define __PAGE_NONE __pgprot(_L_PTE_DEFAULT | L_PTE_RDONLY | L_PTE_XN | L_PTE_NONE) [all …]
|
D | fixmap.h | 43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY) 45 #define FIXMAP_PAGE_NORMAL (pgprot_kernel | L_PTE_XN)
|
D | kvm_mmu.h | 148 pte_val(pte) &= ~L_PTE_XN; in kvm_s2pte_mkexec() 170 return !(pte_val(*pte) & L_PTE_XN); in kvm_s2pte_exec()
|
D | pgtable-2level.h | 123 #define L_PTE_XN (_AT(pteval_t, 1) << 9) macro
|
D | pgtable-3level.h | 71 #define L_PTE_XN (_AT(pteval_t, 1) << 54) /* XN */ macro
|
/Linux-v5.4/arch/arm/mm/ |
D | pageattr.c | 81 __pgprot(L_PTE_XN), in set_memory_nx() 89 __pgprot(L_PTE_XN)); in set_memory_x()
|
D | dump.c | 78 .mask = L_PTE_XN, 79 .val = L_PTE_XN,
|
D | proc-v7-2level.S | 91 tst r1, #L_PTE_XN
|
D | proc-macros.S | 115 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\ 177 tst r1, #L_PTE_XN
|
D | mmu.c | 241 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN 310 L_PTE_XN, 328 L_PTE_XN, 340 L_PTE_MT_UNCACHED | L_PTE_XN, 348 L_PTE_XN,
|
/Linux-v5.4/arch/arm/kernel/ |
D | efi.c | 19 pte = set_pte_bit(pte, __pgprot(L_PTE_XN)); in set_permissions()
|