Lines Matching refs:efi_rs
45 const EFI_RUNTIME_SERVICES *__read_mostly efi_rs; variable
158 status = efi_rs->GetTime(&time, NULL); in efi_get_time()
176 status = efi_rs->ResetSystem(EfiResetShutdown, EFI_SUCCESS, 0, NULL); in efi_halt_system()
189 status = efi_rs->ResetSystem(warm ? EfiResetWarm : EfiResetCold, in efi_reset_system()
227 info->version = efi_rs->Hdr.Revision; in efi_get_info()
377 status = efi_rs->GetTime(cast_time(&op->u.get_time.time), &caps); in efi_runtime_call()
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()
457 status = efi_rs->GetNextHighMonotonicCount(&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()
639 if ( !efi_enabled(EFI_RS) || (efi_rs->Hdr.Revision >> 16) < 2 ) in efi_runtime_call()
644 status = efi_rs->QueryVariableInfo( in efi_runtime_call()
657 if ( !efi_enabled(EFI_RS) || (efi_rs->Hdr.Revision >> 16) < 2 ) in efi_runtime_call()