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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Defi.c49 static struct efi efi_phys; variable in typeref:struct:efi
150 status = efi_call_phys(efi_phys.set_virtual_address_map,
163 status = efi_call_phys(efi_phys.get_time, tm, tc);
332 memset(&efi_phys, 0, sizeof(efi_phys));
334 efi_phys.systab = EFI_SYSTAB;
341 boot_ioremap((unsigned long) efi_phys.systab,
441 efi_phys.get_time = (efi_get_time_t *) runtime->get_time;
442 efi_phys.set_virtual_address_map =
462 if (((unsigned long)md->phys_addr <= (unsigned long)efi_phys
[all...]

Completed in 48 milliseconds