Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/nohash/
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
/Linux-v5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h572 #define pgprot_cached_wthru pgprot_cached_wthru macro
573 static inline pgprot_t pgprot_cached_wthru(pgprot_t prot) in pgprot_cached_wthru() function
/Linux-v5.10/drivers/video/fbdev/
Dcontrolfb.c70 #define pgprot_cached_wthru(prot) (prot) macro