Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgtable.h485 #define pgprot_cached_wthru pgprot_cached_wthru macro
486 static inline pgprot_t pgprot_cached_wthru(pgprot_t prot) in pgprot_cached_wthru() function
/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpgtable.h198 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/Linux-v4.19/drivers/video/fbdev/
Dcontrolfb.c306 vma->vm_page_prot = pgprot_cached_wthru(vma->vm_page_prot); in controlfb_mmap()