Home
last modified time | relevance | path

Searched refs:pgprot_cached (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h579 #define pgprot_cached pgprot_cached macro
580 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
/linux/arch/powerpc/mm/
H A Dioremap.c31 pgprot_t prot = pgprot_cached(PAGE_KERNEL); in ioremap_coherent()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h764 #define pgprot_cached pgprot_cached macro
765 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h358 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro