Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dpgtable.h66 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/openbmc/linux/arch/loongarch/include/asm/
H A Dpage.h73 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/openbmc/linux/arch/arc/include/asm/
H A Dpage.h83 #define pte_pgprot(x) __pgprot(pte_val(x)) macro
/openbmc/linux/arch/mips/include/asm/
H A Dpage.h157 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/openbmc/linux/arch/sh/include/asm/
H A Dpage.h99 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h442 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h853 #define pte_pgprot(x) __pgprot(pte_flags(x)) macro
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h915 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function