Searched refs:PTE_PROT_NONE (Results 1 – 1 of 1) sorted by relevance
31 #define PTE_PROT_NONE (_AT(pteval_t, 1) << 58) /* only when !PTE_VALID */ macro85 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PROT_NONE | PTE_PXN | PTE_UXN)141 #define pte_present(pte) (!!(pte_val(pte) & (PTE_VALID | PTE_PROT_NONE)))465 PTE_PROT_NONE | PTE_VALID | PTE_WRITE; in pte_modify()