| /linux/arch/loongarch/mm/ |
| H A D | ioremap.c | 21 return early_memremap(phys_addr, size); in early_memremap_ro() 27 return early_memremap(phys_addr, size); in early_memremap_prot()
|
| /linux/arch/x86/kernel/ |
| H A D | mpparse.c | 417 mpc = early_memremap(physptr, PAGE_SIZE); in get_mpc_size() 431 mpc = early_memremap(mpf->physptr, size); in check_physptr() 497 mpf = early_memremap(mpf_base, sizeof(*mpf)); in mpparse_get_smp_config() 567 bp = early_memremap(base, length); in smp_scan_config() 849 mpf = early_memremap(mpf_base, sizeof(*mpf)); in update_mp_table() 865 mpc = early_memremap(mpf->physptr, size); in update_mp_table() 896 mpc_new = early_memremap(mpc_new_phys, mpc_new_length); in update_mp_table() 910 mpf_new = early_memremap(0x400 - 16, sizeof(*mpf_new)); in update_mp_table()
|
| H A D | setup.c | 407 data = early_memremap(phys_addr + sizeof(struct setup_data), sizeof(*data)); in add_early_ima_buffer() 463 kho = early_memremap(addr, size); in add_kho() 484 data = early_memremap(pa_data, sizeof(*data)); in parse_setup_data() 507 data = early_memremap(pa_data, data_len); in parse_setup_data() 573 data = early_memremap(pa_data, sizeof(*data)); in memblock_x86_reserve_range_setup_data() 587 data = early_memremap(pa_data, len); in memblock_x86_reserve_range_setup_data()
|
| H A D | devicetree.c | 301 dt = early_memremap(initial_dtb, map_len); in x86_flattree_get_config() 305 dt = early_memremap(initial_dtb, size); in x86_flattree_get_config()
|
| /linux/arch/loongarch/kernel/ |
| H A D | efi.c | 89 si = early_memremap(screen_info_table, sizeof(*si)); in init_screen_info() 125 config_tables = early_memremap(efi_config_table, efi_nr_tables * size); in efi_init()
|
| H A D | acpi.c | 44 return early_memremap(phys, size); in __acpi_map_table()
|
| /linux/arch/x86/include/asm/ |
| H A D | dmi.h | 17 #define dmi_early_remap early_memremap
|
| /linux/drivers/firmware/efi/ |
| H A D | efi.c | 744 seed = early_memremap(efi_rng_seed, sizeof(*seed)); in efi_config_parse_tables() 752 seed = early_memremap(efi_rng_seed, in efi_config_parse_tables() 781 p = early_memremap(ALIGN_DOWN(prsv, PAGE_SIZE), in efi_config_parse_tables() 807 tbl = early_memremap(rt_prop, sizeof(*tbl)); in efi_config_parse_tables() 818 tbl = early_memremap(initrd, sizeof(*tbl)); in efi_config_parse_tables() 831 unaccepted = early_memremap(efi.unaccepted, sizeof(*unaccepted)); in efi_config_parse_tables()
|
| H A D | efi-bgrt.c | 69 image = early_memremap(bgrt->image_address, sizeof(bmp_header)); in efi_bgrt_init()
|
| H A D | memmap.c | 43 map.map = early_memremap(phys_map, data->size); in __efi_memmap_init()
|
| H A D | mokvar-table.c | 138 va = early_memremap(efi.mokvar_table + cur_offset, sizeof(*mokvar_entry)); in efi_mokvar_table_init()
|
| H A D | efi-init.c | 73 si = early_memremap(screen_info_table, sizeof(*si)); in init_screen_info()
|
| H A D | esrt.c | 271 va = early_memremap(efi.esrt, size); in efi_esrt_init()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | io.h | 20 #define early_memremap early_ioremap macro
|
| /linux/arch/riscv/kernel/ |
| H A D | acpi.c | 216 return early_memremap(phys, size); in __acpi_map_table()
|
| /linux/arch/x86/xen/ |
| H A D | enlighten_hvm.c | 70 HYPERVISOR_shared_info = early_memremap(pa, PAGE_SIZE); in reserve_shared_info()
|
| H A D | setup.c | 751 to = early_memremap(dest - dest_off, dest_len + dest_off); in xen_phys_memcpy() 752 from = early_memremap(src - src_off, src_len + src_off); in xen_phys_memcpy()
|
| /linux/arch/arm64/kernel/ |
| H A D | acpi.c | 99 return early_memremap(phys, size); in __acpi_map_table()
|
| /linux/kernel/liveupdate/ |
| H A D | kexec_handover.c | 1461 fdt = early_memremap(fdt_phys, fdt_len); in kho_populate() 1488 scratch = early_memremap(scratch_phys, scratch_len); in kho_populate()
|
| /linux/arch/x86/virt/svm/ |
| H A D | sev.c | 218 rst = early_memremap(pa, RST_SIZE); in fixup_e820_tables_for_segmented_rmp()
|
| /linux/arch/x86/kernel/acpi/ |
| H A D | boot.c | 116 return early_memremap(phys, size); in __acpi_map_table()
|