Home
last modified time | relevance | path

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

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

Completed in 21 milliseconds