Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dcacheflush.h40 int set_memory_wc(unsigned long addr, int numpages);
/linux-4.1.27/Documentation/x86/
Dpat.txt44 set_memory_wc | WC | -- | -- |
101 wants to export a RAM region, it has to do set_memory_uc() or set_memory_wc()
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_tt.c86 ret = set_memory_wc((unsigned long) page_address(p), 1); in ttm_tt_set_page_caching()
/linux-4.1.27/arch/x86/mm/
Dpageattr.c1570 int set_memory_wc(unsigned long addr, int numpages) in set_memory_wc() function
1593 EXPORT_SYMBOL(set_memory_wc);
/linux-4.1.27/sound/pci/hda/
Dhda_intel.c397 set_memory_wc((unsigned long)dmab->area, pages); in __mark_pages_wc()