Lines Matching refs:efi_rs
45 const EFI_RUNTIME_SERVICES *__read_mostly efi_rs; variable
156 status = efi_rs->GetTime(&time, NULL); in efi_get_time()
174 status = efi_rs->ResetSystem(EfiResetShutdown, EFI_SUCCESS, 0, NULL); in efi_halt_system()
187 status = efi_rs->ResetSystem(warm ? EfiResetWarm : EfiResetCold, in efi_reset_system()
216 info->version = efi_rs->Hdr.Revision; in efi_get_info()
367 status = efi_rs->GetTime(cast_time(&op->u.get_time.time), &caps); in efi_runtime_call()
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()
447 status = efi_rs->GetNextHighMonotonicCount(&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()
625 status = efi_rs->QueryVariableInfo( in efi_runtime_call()
639 if ( !state.cr3 || (efi_rs->Hdr.Revision >> 16) < 2 ) in efi_runtime_call()