Home
last modified time | relevance | path

Searched refs:pgprot_cached_wthru (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/mm/
A Dioremap_32.c11 pgprot_t prot = pgprot_cached_wthru(PAGE_KERNEL); in ioremap_wt()
/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h586 #define pgprot_cached_wthru pgprot_cached_wthru macro
587 static inline pgprot_t pgprot_cached_wthru(pgprot_t prot) in pgprot_cached_wthru() function
/arch/powerpc/include/asm/nohash/
A Dpgtable.h362 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
365 #define pgprot_cached_wthru(prot) pgprot_noncached(prot) macro

Completed in 7 milliseconds