Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpage.h65 #define pte_pgprot(x) __pgprot(pte_val(x)) macro
83 #define pte_pgprot(x) (x) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpgtable.h52 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpage.h157 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dpage.h99 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dhugetlbpage.c96 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h671 #define pte_pgprot(x) __pgprot(pte_flags(x)) macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h873 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function