Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
Dpgtable.h232 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
235 #define pgprot_cached_wthru(prot) pgprot_noncached(prot) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h245 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
248 #define pgprot_cached_wthru(prot) pgprot_noncached(prot) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
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
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
Dpgtable.h606 #define pgprot_cached_wthru pgprot_cached_wthru macro
607 static inline pgprot_t pgprot_cached_wthru(pgprot_t prot) in pgprot_cached_wthru() function
/kernel/linux/linux-6.6/drivers/video/fbdev/
Dcontrolfb.c68 #define pgprot_cached_wthru(prot) (prot) macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dcontrolfb.c71 #define pgprot_cached_wthru(prot) (prot) macro