Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
A Dpgtable.h86 #define PAGE_SHARED _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_XN)
87 #define PAGE_SHARED_EXEC _MOD_PROT(pgprot_user, L_PTE_USER)
88 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
89 #define PAGE_COPY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY)
91 #define PAGE_READONLY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY)
96 #define __PAGE_SHARED __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_XN)
97 #define __PAGE_SHARED_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER)
99 #define __PAGE_COPY_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY)
203 (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
207 pteval_t mask = L_PTE_PRESENT | L_PTE_USER; in pte_access_permitted()
[all …]
A Dpgtable-2level.h124 #define L_PTE_USER (_AT(pteval_t, 1) << 8) macro
A Dpgtable-3level.h70 #define L_PTE_USER (_AT(pteval_t, 1) << 6) /* AP[1] */ macro
/linux/arch/arm/mm/
A Dproc-macros.S113 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\
168 tst r1, #L_PTE_USER
214 tst r3, #L_PTE_USER @ user?
256 tst r3, #L_PTE_USER @ user?
A Ddump.c70 .mask = L_PTE_USER,
71 .val = L_PTE_USER,
A Dproc-v7-2level.S88 tst r1, #L_PTE_USER
A Dproc-xscale.S511 and ip, r1, #(L_PTE_MT_MASK | L_PTE_USER | L_PTE_RDONLY) & ~(4 << 2)
512 teq ip, #L_PTE_MT_WRITEBACK | L_PTE_USER | L_PTE_RDONLY
A Dmmu.c280 L_PTE_USER | L_PTE_RDONLY,

Completed in 13 milliseconds