Home
last modified time | relevance | path

Searched defs:pte_pgprot (Results 1 – 7 of 7) 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
/linux/arch/riscv/include/asm/
H A Dpgtable.h329 #define pte_pgprot pte_pgprot macro
330 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux/arch/s390/include/asm/
H A Dpgtable.h943 #define pte_pgprot pte_pgprot macro
944 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h456 #define pte_pgprot pte_pgprot macro
457 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux/arch/x86/include/asm/
H A Dpgtable.h862 #define pte_pgprot(x) __pgprot(pte_flags(x)) macro