Home
last modified time | relevance | path

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

/linux-4.4.14/arch/ia64/hp/sim/boot/
Dfw-emu.c235 efi_runtime_services_t *efi_runtime; in sys_fw_init() local
263 efi_runtime = (void *) cp; cp += sizeof(*efi_runtime); in sys_fw_init()
286 efi_systab->runtime = (void *) __pa(efi_runtime); in sys_fw_init()
290 efi_runtime->hdr.signature = EFI_RUNTIME_SERVICES_SIGNATURE; in sys_fw_init()
291 efi_runtime->hdr.revision = EFI_RUNTIME_SERVICES_REVISION; in sys_fw_init()
292 efi_runtime->hdr.headersize = sizeof(efi_runtime->hdr); in sys_fw_init()
293 efi_runtime->get_time = (void *)__pa(&fw_efi_get_time); in sys_fw_init()
294 efi_runtime->set_time = (void *)__pa(&efi_unimplemented); in sys_fw_init()
295 efi_runtime->get_wakeup_time = (void *)__pa(&efi_unimplemented); in sys_fw_init()
296 efi_runtime->set_wakeup_time = (void *)__pa(&efi_unimplemented); in sys_fw_init()
[all …]