TianoCore EDK2 master
Loading...
Searching...
No Matches
EmbeddedMonotonicCounter.c File Reference

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI GetNextMonotonicCount (OUT UINT64 *Count)
 
EFI_STATUS EFIAPI GetNextHighMonotonicCount (OUT UINT32 *HighCount)
 
EFI_STATUS EFIAPI MonotonicCounterDriverInitialize (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Variables

UINT64 gCurrentMonotonicCount = 0
 

Detailed Description

Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file EmbeddedMonotonicCounter.c.

Function Documentation

◆ GetNextHighMonotonicCount()

EFI_STATUS EFIAPI GetNextHighMonotonicCount ( OUT UINT32 *  HighCount)

Definition at line 36 of file EmbeddedMonotonicCounter.c.

◆ GetNextMonotonicCount()

EFI_STATUS EFIAPI GetNextMonotonicCount ( OUT UINT64 *  Count)

Definition at line 22 of file EmbeddedMonotonicCounter.c.

◆ MonotonicCounterDriverInitialize()

EFI_STATUS EFIAPI MonotonicCounterDriverInitialize ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

Definition at line 53 of file EmbeddedMonotonicCounter.c.

Variable Documentation

◆ gCurrentMonotonicCount

UINT64 gCurrentMonotonicCount = 0

Definition at line 18 of file EmbeddedMonotonicCounter.c.