Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dmemtype.h27 enum page_cache_mode pgprot2cachemode(pgprot_t pgprot);
/linux-6.12.1/arch/x86/mm/
Diomap_32.c56 if (!pat_enabled() && pgprot2cachemode(prot) != _PAGE_CACHE_MODE_WB) in __iomap_local_pfn_prot()
Dioremap.c446 pgprot2cachemode(__pgprot(prot_val)), in ioremap_prot()
Dinit.c98 enum page_cache_mode pgprot2cachemode(pgprot_t pgprot) in pgprot2cachemode() function
/linux-6.12.1/arch/x86/mm/pat/
Dmemtype.c861 enum page_cache_mode want_pcm = pgprot2cachemode(*vma_prot); in reserve_pfn_range()
Dset_memory.c1904 cache = !!pgprot2cachemode(mask_set); in change_page_attr_set_clr()