Searched refs:early_ioremap (Results 1 - 25 of 38) sorted by last modified time

12

/linux-master/arch/loongarch/include/asm/
H A Dio.h17 extern void __init __iomem *early_ioremap(u64 phys_addr, unsigned long size);
20 #define early_memremap early_ioremap
/linux-master/mm/
H A DMakefile111 obj-$(CONFIG_GENERIC_EARLY_IOREMAP) += early_ioremap.o
/linux-master/drivers/firmware/efi/
H A Defi.c37 #include <asm/early_ioremap.h>
H A Dearlycon.c15 #include <asm/early_ioremap.h>
H A Dmemmap.c15 #include <asm/early_ioremap.h>
/linux-master/arch/riscv/include/asm/
H A Dio.h17 #include <asm/early_ioremap.h>
/linux-master/arch/powerpc/mm/
H A Dpgtable_32.c32 #include <asm/early_ioremap.h>
/linux-master/drivers/iommu/intel/
H A Ddmar.c895 addr = early_ioremap(drhd->address, VTD_PAGE_SIZE);
/linux-master/arch/x86/xen/
H A Denlighten_hvm.c24 #include <asm/early_ioremap.h>
/linux-master/arch/arm64/include/asm/
H A Dio.h17 #include <asm/early_ioremap.h>
/linux-master/arch/arm/kernel/
H A Dsetup.c39 #include <asm/early_ioremap.h>
/linux-master/arch/x86/kernel/
H A Dvsmp_64.c34 address = early_ioremap(cfg, 8);
112 address = early_ioremap(cfg + TOPOLOGY_REGISTER_OFFSET, 4);
H A Dearly-quirks.c30 #include <asm/early_ioremap.h>
665 mmio = early_ioremap(addr, BCM4331_MMIO_SIZE);
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c79 mmr = early_ioremap(UV_LOCAL_MMR_BASE | addr, sizeof(*mmr));
/linux-master/arch/x86/include/asm/
H A Dio.h42 #include <asm/early_ioremap.h>
/linux-master/arch/arm/mm/
H A Dioremap.c35 #include <asm/early_ioremap.h>
/linux-master/arch/loongarch/kernel/
H A Defi.c24 #include <asm/early_ioremap.h>
H A Denv.c13 #include <asm/early_ioremap.h>
H A Drelocate.c14 #include <asm/early_ioremap.h>
173 char *cmdline = early_ioremap(fw_arg1, COMMAND_LINE_SIZE); /* Boot command line is passed in fw_arg1 */
/linux-master/arch/riscv/kernel/
H A Dsetup.c29 #include <asm/early_ioremap.h>
H A Dacpi.c200 * __acpi_map_table() will be called before paging_init(), so early_ioremap()
208 return early_ioremap(phys, size);
/linux-master/arch/powerpc/kernel/
H A Dudbg_16550.c10 #include <asm/early_ioremap.h>
306 udbg_uart_early_addr = early_ioremap(CONFIG_PPC_EARLY_DEBUG_16550_PHYSADDR, 0x1000);
H A Dsetup_64.c70 #include <asm/early_ioremap.h>
H A Dlegacy_serial.c18 #include <asm/early_ioremap.h>
336 info->early_addr = early_ioremap(info->taddr, 0x1000);
/linux-master/arch/loongarch/mm/
H A Dioremap.c7 #include <asm-generic/early_ioremap.h>
9 void __init __iomem *early_ioremap(u64 phys_addr, unsigned long size) function

Completed in 480 milliseconds

12