Searched refs:early_ioremap (Results 1 – 17 of 17) sorted by relevance
| /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 | 231 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 D | io.h | 17 extern void __init __iomem *early_ioremap(phys_addr_t phys_addr, unsigned long size); 20 #define early_memremap early_ioremap
|
| H A D | Kbuild | 8 generic-y += early_ioremap.h
|
| /linux/arch/arm/include/asm/ |
| H A D | Kbuild | 2 generic-y += early_ioremap.h
|
| /linux/arch/loongarch/mm/ |
| H A D | ioremap.c | 9 void __init __iomem *early_ioremap(phys_addr_t phys_addr, unsigned long size) in early_ioremap() function
|
| /linux/arch/powerpc/include/asm/ |
| H A D | Kbuild | 8 generic-y += early_ioremap.h
|
| /linux/arch/x86/include/asm/ |
| H A D | Kbuild | 13 generic-y += early_ioremap.h
|
| /linux/arch/riscv/include/asm/ |
| H A D | Kbuild | 5 generic-y += early_ioremap.h
|
| /linux/arch/arm64/include/asm/ |
| H A D | Kbuild | 10 generic-y += early_ioremap.h
|
| /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()
|
| /linux/mm/ |
| H A D | Makefile | 120 obj-$(CONFIG_GENERIC_EARLY_IOREMAP) += early_ioremap.o
|
| /linux/arch/powerpc/kernel/ |
| H A D | legacy_serial.c | 336 info->early_addr = early_ioremap(info->taddr, 0x1000); in setup_legacy_serial_console()
|
| /linux/drivers/usb/early/ |
| H A D | xhci-dbc.c | 88 base = early_ioremap(val64, sz64); in xdbc_map_pci_mmio()
|
| /linux/drivers/iommu/intel/ |
| H A D | dmar.c | 896 addr = early_ioremap(drhd->address, VTD_PAGE_SIZE); in dmar_validate_one_drhd()
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1415 Enable debug messages in early_ioremap support. This
|
| /linux/ |
| H A D | MAINTAINERS | 16624 F: mm/early_ioremap.c
|