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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Defi.c59 static efi_system_table_t efi_systab __initdata;
327 efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab;
329 efi_phys.systab = (efi_system_table_t *)
335 sizeof(efi_system_table_t));
338 memcpy(&efi_systab, efi.systab, sizeof(efi_system_table_t));
339 early_iounmap(efi.systab, sizeof(efi_system_table_t));
541 efi.systab = (efi_system_table_t *) (unsigned long) systab;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Defi.h235 } efi_system_table_t; typedef in typeref:struct:__anon17377
252 efi_system_table_t *systab; /* EFI system table */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/sim/boot/
H A Dfw-emu.c30 + sizeof(efi_system_table_t)
242 efi_system_table_t *efi_systab;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/
H A Dsetup.c156 efi_system_table_t *efi_systab;
170 efi_systab = (efi_system_table_t *) __va(ia64_boot_param->efi_systab);

Completed in 31 milliseconds