Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/mm/
Dioremap.c280 pgprot2cachemode(__pgprot(prot_val)), in ioremap_prot()
Dpat.c721 enum page_cache_mode want_pcm = pgprot2cachemode(*vma_prot); in reserve_pfn_range()
Dpageattr.c1418 cache = !!pgprot2cachemode(mask_set); in change_page_attr_set_clr()
/linux-4.1.27/arch/x86/include/asm/
Dpgtable_types.h329 static inline enum page_cache_mode pgprot2cachemode(pgprot_t pgprot) in pgprot2cachemode() function