Searched refs:early_ioremap (Results 1 – 22 of 22) sorted by relevance
/linux-4.4.14/arch/x86/platform/efi/ |
D | efi-bgrt.c | 75 image = early_ioremap(bgrt_tab->image_address, in efi_bgrt_init() 97 image = early_ioremap(bgrt_tab->image_address, in efi_bgrt_init()
|
D | early_printk.c | 56 return early_ioremap(base + start, len); in early_efi_map()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | dmi.h | 16 #define dmi_early_remap early_ioremap
|
D | Kbuild | 10 generic-y += early_ioremap.h
|
/linux-4.4.14/arch/x86/kernel/ |
D | vsmp_64.c | 97 address = early_ioremap(cfg, 8); in set_vsmp_pv_ops() 191 address = early_ioremap(cfg + TOPOLOGY_REGISTER_OFFSET, 4); in vsmp_cap_cpus()
|
D | mpparse.c | 440 mpc = early_ioremap(physptr, PAGE_SIZE); in get_mpc_size() 454 mpc = early_ioremap(mpf->physptr, size); in check_physptr()
|
D | early_printk.c | 284 (unsigned long)early_ioremap(bar0 & 0xfffffff0, 0x10); in early_pci_serial_init()
|
D | traps.c | 829 void __iomem *p = early_ioremap(0x0FFFD9, 4); in trap_init()
|
/linux-4.4.14/include/asm-generic/ |
D | early_ioremap.h | 10 extern void __iomem *early_ioremap(resource_size_t phys_addr,
|
/linux-4.4.14/mm/ |
D | early_ioremap.c | 209 early_ioremap(resource_size_t phys_addr, unsigned long size) in early_ioremap() function 253 early_ioremap(resource_size_t phys_addr, unsigned long size) in early_ioremap() function
|
D | Makefile | 76 obj-$(CONFIG_GENERIC_EARLY_IOREMAP) += early_ioremap.o
|
/linux-4.4.14/arch/x86/platform/olpc/ |
D | olpc_ofw.c | 28 base = early_ioremap(olpc_ofw_pgd, sizeof(olpc_ofw_pgd) * PTRS_PER_PGD); in setup_olpc_ofw_pgd()
|
/linux-4.4.14/arch/ia64/mm/ |
D | ioremap.c | 25 early_ioremap (unsigned long phys_addr, unsigned long size) in early_ioremap() function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | io.h | 430 extern void __iomem * early_ioremap (unsigned long phys_addr, unsigned long size); 431 #define early_memremap(phys_addr, size) early_ioremap(phys_addr, size)
|
/linux-4.4.14/drivers/firmware/ |
D | pcdp.c | 98 pcdp = early_ioremap(efi.hcdp, 4096); in efi_setup_pcdp_console()
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | Kbuild | 13 generic-y += early_ioremap.h
|
/linux-4.4.14/drivers/sfi/ |
D | sfi_core.c | 106 return early_ioremap(phys, size); in sfi_map_memory()
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 62 mmr = early_ioremap(UV_LOCAL_MMR_BASE | addr, sizeof(*mmr)); in uv_early_read_mmr()
|
/linux-4.4.14/arch/x86/kernel/acpi/ |
D | boot.c | 123 return early_ioremap(phys, size); in __acpi_map_table()
|
/linux-4.4.14/drivers/acpi/ |
D | osl.c | 710 dest_p = early_ioremap(dest_addr & PAGE_MASK, in acpi_initrd_override()
|
/linux-4.4.14/drivers/iommu/ |
D | dmar.c | 849 addr = early_ioremap(drhd->address, VTD_PAGE_SIZE); in dmar_validate_one_drhd()
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 974 Enable debug messages in early_ioremap support. This
|