Searched refs:pgprot_cached_wthru (Results 1 – 4 of 4) sorted by relevance
223 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro226 #define pgprot_cached_wthru(prot) pgprot_noncached(prot) macro
599 #define pgprot_cached_wthru pgprot_cached_wthru macro600 static inline pgprot_t pgprot_cached_wthru(pgprot_t prot) in pgprot_cached_wthru() function
11 pgprot_t prot = pgprot_cached_wthru(PAGE_KERNEL); in ioremap_wt()
67 #ifndef pgprot_cached_wthru68 #define pgprot_cached_wthru(prot) (prot) macro750 vma->vm_page_prot = pgprot_cached_wthru(vma->vm_page_prot); in controlfb_mmap()