Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h243 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
246 #define pgprot_cached_wthru(prot) pgprot_noncached(prot) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h573 #define pgprot_cached_wthru pgprot_cached_wthru macro
574 static inline pgprot_t pgprot_cached_wthru(pgprot_t prot) in pgprot_cached_wthru() function
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dioremap_32.c11 pgprot_t prot = pgprot_cached_wthru(PAGE_KERNEL); in ioremap_wt()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dcontrolfb.c70 #ifndef pgprot_cached_wthru
71 #define pgprot_cached_wthru(prot) (prot) macro
760 vma->vm_page_prot = pgprot_cached_wthru(vma->vm_page_prot); in controlfb_mmap()