Home
last modified time | relevance | path

Searched defs:pte_pgprot (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/include/asm/
Dpgtable.h54 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/arch/arc/include/asm/
Dpage.h83 #define pte_pgprot(x) __pgprot(pte_val(x)) macro
/arch/mips/include/asm/
Dpage.h157 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/arch/sh/include/asm/
Dpage.h99 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/arch/arm64/mm/
Dhugetlbpage.c96 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/arch/x86/include/asm/
Dpgtable.h643 #define pte_pgprot(x) __pgprot(pte_flags(x)) macro
/arch/s390/include/asm/
Dpgtable.h868 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function