Home
last modified time | relevance | path

Searched refs:L_PTE_NONE (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/mm/
H A Dproc-v7-2level.S98 eorne r1, r1, #L_PTE_NONE
99 tstne r1, #L_PTE_NONE
H A Dproc-v7-3level.S75 tst rh, #1 << (57 - 32) @ L_PTE_NONE
H A Dproc-macros.S184 tstne r1, #L_PTE_NONE
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h76 #define L_PTE_NONE (_AT(pteval_t, 1) << 57) /* PROT_NONE */ macro