Searched refs:GetNextHighMonotonicCount (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A Druntime_service_table.h47 TBL_ENTRY(EFI_GET_NEXT_HIGH_MONO_COUNT, GetNextHighMonotonicCount, NVOID, EFI_STATUS, 1, (PTR(UINT32)))
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DDxeCis.h64 EFI_GET_NEXT_HIGH_MONO_COUNT GetNextHighMonotonicCount; member in struct:__anon10528
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/
H A DMonotonicCounter.c3 GetNextHighMonotonicCount().
105 The GetNextHighMonotonicCount() function returns the next high 32 bits
114 it may do so by utilizing GetNextHighMonotonicCount(). To do this, before calling
119 Before the lower 32 bits of the count overflows, call GetNextHighMonotonicCount().
260 gRT->GetNextHighMonotonicCount = MonotonicCounterDriverGetNextHighMonotonicCount;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DRuntimeServicesTable.c162 (VOID *)gRT->GetNextHighMonotonicCount,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/RuntimeDxe/
H A DRuntime.c330 RuntimeDriverConvertInternalPointer ((VOID **) &gRT->GetNextHighMonotonicCount);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c507 This service is a wrapper for the UEFI Runtime Service GetNextHighMonotonicCount().
528 return mInternalRT->GetNextHighMonotonicCount (HighCount);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/DataHubDxe/
H A DDataHub.c568 Status = gRT->GetNextHighMonotonicCount (&HighMontonicCount);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h1773 EFI_GET_NEXT_HIGH_MONO_COUNT GetNextHighMonotonicCount; member in struct:__anon12445
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h1772 EFI_GET_NEXT_HIGH_MONO_COUNT GetNextHighMonotonicCount; member in struct:__anon15719

Completed in 1282 milliseconds