Searched refs:L_PTE_XN (Results 1 – 10 of 10) sorted by relevance
/arch/arm/include/asm/ |
D | pgtable.h | 92 #define PAGE_NONE _MOD_PROT(pgprot_user, L_PTE_XN | L_PTE_RDONLY | L_PTE_NONE) 93 #define PAGE_SHARED _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_XN) 95 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 97 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 99 #define PAGE_KERNEL _MOD_PROT(pgprot_kernel, L_PTE_XN) 101 #define PAGE_HYP _MOD_PROT(pgprot_kernel, L_PTE_HYP | L_PTE_XN) 103 #define PAGE_HYP_RO _MOD_PROT(pgprot_kernel, L_PTE_HYP | L_PTE_RDONLY | L_PTE_XN) 108 #define __PAGE_NONE __pgprot(_L_PTE_DEFAULT | L_PTE_RDONLY | L_PTE_XN | L_PTE_NONE) 109 #define __PAGE_SHARED __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_XN) 111 #define __PAGE_COPY __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | 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 | 126 #define L_PTE_XN (_AT(pteval_t, 1) << 9) macro
|
D | pgtable-3level.h | 83 #define L_PTE_XN (_AT(pteval_t, 1) << 54) /* XN */ macro
|
/arch/arm/mm/ |
D | pageattr.c | 90 __pgprot(L_PTE_XN), in set_memory_nx() 98 __pgprot(L_PTE_XN)); in set_memory_x()
|
D | proc-v7-2level.S | 94 tst r1, #L_PTE_XN
|
D | dump.c | 69 .mask = L_PTE_XN, 70 .val = 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 | 244 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN 313 L_PTE_XN, 331 L_PTE_XN, 343 L_PTE_MT_UNCACHED | L_PTE_XN, 351 L_PTE_XN,
|
/arch/arm/kernel/ |
D | efi.c | 23 pte = set_pte_bit(pte, __pgprot(L_PTE_XN)); in set_permissions()
|