Searched refs:early_iounmap (Results 1 – 9 of 9) sorted by relevance
/arch/x86/include/asm/ |
D | dmi.h | 24 #define dmi_iounmap early_iounmap
|
D | io.h | 105 extern void early_iounmap(void __iomem *addr, unsigned long size);
|
/arch/x86/kernel/ |
D | efi.c | 313 early_iounmap(efi.systab, sizeof(efi_system_table_t)); in efi_init() 337 early_iounmap(tmp, 2); in efi_init() 384 early_iounmap(config_tables, in efi_init() 413 early_iounmap(runtime, sizeof(efi_runtime_services_t)); in efi_init() 544 early_iounmap(memmap.map, memmap.nr_map * memmap.desc_size); in efi_enter_virtual_mode()
|
D | setup.c | 309 early_iounmap(p, clen+slop); in relocate_initrd() 393 early_iounmap(data, PAGE_SIZE); in parse_setup_data() 412 early_iounmap(data, sizeof(*data)); in e820_reserve_setup_data() 437 early_iounmap(data, sizeof(*data)); in reserve_early_setup_data()
|
D | vsmp_64.c | 105 early_iounmap(address, 8); in set_vsmp_pv_ops()
|
D | traps.c | 962 early_iounmap(p, 4); in trap_init()
|
D | e820.c | 631 early_iounmap(sdata, map_len); in parse_e820_ext()
|
/arch/x86/mm/ |
D | ioremap.c | 689 void __init early_iounmap(void __iomem *addr, unsigned long size) in early_iounmap() function
|
D | init_64.c | 324 early_iounmap(adr, PAGE_SIZE); in unmap_low_page()
|