/openbmc/linux/arch/ia64/include/asm/ |
H A D | early_ioremap.h | 5 extern void __iomem * early_ioremap (unsigned long phys_addr, unsigned long size); 6 #define early_memremap(phys_addr, size) early_ioremap(phys_addr, size)
|
/openbmc/linux/arch/x86/kernel/ |
H A D | vsmp_64.c | 34 address = early_ioremap(cfg, 8); in set_vsmp_ctl() 112 address = early_ioremap(cfg + TOPOLOGY_REGISTER_OFFSET, 4); in vsmp_cap_cpus()
|
H A D | early_printk.c | 292 (unsigned long)early_ioremap(bar0 & PCI_BASE_ADDRESS_MEM_MASK, 0x10); in early_pci_serial_init()
|
H A D | early-quirks.c | 665 mmio = early_ioremap(addr, BCM4331_MMIO_SIZE); in apple_airport_reset()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | io.h | 22 extern void __init __iomem *early_ioremap(u64 phys_addr, unsigned long size); 25 #define early_memremap early_ioremap
|
H A D | Kbuild | 5 generic-y += early_ioremap.h
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | ioremap.c | 9 void __init __iomem *early_ioremap(u64 phys_addr, unsigned long size) in early_ioremap() function
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | Kbuild | 2 generic-y += early_ioremap.h
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | Kbuild | 2 generic-y += early_ioremap.h
|
/openbmc/linux/include/asm-generic/ |
H A D | early_ioremap.h | 11 extern void __iomem *early_ioremap(resource_size_t phys_addr,
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | Kbuild | 10 generic-y += early_ioremap.h
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | Kbuild | 2 generic-y += early_ioremap.h
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | Kbuild | 12 generic-y += early_ioremap.h
|
/openbmc/linux/mm/ |
H A D | early_ioremap.c | 211 early_ioremap(resource_size_t phys_addr, unsigned long size) in early_ioremap() function 270 early_ioremap(resource_size_t phys_addr, unsigned long size) in early_ioremap() function
|
H A D | Makefile | 116 obj-$(CONFIG_GENERIC_EARLY_IOREMAP) += early_ioremap.o
|
/openbmc/linux/arch/ia64/mm/ |
H A D | ioremap.c | 23 early_ioremap (unsigned long phys_addr, unsigned long size) in early_ioremap() function
|
/openbmc/linux/arch/x86/platform/olpc/ |
H A D | olpc_ofw.c | 32 base = early_ioremap(olpc_ofw_pgd, sizeof(olpc_ofw_pgd) * PTRS_PER_PGD); in setup_olpc_ofw_pgd()
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | time.c | 185 via = early_ioremap(rsrc.start, resource_size(&rsrc)); in via_calibrate_decr()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | udbg_16550.c | 307 udbg_uart_early_addr = early_ioremap(CONFIG_PPC_EARLY_DEBUG_16550_PHYSADDR, 0x1000); in udbg_init_debug_16550()
|
H A D | legacy_serial.c | 336 info->early_addr = early_ioremap(info->taddr, 0x1000); in setup_legacy_serial_console()
|
/openbmc/linux/drivers/usb/early/ |
H A D | xhci-dbc.c | 88 base = early_ioremap(val64, sz64); in xdbc_map_pci_mmio()
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | x2apic_uv_x.c | 79 mmr = early_ioremap(UV_LOCAL_MMR_BASE | addr, sizeof(*mmr)); in uv_early_read_mmr()
|
/openbmc/linux/drivers/iommu/intel/ |
H A D | dmar.c | 895 addr = early_ioremap(drhd->address, VTD_PAGE_SIZE); in dmar_validate_one_drhd()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 1198 Enable debug messages in early_ioremap support. This
|