Home
last modified time | relevance | path

Searched refs:pgprot2cachemode (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/x86/mm/
Diomap_32.c77 if (!pat_enabled() && pgprot2cachemode(prot) != _PAGE_CACHE_MODE_WB) in iomap_atomic_prot_pfn()
Dioremap.c405 pgprot2cachemode(__pgprot(prot_val)), in ioremap_prot()
Dpat.c884 enum page_cache_mode want_pcm = pgprot2cachemode(*vma_prot); in reserve_pfn_range()
Dpageattr.c1741 cache = !!pgprot2cachemode(mask_set); in change_page_attr_set_clr()
/Linux-v5.4/arch/x86/include/asm/
Dpgtable_types.h477 static inline enum page_cache_mode pgprot2cachemode(pgprot_t pgprot) in pgprot2cachemode() function