Home
last modified time | relevance | path

Searched refs:early_memremap (Results 1 – 17 of 17) sorted by relevance

/linux/arch/loongarch/mm/
H A Dioremap.c21 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 Dmpparse.c417 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 De820.c761 sdata = early_memremap(phys_addr, data_len); in e820__memory_setup_extended()
/linux/arch/x86/include/asm/
H A Ddmi.h17 #define dmi_early_remap early_memremap
/linux/arch/loongarch/include/asm/
H A Dio.h20 #define early_memremap early_ioremap macro
/linux/drivers/firmware/efi/
H A Dmemmap.c43 map.map = early_memremap(phys_map, data->size); in __efi_memmap_init()
H A Dmokvar-table.c138 va = early_memremap(efi.mokvar_table + cur_offset, sizeof(*mokvar_entry)); in efi_mokvar_table_init()
H A Defi-init.c73 dpy = early_memremap(primary_display_table, sizeof(*dpy)); in init_primary_display()
H A Desrt.c271 va = early_memremap(efi.esrt, size); in efi_esrt_init()
/linux/arch/riscv/kernel/
H A Dacpi.c216 return early_memremap(phys, size); in __acpi_map_table()
/linux/arch/arm64/kernel/
H A Dacpi.c99 return early_memremap(phys, size); in __acpi_map_table()
/linux/arch/loongarch/kernel/
H A Dacpi.c46 return early_memremap(phys, size); in __acpi_map_table()
/linux/arch/x86/xen/
H A Dsetup.c756 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 Dmmu_pv.c2001 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 Defi.c451 config_tables = early_memremap(efi_config_table, efi_nr_tables * sz); in efi_config_init()
/linux/drivers/acpi/
H A Dtables.c535 dest_p = early_memremap(dest_addr & PAGE_MASK, in acpi_table_upgrade()
/linux/arch/x86/virt/svm/
H A Dsev.c203 rst = early_memremap(pa, RST_SIZE); in fixup_e820_tables_for_segmented_rmp()