Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/
A Dpgtable.h54 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dpage.h73 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/linux-6.3-rc2/arch/arc/include/asm/
A Dpage.h83 #define pte_pgprot(x) __pgprot(pte_val(x)) macro
/linux-6.3-rc2/arch/mips/include/asm/
A Dpage.h157 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/linux-6.3-rc2/arch/sh/include/asm/
A Dpage.h99 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable.h662 #define pte_pgprot(x) __pgprot(pte_flags(x)) macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Dpgtable.h442 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux-6.3-rc2/arch/s390/include/asm/
A Dpgtable.h909 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function

Completed in 20 milliseconds