Home
last modified time | relevance | path

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

/arch/arm/mm/
Dproc-v7-2level.S99 eorne r1, r1, #L_PTE_NONE
100 tstne r1, #L_PTE_NONE
Dproc-v7-3level.S87 tst rh, #1 << (57 - 32) @ L_PTE_NONE
Dproc-macros.S171 tstne r1, #L_PTE_NONE
/arch/arm/include/asm/
Dpgtable.h91 #define PAGE_NONE _MOD_PROT(pgprot_user, L_PTE_XN | L_PTE_RDONLY | L_PTE_NONE)
105 #define __PAGE_NONE __pgprot(_L_PTE_DEFAULT | L_PTE_RDONLY | L_PTE_XN | L_PTE_NONE)
309 L_PTE_NONE | L_PTE_VALID; in pte_modify()
Dpgtable-2level.h128 #define L_PTE_NONE (_AT(pteval_t, 1) << 11) macro
Dpgtable-3level.h86 #define L_PTE_NONE (_AT(pteval_t, 1) << 57) /* PROT_NONE */ macro