Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/
Dpgtable.h91 #define PAGE_NONE _MOD_PROT(pgprot_user, L_PTE_XN | L_PTE_RDONLY | L_PTE_NONE)
92 #define PAGE_SHARED _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_XN)
94 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
96 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
98 #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)
127 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_BUFFERABLE | L_PTE_XN)
[all …]
Dpgtable-2level.h126 #define L_PTE_XN (_AT(pteval_t, 1) << 9) macro
Dpgtable-3level.h83 #define L_PTE_XN (_AT(pteval_t, 1) << 54) /* XN */ macro
/linux-4.1.27/arch/arm/mm/
Dpageattr.c85 __pgprot(L_PTE_XN), in set_memory_nx()
93 __pgprot(L_PTE_XN)); in set_memory_x()
Ddump.c66 .mask = L_PTE_XN,
67 .val = L_PTE_XN,
Dproc-macros.S100 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\
162 tst r1, #L_PTE_XN
Dproc-v7-2level.S98 tst r1, #L_PTE_XN
Dmmu.c241 #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-4.1.27/drivers/pci/host/
Dpci-tegra.c385 pgprot_t prot = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | L_PTE_XN | in tegra_pcie_bus_alloc()