Searched refs:L_PTE_USER (Results 1 – 7 of 7) sorted by relevance
/arch/arm/include/asm/ |
D | pgtable.h | 89 #define PAGE_SHARED _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_XN) 90 #define PAGE_SHARED_EXEC _MOD_PROT(pgprot_user, L_PTE_USER) 91 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 92 #define PAGE_COPY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY) 93 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 94 #define PAGE_READONLY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY) 100 #define PAGE_S2_DEVICE _MOD_PROT(pgprot_s2_device, L_PTE_USER | L_PTE_S2_RDONLY) 103 #define __PAGE_SHARED __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_XN) 104 #define __PAGE_SHARED_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER) 105 #define __PAGE_COPY __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) [all …]
|
D | pgtable-3level.h | 73 #define L_PTE_USER (_AT(pteval_t, 1) << 6) /* AP[1] */ macro 119 #define L_PTE_HYP L_PTE_USER
|
D | pgtable-2level.h | 124 #define L_PTE_USER (_AT(pteval_t, 1) << 8) macro
|
/arch/arm/mm/ |
D | proc-macros.S | 100 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\ 159 tst r1, #L_PTE_USER 208 tst r3, #L_PTE_USER @ user? 250 tst r3, #L_PTE_USER @ user?
|
D | proc-v7-2level.S | 91 tst r1, #L_PTE_USER
|
D | proc-xscale.S | 513 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
|
D | mmu.c | 286 L_PTE_USER | L_PTE_RDONLY,
|