Home
last modified time | relevance | path

Searched refs:L_PTE_NONE (Results 1 – 5 of 5) 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.h93 #define PAGE_NONE _MOD_PROT(pgprot_user, L_PTE_XN | L_PTE_RDONLY | L_PTE_NONE)
103 #define __PAGE_NONE __pgprot(_L_PTE_DEFAULT | L_PTE_RDONLY | L_PTE_XN | L_PTE_NONE)
271 L_PTE_NONE | L_PTE_VALID; in pte_modify()
H A Dpgtable-3level.h76 #define L_PTE_NONE (_AT(pteval_t, 1) << 57) /* PROT_NONE */ macro