Searched refs:L_PTE_USER (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm/mm/ |
| H A D | proc-macros.S | 114 (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 D | dump.c | 70 .mask = L_PTE_USER, 71 .val = L_PTE_USER,
|
| H A D | proc-v7-2level.S | 90 tst r1, #L_PTE_USER
|
| H A D | proc-xscale.S | 493 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 D | pgtable-3level.h | 70 #define L_PTE_USER (_AT(pteval_t, 1) << 6) /* AP[1] */ macro
|