Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/include/asm/
Dpage.h55 #define pte_pgprot(x) __pgprot(pte_val(x)) macro
73 #define pte_pgprot(x) (x) macro
/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpgtable.h22 static inline pgprot_t pte_pgprot(pte_t pte) { return __pgprot(pte_val(pte) & PAGE_PROT_BITS); } in pte_pgprot() function
/Linux-v4.19/arch/sh/include/asm/
Dpage.h107 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/Linux-v4.19/arch/arm64/mm/
Dhugetlbpage.c47 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgtable.h304 static inline pgprot_t pte_pgprot(pte_t pte) { return __pgprot(pte_val(pte) & PAGE_PROT_BITS); } in pte_pgprot() function
/Linux-v4.19/arch/x86/include/asm/
Dpgtable.h620 #define pte_pgprot(x) __pgprot(pte_flags(x)) macro
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h522 static inline pgprot_t pte_pgprot(pte_t pte) { return __pgprot(pte_val(pte) & PAGE_PROT_BITS); } in pte_pgprot() function