Searched refs:L_PTE_USER (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
H A Dpgtable.h92 #define PAGE_SHARED _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_XN)
93 #define PAGE_SHARED_EXEC _MOD_PROT(pgprot_user, L_PTE_USER)
94 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
95 #define PAGE_COPY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY)
96 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
97 #define PAGE_READONLY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY)
106 #define __PAGE_SHARED __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_XN)
107 #define __PAGE_SHARED_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER)
108 #define __PAGE_COPY __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
109 #define __PAGE_COPY_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY)
110 #define __PAGE_READONLY __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
111 #define __PAGE_READONLY_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY)
231 (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
309 const pteval_t mask = L_PTE_XN | L_PTE_RDONLY | L_PTE_USER | pte_modify()
H A Dpgtable-3level.h80 #define L_PTE_USER (_AT(pteval_t, 1) << 6) /* AP[1] */ macro
138 #define L_PTE_HYP L_PTE_USER
H A Dpgtable-2level.h125 #define L_PTE_USER (_AT(pteval_t, 1) << 8) macro
/linux-4.4.14/arch/arm/mm/
H A Ddump.c56 .mask = L_PTE_USER,
57 .val = L_PTE_USER,
H A Dproc-v7-2level.S97 tst r1, #L_PTE_USER
H A Dproc-xscale.S513 and ip, r1, #(L_PTE_MT_MASK | L_PTE_USER | L_PTE_RDONLY) & ~(4 << 2)
514 teq ip, #L_PTE_MT_WRITEBACK | L_PTE_USER | L_PTE_RDONLY
H A Dmmu.c299 L_PTE_USER | L_PTE_RDONLY,

Completed in 162 milliseconds