Searched refs:early_iounmap (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/loongarch/mm/
H A Dioremap.c14 void __init early_iounmap(void __iomem *addr, unsigned long size) function
/linux-master/include/asm-generic/
H A Dearly_ioremap.h8 * early_ioremap() and early_iounmap() are for temporary early boot-time
19 extern void early_iounmap(void __iomem *addr, unsigned long size);
/linux-master/arch/x86/kernel/
H A Dvsmp_64.c56 early_iounmap(address, 8);
126 early_iounmap(address, 4);
H A Dearly-quirks.c685 early_iounmap(mmio, BCM4331_MMIO_SIZE);
/linux-master/arch/loongarch/include/asm/
H A Dio.h18 extern void __init early_iounmap(void __iomem *addr, unsigned long size);
21 #define early_memunmap early_iounmap
/linux-master/arch/x86/platform/olpc/
H A Dolpc_ofw.c44 early_iounmap(base, sizeof(olpc_ofw_pgd) * PTRS_PER_PGD);
/linux-master/mm/
H A Dearly_ioremap.c162 void __init early_iounmap(void __iomem *addr, unsigned long size) function
287 void __init early_iounmap(void __iomem *addr, unsigned long size) function
296 early_iounmap((__force void __iomem *)addr, size);
/linux-master/arch/powerpc/platforms/powermac/
H A Dtime.c210 early_iounmap((void *)via, resource_size(&rsrc));
/linux-master/arch/riscv/kernel/
H A Dacpi.c216 early_iounmap(map, size);
/linux-master/arch/powerpc/kernel/
H A Dudbg_16550.c322 early_iounmap(udbg_uart_early_addr, 0x1000);
H A Dlegacy_serial.c377 early_iounmap(info->early_addr, 0x1000);
/linux-master/drivers/usb/early/
H A Dxhci-dbc.c646 early_iounmap(xdbc.xhci_base, xdbc.xhci_length);
986 early_iounmap(xdbc.xhci_base, xdbc.xhci_length);
1003 early_iounmap(xdbc.xhci_base, xdbc.xhci_length);
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c81 early_iounmap(mmr, sizeof(*mmr));
/linux-master/drivers/iommu/intel/
H A Ddmar.c907 early_iounmap(addr, VTD_PAGE_SIZE);

Completed in 271 milliseconds