Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h599 #define pgprot_cached pgprot_cached macro
600 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h228 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h808 #define pgprot_cached pgprot_cached macro
809 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function