Searched refs:early_memremap (Results 1 – 17 of 17) sorted by relevance
| /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 | e820.c | 761 sdata = early_memremap(phys_addr, data_len); in e820__memory_setup_extended()
|
| /linux/arch/x86/include/asm/ |
| H A D | dmi.h | 17 #define dmi_early_remap early_memremap
|
| /linux/arch/loongarch/include/asm/ |
| H A D | io.h | 20 #define early_memremap early_ioremap macro
|
| /linux/drivers/firmware/efi/ |
| 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 dpy = early_memremap(primary_display_table, sizeof(*dpy)); in init_primary_display()
|
| H A D | esrt.c | 271 va = early_memremap(efi.esrt, size); in efi_esrt_init()
|
| /linux/arch/riscv/kernel/ |
| H A D | acpi.c | 216 return early_memremap(phys, size); in __acpi_map_table()
|
| /linux/arch/arm64/kernel/ |
| H A D | acpi.c | 99 return early_memremap(phys, size); in __acpi_map_table()
|
| /linux/arch/loongarch/kernel/ |
| H A D | acpi.c | 46 return early_memremap(phys, size); in __acpi_map_table()
|
| /linux/arch/x86/xen/ |
| H A D | setup.c | 756 to = early_memremap(dest - dest_off, dest_len + dest_off); in xen_phys_memcpy() 757 from = early_memremap(src - src_off, src_len + src_off); in xen_phys_memcpy()
|
| H A D | mmu_pv.c | 2001 pud = early_memremap(pud_phys, PAGE_SIZE); in xen_relocate_p2m() 2005 pmd = early_memremap(pmd_phys, PAGE_SIZE); in xen_relocate_p2m() 2009 pt = early_memremap(pt_phys, PAGE_SIZE); in xen_relocate_p2m()
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi.c | 451 config_tables = early_memremap(efi_config_table, efi_nr_tables * sz); in efi_config_init()
|
| /linux/drivers/acpi/ |
| H A D | tables.c | 535 dest_p = early_memremap(dest_addr & PAGE_MASK, in acpi_table_upgrade()
|
| /linux/arch/x86/virt/svm/ |
| H A D | sev.c | 203 rst = early_memremap(pa, RST_SIZE); in fixup_e820_tables_for_segmented_rmp()
|