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

/arch/ia64/include/asm/
H A Dsetup.h8 __u64 efi_systab; /* physical address of EFI system table */ member in struct:ia64_boot_param
/arch/ia64/hp/sim/boot/
H A Dfw-emu.c234 efi_system_table_t *efi_systab; local
262 efi_systab = (void *) cp; cp += sizeof(*efi_systab);
280 memset(efi_systab, 0, sizeof(*efi_systab));
281 efi_systab->hdr.signature = EFI_SYSTEM_TABLE_SIGNATURE;
282 efi_systab->hdr.revision = ((1 << 16) | 00);
283 efi_systab->hdr.headersize = sizeof(efi_systab->hdr);
284 efi_systab
[all...]
/arch/x86/platform/efi/
H A Defi.c75 static efi_system_table_t efi_systab __initdata;
456 efi_systab.hdr = systab64->hdr;
457 efi_systab.fw_vendor = systab64->fw_vendor;
459 efi_systab.fw_revision = systab64->fw_revision;
460 efi_systab.con_in_handle = systab64->con_in_handle;
462 efi_systab.con_in = systab64->con_in;
464 efi_systab.con_out_handle = systab64->con_out_handle;
466 efi_systab.con_out = systab64->con_out;
468 efi_systab.stderr_handle = systab64->stderr_handle;
470 efi_systab
[all...]
/arch/ia64/sn/kernel/
H A Dsetup.c156 efi_system_table_t *efi_systab; local
170 efi_systab = (efi_system_table_t *) __va(ia64_boot_param->efi_systab);
171 config_tables = __va(efi_systab->tables);
172 for (i = 0; i < efi_systab->nr_tables; i++) {
/arch/x86/include/asm/
H A Dbootparam.h86 __u32 efi_systab; member in struct:efi_info
/arch/x86/boot/compressed/
H A Deboot.c785 efi->efi_systab = (unsigned long)sys_table;
/arch/ia64/kernel/
H A Defi.c502 efi.systab = __va(ia64_boot_param->efi_systab);

Completed in 3142 milliseconds