Home
last modified time | relevance | path

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

/linux/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
/linux/arch/powerpc/mm/
A Dioremap_32.c11 pgprot_t prot = pgprot_cached_wthru(PAGE_KERNEL); in ioremap_wt()
/linux/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
/linux/drivers/video/fbdev/
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()

Completed in 11 milliseconds