Home
last modified time | relevance | path

Searched refs:set_memory_uc (Results 1 – 11 of 11) sorted by relevance

/linux/arch/x86/include/asm/
H A Dset_memory.h46 int set_memory_uc(unsigned long addr, int numpages);
/linux/arch/x86/platform/efi/
H A Defi_32.c51 set_memory_uc((unsigned long)va, md->num_pages); in efi_map_region()
/linux/Documentation/arch/x86/
H A Dpat.rst51 | 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 Dradeon_gart.c83 set_memory_uc((unsigned long)ptr, in radeon_gart_table_ram_alloc()
/linux/drivers/staging/media/ipu3/
H A Dipu3-mmu.c133 set_memory_uc((unsigned long)pt, IPU3_PT_ORDER); in imgu_mmu_alloc_page_table()
/linux/drivers/char/agp/
H A Damd-k7-agp.c45 set_memory_uc((unsigned long)page_map->real, 1); in amd_create_page_map()
H A Dati-agp.c64 set_memory_uc((unsigned long)page_map->real, 1); in ati_create_page_map()
H A Dsworks-agp.c57 set_memory_uc((unsigned long)page_map->real, 1); in serverworks_create_page_map()
H A Dgeneric.c938 if (set_memory_uc((unsigned long)table, 1 << page_order)) in agp_generic_create_gatt_table()
/linux/drivers/platform/x86/dell/
H A Ddell_rbu.c170 set_memory_uc((unsigned long)packet_data_temp_buf, 1 << ordernum); in create_packet()
/linux/arch/x86/mm/pat/
H A Dset_memory.c2180 int set_memory_uc(unsigned long addr, int numpages) in set_memory_uc() function
2203 EXPORT_SYMBOL(set_memory_uc);
2500 return set_memory_uc(addr, numpages); in set_pages_uc()