Searched refs:L_PTE_XN (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | pgtable.h | 95 #define PAGE_NONE _MOD_PROT(pgprot_user, L_PTE_XN | L_PTE_RDONLY | L_PTE_NONE) 96 #define PAGE_SHARED _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_XN) 98 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 100 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 102 #define PAGE_KERNEL _MOD_PROT(pgprot_kernel, L_PTE_XN) 105 #define __PAGE_NONE __pgprot(_L_PTE_DEFAULT | L_PTE_RDONLY | L_PTE_XN | L_PTE_NONE) 106 #define __PAGE_SHARED __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_XN) 108 #define __PAGE_COPY __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 110 #define __PAGE_READONLY __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 126 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_DEV_SHARED | L_PTE_SHARED | L_PTE_DIRTY | L_PTE_XN) [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 | pgtable-2level.h | 125 #define L_PTE_XN (_AT(pteval_t, 1) << 9) macro
|
D | pgtable-3level.h | 73 #define L_PTE_XN (_AT(pteval_t, 1) << 54) /* XN */ macro
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
D | pageattr.c | 80 __pgprot(L_PTE_XN), in set_memory_nx() 88 __pgprot(L_PTE_XN)); in set_memory_x()
|
D | mmu.c | 229 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN 295 L_PTE_XN, 302 L_PTE_XN | L_PTE_RDONLY, 324 L_PTE_XN, 336 L_PTE_MT_UNCACHED | L_PTE_XN, 344 L_PTE_XN,
|
D | proc-v7-2level.S | 91 tst r1, #L_PTE_XN
|
D | proc-macros.S | 114 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\ 176 tst r1, #L_PTE_XN
|
D | dump.c | 77 .mask = L_PTE_XN, 78 .val = L_PTE_XN,
|
D | kasan_init.c | 72 __pgprot(_L_PTE_DEFAULT | L_PTE_DIRTY | L_PTE_XN)); in kasan_pte_populate()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | efi.c | 19 pte = set_pte_bit(pte, __pgprot(L_PTE_XN)); in set_permissions()
|