Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/x86/
Dpat.txt48 set_memory_wc | WC | -- | -- |
108 wants to export a RAM region, it has to do set_memory_uc() or set_memory_wc()
120 this can be done by using ioremap_wc() / set_memory_wc(). Devices which
123 set_memory_wc() to white-list effective write-combined areas. Such use is
/linux-4.4.14/arch/x86/include/asm/
Dcacheflush.h42 int set_memory_wc(unsigned long addr, int numpages);
/linux-4.4.14/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.4.14/arch/x86/mm/
Dpageattr.c1607 int set_memory_wc(unsigned long addr, int numpages) in set_memory_wc() function
1622 EXPORT_SYMBOL(set_memory_wc);
/linux-4.4.14/sound/pci/hda/
Dhda_intel.c412 set_memory_wc((unsigned long)dmab->area, pages); in __mark_pages_wc()