Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h32 #define PTE_PROT_NONE (_AT(pteval_t, 1) << 58) /* only when !PTE_VALID */ macro
96 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PROT_NONE | PTE_PXN | PTE_UXN)
152 #define pte_present(pte) (!!(pte_val(pte) & (PTE_VALID | PTE_PROT_NONE)))
527 PTE_PROT_NONE | PTE_VALID | PTE_WRITE; in pte_modify()