Home
last modified time | relevance | path

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

/linux-6.14.4/arch/powerpc/include/asm/
Dpgtable.h68 #define pte_pgprot pte_pgprot macro
69 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux-6.14.4/arch/arc/include/asm/
Dpage.h83 #define pte_pgprot(x) __pgprot(pte_val(x)) macro
/linux-6.14.4/arch/loongarch/include/asm/
Dpage.h60 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/linux-6.14.4/arch/mips/include/asm/
Dpage.h138 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/linux-6.14.4/arch/sh/include/asm/
Dpage.h86 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/linux-6.14.4/arch/s390/include/asm/
Dpgtable.h995 #define pte_pgprot pte_pgprot macro
996 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux-6.14.4/arch/arm64/include/asm/
Dpgtable.h409 #define pte_pgprot pte_pgprot macro
410 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux-6.14.4/include/linux/
Dpgtable.h1968 #define pte_pgprot(x) ((pgprot_t) {0}) macro
/linux-6.14.4/arch/x86/include/asm/
Dpgtable.h913 #define pte_pgprot(x) __pgprot(pte_flags(x)) macro