Searched defs:TimerValue (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.c545 @param TimerValue - Pointer to the returned timer value.
548 of TimerValue. If TimerValue does not
559 @retval EFI_INVALID_PARAMETER - TimerIndex is not valid or TimerValue is NULL.
567 OUT UINT64 *TimerValue,
571 if (TimerValue == NULL) {
579 *TimerValue = AsmReadTsc ();
564 CpuGetTimerValue( IN EFI_CPU_ARCH_PROTOCOL *This, IN UINT32 TimerIndex, OUT UINT64 *TimerValue, OUT UINT64 *TimerPeriod OPTIONAL ) argument

Completed in 126 milliseconds