Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpgtable.h57 #define pte_pgprot pte_pgprot macro
58 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux/arch/loongarch/include/asm/
H A Dpage.h55 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/linux/arch/sh/include/asm/
H A Dpage.h86 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro