Home
last modified time | relevance | path

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

/linux/arch/arc/include/asm/
H A Dpage.h83 #define pte_pgprot(x) __pgprot(pte_val(x)) macro
/linux/arch/loongarch/include/asm/
H A Dpage.h65 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/linux/arch/mips/include/asm/
H A Dpage.h143 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/linux/arch/sh/include/asm/
H A Dpage.h88 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro