Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dvsmp_64.c34 address = early_ioremap(cfg, 8); in set_vsmp_ctl()
112 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()
/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/arch/x86/include/asm/
H A DKbuild13 generic-y += early_ioremap.h
/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/mm/
H A DMakefile120 obj-$(CONFIG_GENERIC_EARLY_IOREMAP) += early_ioremap.o
/linux/arch/powerpc/kernel/
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/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.txt1415 Enable debug messages in early_ioremap support. This
/linux/
H A DMAINTAINERS16624 F: mm/early_ioremap.c