Searched refs:set_memory_uc (Results 1 – 10 of 10) sorted by relevance
/linux/arch/x86/platform/efi/ |
H A D | efi_32.c | 51 set_memory_uc((unsigned long)va, md->num_pages); in efi_map_region()
|
/linux/Documentation/arch/x86/ |
H A D | pat.rst | 51 | set_memory_uc, | UC- | -- | -- | 116 wants to export a RAM region, it has to do set_memory_uc() or set_memory_wc()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_gart.c | 83 set_memory_uc((unsigned long)ptr, in radeon_gart_table_ram_alloc()
|
/linux/drivers/staging/media/ipu3/ |
H A D | ipu3-mmu.c | 133 set_memory_uc((unsigned long)pt, IPU3_PT_ORDER); in imgu_mmu_alloc_page_table()
|
/linux/drivers/char/agp/ |
H A D | amd-k7-agp.c | 45 set_memory_uc((unsigned long)page_map->real, 1); in amd_create_page_map()
|
H A D | ati-agp.c | 64 set_memory_uc((unsigned long)page_map->real, 1); in ati_create_page_map()
|
H A D | sworks-agp.c | 57 set_memory_uc((unsigned long)page_map->real, 1); in serverworks_create_page_map()
|
H A D | generic.c | 938 if (set_memory_uc((unsigned long)table, 1 << page_order)) in agp_generic_create_gatt_table()
|
/linux/arch/x86/mm/pat/ |
H A D | set_memory.c | 1971 int set_memory_uc(unsigned long addr, int numpages) in set_memory_uc() function 1994 EXPORT_SYMBOL(set_memory_uc); 2288 return set_memory_uc(addr, numpages); in set_pages_uc()
|
/linux/drivers/hwtracing/intel_th/ |
H A D | msu.c | 1043 set_memory_uc((unsigned long)msc->base, msc->nr_pages); in msc_buffer_set_uc() 1050 set_memory_uc((unsigned long)sg_virt(sg_ptr), in msc_buffer_set_uc()
|