Home
last modified time | relevance | path

Searched defs:pgprot_cached (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h566 #define pgprot_cached pgprot_cached macro
567 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h239 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h855 #define pgprot_cached pgprot_cached macro
856 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function