Home
last modified time | relevance | path

Searched refs:L_PTE_XN (Results 1 – 8 of 8) sorted by relevance

/linux/arch/arm/include/asm/
H A Dfixmap.h43 #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)
H A Dpgtable-3level.h73 #define L_PTE_XN (_AT(pteval_t, 1) << 54) /* XN */ macro
/linux/arch/arm/mm/
H A Dpageattr.c90 __pgprot(L_PTE_XN), in set_memory_nx()
98 __pgprot(L_PTE_XN)); in set_memory_x()
H A Dproc-macros.S114 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\
176 tst r1, #L_PTE_XN
H A Ddump.c81 .mask = L_PTE_XN,
82 .val = L_PTE_XN,
H A Dproc-v7-2level.S93 tst r1, #L_PTE_XN
H A Dkasan_init.c77 __pgprot(_L_PTE_DEFAULT | L_PTE_DIRTY | L_PTE_XN)); in kasan_pte_populate()
/linux/arch/arm/kernel/
H A Defi.c22 pte = set_pte_bit(pte, __pgprot(L_PTE_XN)); in set_permissions()