Searched refs:boot_ioremap (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A DMakefile10 obj-$(CONFIG_BOOT_IOREMAP) += boot_ioremap.o
H A Dboot_ioremap.c2 * arch/i386/mm/boot_ioremap.c
79 * boot_ioremap(&ioremap_space-PAGE_OFFSET, BOOT_IOREMAP_SIZE)
81 __init void* boot_ioremap(unsigned long phys_addr, unsigned long size) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsrat.c60 extern void * boot_ioremap(unsigned long, unsigned long);
302 boot_ioremap(rsdp->rsdt_physical_address, sizeof(struct acpi_table_rsdt));
342 boot_ioremap(saved_rsdt.table.table_offset_entry[i], sizeof(struct acpi_table_header));
346 boot_ioremap(saved_rsdt.table.table_offset_entry[i], header->length);
H A Defi.c53 * We require an early boot_ioremap mapping mechanism initially
55 extern void * boot_ioremap(unsigned long, unsigned long);
341 boot_ioremap((unsigned long) efi_phys.systab,
366 c16 = (efi_char16_t *) boot_ioremap(efi.systab->fw_vendor, 2);
382 boot_ioremap((unsigned long) config_tables,
432 runtime = (efi_runtime_services_t *) boot_ioremap((unsigned long)
449 memmap.map = boot_ioremap((unsigned long) EFI_MEMMAP, EFI_MEMMAP_SIZE);

Completed in 102 milliseconds