Lines Matching defs:runtime
17 * Borislav Petkov <bp@suse.de> - runtime services VA mapping
26 * Implemented EFI runtime services and virtual mode calls. --davidm
313 * mapped by the OS so they can be accessed by EFI runtime services, but
395 efi_runtime = systab64->runtime;
396 over4g = systab64->runtime > U32_MAX;
426 efi_runtime = systab32->runtime;
495 * Note: We currently don't support runtime services on an EFI
500 pr_err("No EFI runtime due to 32/64-bit mismatch with kernel\n");
651 * Runtime regions always require runtime mappings (obviously).
675 * mapping when making EFI runtime calls.
698 * Map the efi memory ranges of the runtime services and update new_mmap with
744 * We don't do virtual mode, since we don't do runtime services, on
793 * This function will switch the EFI runtime services to virtual mode.
795 * has the runtime attribute bit set in its memory descriptor into the
799 * so that we're in a different address space when calling a runtime
803 * Specially for kexec boot, efi runtime maps in previous kernel should
804 * be passed in via setup_data. In that case runtime ranges will be mapped
823 pr_err("Error reallocating memory, EFI runtime non-functional!\n");
842 pr_info("EFI runtime memory map:\n");
890 efi.runtime = (efi_runtime_services_t *)efi_runtime;
931 EFI_ATTR_SHOW(runtime);
935 struct kobj_attribute efi_attr_runtime = __ATTR_RO(runtime);