Searched refs:L_PTE_NONE (Results 1 – 6 of 6) sorted by relevance
105 eorne r1, r1, #L_PTE_NONE106 tstne r1, #L_PTE_NONE
70 tst r3, #1 << (57 - 32) @ L_PTE_NONE
176 tstne r1, #L_PTE_NONE
88 #define PAGE_NONE _MOD_PROT(pgprot_user, L_PTE_XN | L_PTE_RDONLY | L_PTE_NONE)102 #define __PAGE_NONE __pgprot(_L_PTE_DEFAULT | L_PTE_RDONLY | L_PTE_XN | L_PTE_NONE)260 L_PTE_NONE | L_PTE_VALID; in pte_modify()
127 #define L_PTE_NONE (_AT(pteval_t, 1) << 11) macro
80 #define L_PTE_NONE (_AT(pteval_t, 1) << 57) /* PROT_NONE */ macro