Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/efi/
A Druntime.c45 const EFI_RUNTIME_SERVICES *__read_mostly efi_rs; variable
156 status = efi_rs->GetTime(&time, NULL); in efi_get_time()
216 info->version = efi_rs->Hdr.Revision; in efi_get_info()
389 status = efi_rs->SetTime(cast_time(&op->u.set_time)); in efi_runtime_call()
405 status = efi_rs->GetWakeupTime(&enabled, &pending, in efi_runtime_call()
429 status = efi_rs->SetWakeupTime(!!(op->misc & in efi_runtime_call()
487 status = efi_rs->GetVariable( in efi_runtime_call()
529 status = efi_rs->SetVariable( in efi_runtime_call()
567 status = efi_rs->GetNextVariableName( in efi_runtime_call()
620 if ( !state.cr3 || (efi_rs->Hdr.Revision >> 16) < 2 ) in efi_runtime_call()
[all …]
A Defi.h26 extern const EFI_RUNTIME_SERVICES *efi_rs;
A Dboot.c686 efi_rs = SystemTable->RuntimeServices; in efi_init()
924 status = (efi_rs->Hdr.Revision >> 16) >= 2 ? in efi_variables()
925 efi_rs->QueryVariableInfo(EFI_VARIABLE_NON_VOLATILE | in efi_variables()
1040 efi_rs = (void *)efi_rs + DIRECTMAP_VIRT_START; in efi_exit_boot()
1503 efi_rs->SetVirtualAddressMap(efi_memmap_size, efi_mdesc_size, in efi_init_memory()

Completed in 8 milliseconds