Home
last modified time | relevance | path

Searched refs:early_ioremap (Results 1 – 24 of 24) sorted by relevance

/linux/arch/x86/kernel/
H A Dvsmp_64.c33 address = early_ioremap(cfg, 8); in set_vsmp_ctl()
111 address = early_ioremap(cfg + TOPOLOGY_REGISTER_OFFSET, 4); in vsmp_cap_cpus()
H A Dearly_printk.c231 early_serial_base = (unsigned long)early_ioremap(membase, PAGE_SIZE); in early_mmio_serial_init()
335 (unsigned long)early_ioremap(bar0 & PCI_BASE_ADDRESS_MEM_MASK, 0x10); in early_pci_serial_init()
H A Dearly-quirks.c664 mmio = early_ioremap(addr, BCM4331_MMIO_SIZE); in apple_airport_reset()
/linux/arch/loongarch/include/asm/
H A Dio.h17 extern void __init __iomem *early_ioremap(phys_addr_t phys_addr, unsigned long size);
20 #define early_memremap early_ioremap
H A DKbuild8 generic-y += early_ioremap.h
/linux/arch/arm/include/asm/
H A DKbuild2 generic-y += early_ioremap.h
/linux/arch/loongarch/mm/
H A Dioremap.c9 void __init __iomem *early_ioremap(phys_addr_t phys_addr, unsigned long size) in early_ioremap() function
/linux/arch/powerpc/include/asm/
H A DKbuild8 generic-y += early_ioremap.h
/linux/include/asm-generic/
H A Dearly_ioremap.h11 extern void __iomem *early_ioremap(resource_size_t phys_addr,
/linux/mm/
H A Dearly_ioremap.c219 early_ioremap(resource_size_t phys_addr, unsigned long size) in early_ioremap() function
284 early_ioremap(resource_size_t phys_addr, unsigned long size) in early_ioremap() function
H A DMakefile123 obj-$(CONFIG_GENERIC_EARLY_IOREMAP) += early_ioremap.o
/linux/arch/x86/include/asm/
H A DKbuild13 generic-y += early_ioremap.h
/linux/arch/powerpc/platforms/microwatt/
H A Dsmp.c49 syscon = early_ioremap(SYSCON_BASE, SYSCON_LENGTH); in microwatt_init_smp()
/linux/arch/riscv/include/asm/
H A DKbuild5 generic-y += early_ioremap.h
/linux/arch/arm64/include/asm/
H A DKbuild10 generic-y += early_ioremap.h
/linux/arch/x86/platform/olpc/
H A Dolpc_ofw.c32 base = early_ioremap(olpc_ofw_pgd, sizeof(olpc_ofw_pgd) * PTRS_PER_PGD); in setup_olpc_ofw_pgd()
/linux/arch/powerpc/platforms/powermac/
H A Dtime.c186 via = early_ioremap(rsrc.start, resource_size(&rsrc)); in via_calibrate_decr()
/linux/arch/powerpc/kernel/
H A Dudbg_16550.c260 udbg_uart_early_addr = early_ioremap(CONFIG_PPC_EARLY_DEBUG_16550_PHYSADDR, 0x1000); in udbg_init_debug_16550()
H A Dlegacy_serial.c336 info->early_addr = early_ioremap(info->taddr, 0x1000); in setup_legacy_serial_console()
/linux/drivers/usb/early/
H A Dxhci-dbc.c88 base = early_ioremap(val64, sz64); in xdbc_map_pci_mmio()
/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c79 mmr = early_ioremap(UV_LOCAL_MMR_BASE | addr, sizeof(*mmr)); in uv_early_read_mmr()
/linux/drivers/iommu/intel/
H A Ddmar.c896 addr = early_ioremap(drhd->address, VTD_PAGE_SIZE); in dmar_validate_one_drhd()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1440 Enable debug messages in early_ioremap support. This
/linux/
H A DMAINTAINERS16829 F: mm/early_ioremap.c