Home
last modified time | relevance | path

Searched refs:efi_systab (Results 1 – 9 of 9) sorted by relevance

/arch/ia64/hp/sim/boot/
Dfw-emu.c234 efi_system_table_t *efi_systab; in sys_fw_init() local
262 efi_systab = (void *) cp; cp += sizeof(*efi_systab); in sys_fw_init()
280 memset(efi_systab, 0, sizeof(*efi_systab)); in sys_fw_init()
281 efi_systab->hdr.signature = EFI_SYSTEM_TABLE_SIGNATURE; in sys_fw_init()
282 efi_systab->hdr.revision = ((1 << 16) | 00); in sys_fw_init()
283 efi_systab->hdr.headersize = sizeof(efi_systab->hdr); in sys_fw_init()
284 efi_systab->fw_vendor = __pa("H\0e\0w\0l\0e\0t\0t\0-\0P\0a\0c\0k\0a\0r\0d\0\0"); in sys_fw_init()
285 efi_systab->fw_revision = 1; in sys_fw_init()
286 efi_systab->runtime = (void *) __pa(efi_runtime); in sys_fw_init()
287 efi_systab->nr_tables = 1; in sys_fw_init()
[all …]
/arch/x86/platform/efi/
Defi.c57 static efi_system_table_t efi_systab __initdata;
314 efi_systab.hdr = systab64->hdr; in efi_systab_init()
315 efi_systab.fw_vendor = data ? (unsigned long)data->fw_vendor : in efi_systab_init()
318 efi_systab.fw_revision = systab64->fw_revision; in efi_systab_init()
319 efi_systab.con_in_handle = systab64->con_in_handle; in efi_systab_init()
321 efi_systab.con_in = systab64->con_in; in efi_systab_init()
323 efi_systab.con_out_handle = systab64->con_out_handle; in efi_systab_init()
325 efi_systab.con_out = systab64->con_out; in efi_systab_init()
327 efi_systab.stderr_handle = systab64->stderr_handle; in efi_systab_init()
329 efi_systab.stderr = systab64->stderr; in efi_systab_init()
[all …]
/arch/ia64/include/uapi/asm/
Dsetup.h8 __u64 efi_systab; /* physical address of EFI system table */ member
/arch/ia64/sn/kernel/
Dsetup.c156 efi_system_table_t *efi_systab; in early_sn_setup() local
170 efi_systab = (efi_system_table_t *) __va(ia64_boot_param->efi_systab); in early_sn_setup()
171 config_tables = __va(efi_systab->tables); in early_sn_setup()
172 for (i = 0; i < efi_systab->nr_tables; i++) { in early_sn_setup()
/arch/x86/include/uapi/asm/
Dbootparam.h104 __u32 efi_systab; member
/arch/x86/xen/
Defi.c150 boot_params.efi_info.efi_systab = (__u32)__pa(efi_systab_xen); in xen_efi_init()
/arch/x86/kernel/
Dkexec-bzimage64.c183 ei->efi_systab = current_ei->efi_systab; in setup_efi_state()
/arch/x86/boot/compressed/
Deboot.c1008 p->efi->efi_systab = (unsigned long)sys_table_arg; in exit_boot_func()
/arch/ia64/kernel/
Defi.c507 efi.systab = __va(ia64_boot_param->efi_systab); in efi_init()