Home
last modified time | relevance | path

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

/xen/xen/common/efi/
A Druntime.c45 const EFI_RUNTIME_SERVICES *__read_mostly efi_rs; variable
158 status = efi_rs->GetTime(&time, NULL); in efi_get_time()
189 status = efi_rs->ResetSystem(warm ? EfiResetWarm : EfiResetCold, in efi_reset_system()
227 info->version = efi_rs->Hdr.Revision; in efi_get_info()
399 status = efi_rs->SetTime(cast_time(&op->u.set_time)); in efi_runtime_call()
415 status = efi_rs->GetWakeupTime(&enabled, &pending, in efi_runtime_call()
439 status = efi_rs->SetWakeupTime(!!(op->misc & in efi_runtime_call()
502 status = efi_rs->GetVariable( in efi_runtime_call()
549 status = efi_rs->SetVariable( in efi_runtime_call()
587 status = efi_rs->GetNextVariableName( in efi_runtime_call()
[all …]
A Defi.h26 extern const EFI_RUNTIME_SERVICES *efi_rs;
A Dboot.c737 efi_rs = SystemTable->RuntimeServices; in efi_init()
975 status = (efi_rs->Hdr.Revision >> 16) >= 2 ? in efi_variables()
976 efi_rs->QueryVariableInfo(EFI_VARIABLE_NON_VOLATILE | in efi_variables()
1108 status = efi_rs->SetVirtualAddressMap(efi_memmap_size, efi_mdesc_size, in efi_exit_boot()
1120 efi_rs = (void *)efi_rs + DIRECTMAP_VIRT_START; in efi_exit_boot()

Completed in 59 milliseconds