Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/
Dpgtable.h93 #define PAGE_SHARED _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_XN)
94 #define PAGE_SHARED_EXEC _MOD_PROT(pgprot_user, L_PTE_USER)
95 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
96 #define PAGE_COPY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY)
97 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
98 #define PAGE_READONLY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY)
109 #define __PAGE_SHARED __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_XN)
110 #define __PAGE_SHARED_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER)
111 #define __PAGE_COPY __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
112 #define __PAGE_COPY_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY)
[all …]
Dpgtable-3level.h80 #define L_PTE_USER (_AT(pteval_t, 1) << 6) /* AP[1] */ macro
137 #define L_PTE_HYP L_PTE_USER
Dpgtable-2level.h125 #define L_PTE_USER (_AT(pteval_t, 1) << 8) macro
/Linux-v4.19/arch/arm/mm/
Dproc-macros.S115 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\
170 tst r1, #L_PTE_USER
216 tst r3, #L_PTE_USER @ user?
258 tst r3, #L_PTE_USER @ user?
Ddump.c71 .mask = L_PTE_USER,
72 .val = L_PTE_USER,
Dproc-v7-2level.S91 tst r1, #L_PTE_USER
Dproc-xscale.S514 and ip, r1, #(L_PTE_MT_MASK | L_PTE_USER | L_PTE_RDONLY) & ~(4 << 2)
515 teq ip, #L_PTE_MT_WRITEBACK | L_PTE_USER | L_PTE_RDONLY
Dmmu.c301 L_PTE_USER | L_PTE_RDONLY,