Home
last modified time | relevance | path

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

/linux-3.3/arch/x86/include/asm/
Dcacheflush.h98 int set_memory_wc(unsigned long addr, int numpages);
/linux-3.3/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-3.3/drivers/gpu/drm/ttm/
Dttm_tt.c81 ret = set_memory_wc((unsigned long) page_address(p), 1); in ttm_tt_set_page_caching()
/linux-3.3/arch/x86/mm/
Dpageattr.c1065 int set_memory_wc(unsigned long addr, int numpages) in set_memory_wc() function
1088 EXPORT_SYMBOL(set_memory_wc);
/linux-3.3/sound/pci/hda/
Dhda_intel.c588 set_memory_wc((unsigned long)addr, pages); in __mark_pages_wc()
/linux-3.3/drivers/gpu/drm/i915/
Di915_gem.c3954 set_memory_wc((unsigned long)phys_obj->handle->vaddr, phys_obj->handle->size / PAGE_SIZE); in i915_gem_init_phys_object()