Searched refs:early_ioremap (Results 1 – 25 of 2279) sorted by relevance
12345678910>>...92
/linux/arch/ia64/include/asm/ |
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)
|
/linux/arch/x86/kernel/ |
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()
|
A D | early_printk.c | 292 (unsigned long)early_ioremap(bar0 & 0xfffffff0, 0x10); in early_pci_serial_init()
|
A D | early-quirks.c | 653 mmio = early_ioremap(addr, BCM4331_MMIO_SIZE); in apple_airport_reset()
|
/linux/arch/arm64/include/asm/ |
A D | Kbuild | 2 generic-y += early_ioremap.h
|
/linux/arch/riscv/include/asm/ |
A D | Kbuild | 2 generic-y += early_ioremap.h
|
/linux/arch/arm/include/asm/ |
A D | Kbuild | 2 generic-y += early_ioremap.h
|
/linux/mm/ |
A D | .early_ioremap.o.cmd | 1 …early_ioremap.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch6… 3 source_mm/early_ioremap.o := mm/early_ioremap.c 5 deps_mm/early_ioremap.o := \ 687 arch/arm64/include/generated/asm/early_ioremap.h \ 688 include/asm-generic/early_ioremap.h \ 984 mm/early_ioremap.o: $(deps_mm/early_ioremap.o) 986 $(deps_mm/early_ioremap.o):
|
A D | early_ioremap.c | 212 early_ioremap(resource_size_t phys_addr, unsigned long size) in early_ioremap() function 271 early_ioremap(resource_size_t phys_addr, unsigned long size) in early_ioremap() function
|
A D | built-in.a | 72 early_ioremap.o/
|
A D | .built-in.a.cmd | 1 …roup.o mm/hugetlb_cgroup.o mm/memory-failure.o mm/page_isolation.o mm/early_ioremap.o mm/cma.o mm/…
|
A D | Makefile | 111 obj-$(CONFIG_GENERIC_EARLY_IOREMAP) += early_ioremap.o
|
/linux/arch/x86/include/asm/ |
A D | Kbuild | 11 generic-y += early_ioremap.h
|
/linux/include/asm-generic/ |
A D | early_ioremap.h | 11 extern void __iomem *early_ioremap(resource_size_t phys_addr,
|
/linux/arch/powerpc/include/asm/ |
A D | Kbuild | 10 generic-y += early_ioremap.h
|
/linux/arch/x86/platform/olpc/ |
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/arch/ia64/mm/ |
A D | ioremap.c | 23 early_ioremap (unsigned long phys_addr, unsigned long size) in early_ioremap() function
|
/linux/arch/powerpc/kernel/ |
A D | legacy_serial.c | 336 info->early_addr = early_ioremap(info->taddr, 0x1000); in setup_legacy_serial_console()
|
/linux/drivers/soc/actions/ |
A D | .owl-sps-helper.o.cmd | 689 arch/arm64/include/generated/asm/early_ioremap.h \ 690 include/asm-generic/early_ioremap.h \
|
/linux/drivers/soc/mediatek/ |
A D | .mtk-infracfg.o.cmd | 692 arch/arm64/include/generated/asm/early_ioremap.h \ 693 include/asm-generic/early_ioremap.h \
|
/linux/drivers/clk/sunxi-ng/ |
A D | .ccu_reset.o.cmd | 689 arch/arm64/include/generated/asm/early_ioremap.h \ 690 include/asm-generic/early_ioremap.h \
|
/linux/drivers/clk/qcom/ |
A D | .reset.o.cmd | 692 arch/arm64/include/generated/asm/early_ioremap.h \ 693 include/asm-generic/early_ioremap.h \
|
/linux/drivers/clk/actions/ |
A D | .owl-reset.o.cmd | 692 arch/arm64/include/generated/asm/early_ioremap.h \ 693 include/asm-generic/early_ioremap.h \
|
/linux/lib/ |
A D | .iomap_copy.o.cmd | 686 arch/arm64/include/generated/asm/early_ioremap.h \ 687 include/asm-generic/early_ioremap.h \
|
/linux/arch/arm64/kernel/ |
A D | .io.o.cmd | 686 arch/arm64/include/generated/asm/early_ioremap.h \ 687 include/asm-generic/early_ioremap.h \
|
Completed in 318 milliseconds
12345678910>>...92