Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
H A Dproc-macros.S114 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\
169 tst r1, #L_PTE_USER
215 tst r3, #L_PTE_USER @ user?
257 tst r3, #L_PTE_USER @ user?
H A Ddump.c70 .mask = L_PTE_USER,
71 .val = L_PTE_USER,
H A Dproc-v7-2level.S90 tst r1, #L_PTE_USER
H A Dproc-xscale.S493 and ip, r1, #(L_PTE_MT_MASK | L_PTE_USER | L_PTE_RDONLY) & ~(4 << 2)
494 teq ip, #L_PTE_MT_WRITEBACK | L_PTE_USER | L_PTE_RDONLY
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h70 #define L_PTE_USER (_AT(pteval_t, 1) << 6) /* AP[1] */ macro