Home
last modified time | relevance | path

Searched refs:L_PTE_EXEC (Results 1 – 4 of 4) sorted by relevance

/arch/arm/include/asm/
Dpgtable.h172 #define L_PTE_EXEC (1 << 9) macro
208 #define PAGE_SHARED_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_WRITE | L_PTE_EXEC)
210 #define PAGE_COPY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_EXEC)
212 #define PAGE_READONLY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_EXEC)
214 #define PAGE_KERNEL_EXEC _MOD_PROT(pgprot_kernel, L_PTE_EXEC)
218 #define __PAGE_SHARED_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_WRITE | L_PTE_EXEC)
220 #define __PAGE_COPY_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_EXEC)
222 #define __PAGE_READONLY_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_EXEC)
380 const unsigned long mask = L_PTE_EXEC | L_PTE_WRITE | L_PTE_USER; in pte_modify()
/arch/arm/mm/
Dproc-macros.S89 #if (L_PTE_EXEC+L_PTE_USER+L_PTE_WRITE+L_PTE_DIRTY+L_PTE_YOUNG+\
148 tst r1, #L_PTE_EXEC
Dmmu.c228 L_PTE_EXEC,
234 L_PTE_USER | L_PTE_EXEC,
423 L_PTE_EXEC | kern_pgprot); in build_mem_type_table()
Dproc-v7.S139 tst r1, #L_PTE_EXEC