Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpgtable.h55 #define pte_pgprot pte_pgprot macro
56 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/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.h60 #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.h347 #define pte_pgprot pte_pgprot macro
348 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux/arch/s390/include/asm/
H A Dpgtable.h1003 #define pte_pgprot pte_pgprot macro
1004 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h492 #define pte_pgprot pte_pgprot macro
493 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux/arch/x86/include/asm/
H A Dpgtable.h869 #define pte_pgprot(x) __pgprot(pte_flags(x)) macro
/linux/include/linux/
H A Dpgtable.h2142 #define pte_pgprot(x) ((pgprot_t) {0}) macro