Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h232 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
235 #define pgprot_cached_wthru(prot) pgprot_noncached(prot) macro
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h606 #define pgprot_cached_wthru pgprot_cached_wthru macro
607 static inline pgprot_t pgprot_cached_wthru(pgprot_t prot) in pgprot_cached_wthru() function
/openbmc/linux/arch/powerpc/mm/
H A Dioremap_32.c11 pgprot_t prot = pgprot_cached_wthru(PAGE_KERNEL); in ioremap_wt()
/openbmc/linux/drivers/video/fbdev/
H A Dcontrolfb.c67 #ifndef pgprot_cached_wthru
68 #define pgprot_cached_wthru(prot) (prot) macro
750 vma->vm_page_prot = pgprot_cached_wthru(vma->vm_page_prot); in controlfb_mmap()