Searched refs:efi_systab (Results 1 – 10 of 10) sorted by relevance
59 static efi_system_table_t efi_systab __initdata;316 efi_systab.hdr = systab64->hdr; in efi_systab_init()317 efi_systab.fw_vendor = data ? (unsigned long)data->fw_vendor : in efi_systab_init()320 efi_systab.fw_revision = systab64->fw_revision; in efi_systab_init()321 efi_systab.con_in_handle = systab64->con_in_handle; in efi_systab_init()323 efi_systab.con_in = systab64->con_in; in efi_systab_init()325 efi_systab.con_out_handle = systab64->con_out_handle; in efi_systab_init()327 efi_systab.con_out = systab64->con_out; in efi_systab_init()329 efi_systab.stderr_handle = systab64->stderr_handle; in efi_systab_init()331 efi_systab.stderr = systab64->stderr; in efi_systab_init()[all …]
235 efi_system_table_t *efi_systab; in sys_fw_init() local263 efi_systab = (void *) cp; cp += sizeof(*efi_systab); in sys_fw_init()281 memset(efi_systab, 0, sizeof(*efi_systab)); in sys_fw_init()282 efi_systab->hdr.signature = EFI_SYSTEM_TABLE_SIGNATURE; in sys_fw_init()283 efi_systab->hdr.revision = ((1 << 16) | 00); in sys_fw_init()284 efi_systab->hdr.headersize = sizeof(efi_systab->hdr); in sys_fw_init()285 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()286 efi_systab->fw_revision = 1; in sys_fw_init()287 efi_systab->runtime = (void *) __pa(efi_runtime); in sys_fw_init()288 efi_systab->nr_tables = 1; in sys_fw_init()[all …]
156 efi_system_table_t *efi_systab; in early_sn_setup() local170 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()
9 __u64 efi_systab; /* physical address of EFI system table */ member
106 __u32 efi_systab; member
183 ei->efi_systab = current_ei->efi_systab; in setup_efi_state()
184 boot_params.efi_info.efi_systab = (__u32)__pa(efi_systab_xen); in xen_efi_init()
554 paddr |= boot_params.efi_info.efi_systab; in memremap_is_efi_data()
672 p->efi->efi_systab = (unsigned long)sys_table_arg; in exit_boot_func()
508 efi.systab = __va(ia64_boot_param->efi_systab); in efi_init()