Searched refs:early_ioremap (Results 1 - 25 of 38) sorted by relevance

12

/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
/linux-master/include/asm-generic/
H A Dearly_ioremap.h8 * early_ioremap() and early_iounmap() are for temporary early boot-time
11 extern void __iomem *early_ioremap(resource_size_t phys_addr,
/linux-master/arch/x86/kernel/
H A Dvsmp_64.c34 address = early_ioremap(cfg, 8);
112 address = early_ioremap(cfg + TOPOLOGY_REGISTER_OFFSET, 4);
/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/arch/arm/include/asm/
H A Defi.h11 #include <asm/early_ioremap.h>
/linux-master/arch/powerpc/platforms/powermac/
H A Dtime.c29 #include <asm/early_ioremap.h>
185 via = early_ioremap(rsrc.start, resource_size(&rsrc));
/linux-master/arch/x86/platform/olpc/
H A Dolpc_ofw.c32 base = early_ioremap(olpc_ofw_pgd, sizeof(olpc_ofw_pgd) * PTRS_PER_PGD);
/linux-master/drivers/firmware/efi/
H A Dtpm.c10 #include <asm/early_ioremap.h>
H A Dmemattr.c13 #include <asm/early_ioremap.h>
H A Dmemmap.c15 #include <asm/early_ioremap.h>
H A Dmokvar-table.c43 #include <asm/early_ioremap.h>
/linux-master/arch/loongarch/kernel/
H A Denv.c13 #include <asm/early_ioremap.h>
H A Defi.c24 #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/mm/
H A Dearly_ioremap.c3 * Provide common bits of early_ioremap() support for architectures needing
6 * This is mostly a direct copy of the x86 early_ioremap implementation.
19 #include <asm/early_ioremap.h>
49 * Architectures wanting to allow early_ioremap after paging_init() can
211 early_ioremap(resource_size_t phys_addr, unsigned long size) function
270 early_ioremap(resource_size_t phys_addr, unsigned long size) function
/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_32.c48 #include <asm/early_ioremap.h>
/linux-master/arch/riscv/kernel/
H A Dacpi.c200 * __acpi_map_table() will be called before paging_init(), so early_ioremap()
208 return early_ioremap(phys, size);
H A Dsetup.c29 #include <asm/early_ioremap.h>
/linux-master/arch/arm64/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/arch/x86/platform/efi/
H A Dmemmap.c12 #include <asm/early_ioremap.h>
/linux-master/arch/x86/include/asm/
H A Dio.h42 #include <asm/early_ioremap.h>
/linux-master/arch/x86/xen/
H A Denlighten_hvm.c24 #include <asm/early_ioremap.h>
/linux-master/arch/riscv/include/asm/
H A Dio.h17 #include <asm/early_ioremap.h>

Completed in 309 milliseconds

12