Lines Matching defs:runtime
17 * Borislav Petkov <bp@suse.de> - runtime services VA mapping
26 * Implemented EFI runtime services and virtual mode calls. --davidm
366 efi_runtime = systab64->runtime;
367 over4g = systab64->runtime > U32_MAX;
397 efi_runtime = systab32->runtime;
466 * Note: We currently don't support runtime services on an EFI
471 pr_info("No EFI runtime due to 32/64-bit mismatch with kernel\n");
620 * Runtime regions always require runtime mappings (obviously).
644 * mapping when making EFI runtime calls.
667 * Map the efi memory ranges of the runtime services and update new_mmap with
713 * We don't do virtual mode, since we don't do runtime services, on
762 * This function will switch the EFI runtime services to virtual mode.
764 * has the runtime attribute bit set in its memory descriptor into the
768 * so that we're in a different address space when calling a runtime
772 * Specially for kexec boot, efi runtime maps in previous kernel should
773 * be passed in via setup_data. In that case runtime ranges will be mapped
792 pr_err("Error reallocating memory, EFI runtime non-functional!\n");
811 pr_info("EFI runtime memory map:\n");
859 efi.runtime = (efi_runtime_services_t *)efi_runtime;
900 EFI_ATTR_SHOW(runtime);
904 struct kobj_attribute efi_attr_runtime = __ATTR_RO(runtime);