/linux/arch/x86/kernel/ |
H A D | ksysfs.c | 81 data = memremap(pa_data, sizeof(*data), MEMREMAP_WB); in get_setup_data_paddr() 101 data = memremap(pa_data, sizeof(*data), MEMREMAP_WB); in get_setup_data_size() 110 data = memremap(pa_data, len, MEMREMAP_WB); in get_setup_data_size() 151 data = memremap(paddr, sizeof(*data), MEMREMAP_WB); in type_show() 158 data = memremap(paddr, len, MEMREMAP_WB); in type_show() 192 data = memremap(paddr, sizeof(*data), MEMREMAP_WB); in setup_data_data_read() 199 data = memremap(paddr, len, MEMREMAP_WB); in setup_data_data_read() 234 p = memremap(paddr, len, MEMREMAP_WB); in setup_data_data_read() 314 data = memremap(pa_data, sizeof(*data), MEMREMAP_WB); in get_setup_data_total_num()
|
H A D | kdebugfs.c | 53 p = memremap(pa, count, MEMREMAP_WB); in setup_data_read() 111 data = memremap(pa_data, sizeof(*data), MEMREMAP_WB); in create_setup_data_nodes() 122 data = memremap(pa_data, len, MEMREMAP_WB); in create_setup_data_nodes()
|
H A D | eisa.c | 19 p = memremap(0x0FFFD9, 4, MEMREMAP_WB); in eisa_bus_probe()
|
/linux/drivers/char/tpm/eventlog/ |
H A D | efi.c | 37 log_tbl = memremap(efi.tpm_log, sizeof(*log_tbl), MEMREMAP_WB); in tpm_read_log_efi() 51 log_tbl = memremap(efi.tpm_log, sizeof(*log_tbl) + log_size, in tpm_read_log_efi() 75 final_tbl = memremap(efi.tpm_final_log, in tpm_read_log_efi()
|
/linux/arch/arm/include/asm/ |
H A D | dmi.h | 9 #define dmi_early_remap(x, l) memremap(x, l, MEMREMAP_WB) 11 #define dmi_remap(x, l) memremap(x, l, MEMREMAP_WB)
|
/linux/arch/riscv/include/asm/ |
H A D | dmi.h | 18 #define dmi_early_remap(x, l) memremap(x, l, MEMREMAP_WB) 20 #define dmi_remap(x, l) memremap(x, l, MEMREMAP_WB)
|
/linux/kernel/ |
H A D | iomem.c | 68 void *memremap(resource_size_t offset, size_t size, unsigned long flags) in memremap() function 117 EXPORT_SYMBOL(memremap); 146 addr = memremap(offset, size, flags); in devm_memremap()
|
/linux/drivers/firmware/efi/ |
H A D | rci2-table.c | 79 rci2_base = memremap(rci2_table_phys, in efi_rci2_sysfs_init() 106 rci2_base = memremap(rci2_table_phys, rci2_table_len, MEMREMAP_WB); in efi_rci2_sysfs_init()
|
H A D | apple-properties.c | 189 data = memremap(pa_data, sizeof(*data), MEMREMAP_WB); in map_properties() 204 data = memremap(pa_data, sizeof(*data) + data_len, MEMREMAP_WB); in map_properties()
|
H A D | efi.c | 376 debugfs_blob[i].data = memremap(md->phys_addr, in efi_debugfs_init() 1041 efi_memreserve_root = memremap(mem_reserve, in efi_memreserve_map_root() 1095 rsv = memremap(prsv, sizeof(*rsv), MEMREMAP_WB); in efi_mem_reserve_persistent() 1160 seed = memremap(efi_rng_seed, sizeof(*seed), MEMREMAP_WB); in update_efi_random_seed() 1168 seed = memremap(efi_rng_seed, sizeof(*seed) + size, in update_efi_random_seed()
|
H A D | memmap.c | 41 map.map = memremap(phys_map, data->size, MEMREMAP_WB); in __efi_memmap_init()
|
H A D | embedded-firmware.c | 46 map = memremap(md->phys_addr, size, MEMREMAP_WB); in efi_check_md_for_embedded_firmware()
|
/linux/arch/x86/include/asm/ |
H A D | dmi.h | 19 #define dmi_remap(_x, _l) memremap(_x, _l, MEMREMAP_WB)
|
/linux/arch/riscv/kernel/ |
H A D | crash_dump.c | 20 vaddr = memremap(__pfn_to_phys(pfn), PAGE_SIZE, MEMREMAP_WB); in copy_oldmem_page()
|
/linux/arch/loongarch/kernel/ |
H A D | crash_dump.c | 14 vaddr = memremap(__pfn_to_phys(pfn), PAGE_SIZE, MEMREMAP_WB); in copy_oldmem_page()
|
/linux/arch/arm64/kernel/ |
H A D | crash_dump.c | 23 vaddr = memremap(__pfn_to_phys(pfn), PAGE_SIZE, MEMREMAP_WB); in copy_oldmem_page()
|
H A D | paravirt.c | 107 kaddr = memremap(res.a0, in stolen_time_cpu_online()
|
/linux/drivers/firmware/google/ |
H A D | coreboot_table.c | 170 header = memremap(res->start, sizeof(*header), MEMREMAP_WB); in coreboot_table_probe() 182 ptr = memremap(res->start, len, MEMREMAP_WB); in coreboot_table_probe()
|
H A D | vpd.c | 187 sec->baseaddr = memremap(physaddr, size, MEMREMAP_WB); in vpd_section_init() 253 temp = memremap(physaddr, sizeof(struct vpd_cbmem), MEMREMAP_WB); in vpd_sections_init()
|
H A D | memconsole-coreboot.c | 73 tmp_cbmc = memremap(dev->cbmem_ref.cbmem_addr, in memconsole_probe()
|
/linux/drivers/memory/tegra/ |
H A D | tegra210-emc-table.c | 19 timings = memremap(rmem->base, rmem->size, MEMREMAP_WB); in tegra210_emc_table_device_init()
|
/linux/drivers/acpi/ |
H A D | bgrt.c | 66 bgrt_image = memremap(bgrt_tab.image_address, bgrt_image_size, in bgrt_init()
|
H A D | prmt.c | 126 mmio_count = (u64 *) memremap(module_info->mmio_list_pointer, 8, MEMREMAP_WB); in acpi_parse_prmt() 135 temp_mmio = memremap(module_info->mmio_list_pointer, mmio_range_size, MEMREMAP_WB); in acpi_parse_prmt()
|
/linux/drivers/nvmem/ |
H A D | rmem.c | 39 addr = memremap(priv->mem->base, available, MEMREMAP_WB); in rmem_read()
|
/linux/drivers/video/fbdev/ |
H A D | efifb.c | 178 bgrt_image = memremap(bgrt_tab.image_address, bgrt_image_size, in efifb_show_boot_graphics() 487 info->screen_base = memremap(efifb_fix.smem_start, in efifb_probe() 490 info->screen_base = memremap(efifb_fix.smem_start, in efifb_probe()
|