Home
last modified time | relevance | path

Searched refs:AsmReadTsc (Results 1 – 25 of 29) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DReadTsc.S18 # AsmReadTsc function
26 .globl ASM_PFX(AsmReadTsc)
31 # AsmReadTsc (
35 ASM_PFX(AsmReadTsc):
DReadTsc.asm18 ; AsmReadTsc function
31 ; AsmReadTsc (
35 AsmReadTsc PROC label
38 AsmReadTsc ENDP
DReadTsc.c19 AsmReadTsc ( in AsmReadTsc() function
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DReadTsc.asm18 ; AsmReadTsc function
31 ; AsmReadTsc (
35 AsmReadTsc PROC label
38 AsmReadTsc ENDP
DReadTsc.nasm18 ; AsmReadTsc function
29 ; AsmReadTsc (
33 global ASM_PFX(AsmReadTsc)
34 ASM_PFX(AsmReadTsc):
DReadTsc.c29 AsmReadTsc ( in AsmReadTsc() function
DGccInline.c1646 AsmReadTsc ( in AsmReadTsc() function
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DReadTsc.S18 # AsmReadTsc function
28 # AsmReadTsc (
32 .globl ASM_PFX(AsmReadTsc)
33 ASM_PFX(AsmReadTsc):
DReadTsc.asm16 ; AsmReadTsc function
27 ; AsmReadTsc (
31 AsmReadTsc PROC label
36 AsmReadTsc ENDP
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DReadTsc.asm18 ; AsmReadTsc function
29 ; AsmReadTsc (
33 AsmReadTsc PROC label
38 AsmReadTsc ENDP
DReadTsc.nasm18 ; AsmReadTsc function
30 ; AsmReadTsc (
34 global ASM_PFX(AsmReadTsc)
35 ASM_PFX(AsmReadTsc):
DGccInline.c1624 AsmReadTsc ( in AsmReadTsc() function
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
DTscTimerLibShare.c73 StartTSC = AsmReadTsc(); // Get base value for the TSC in InternalCalculateTscFrequency()
82 EndTSC = AsmReadTsc(); // TSC value 1ms later in InternalCalculateTscFrequency()
110 Ticks = AsmReadTsc() + Delay; in InternalX86Delay()
118 while (AsmReadTsc() <= Ticks) CpuPause(); in InternalX86Delay()
193 return AsmReadTsc(); in GetPerformanceCounter()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c252 return AsmReadTsc (); in GetPerformanceCounter()
376 StartTSC = AsmReadTsc (); // Get base value for the TSC in InternalCalculateTscFrequency()
386 EndTSC = AsmReadTsc (); // TSC value 101.4 us later in InternalCalculateTscFrequency()
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/X64/
DTsc.c27 return AsmReadTsc (); in ReadTime()
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/Ia32/
DTsc.c27 return AsmReadTsc (); in ReadTime()
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspmWrapperPeim/
DFspmWrapperPeim.c90 TimeStampCounterStart = AsmReadTsc (); in PeiFspMemoryInit()
95 …g FspMemoryInitApi: %d millisecond\n", DivU64x32 (GetTimeInNanoSecond (AsmReadTsc () - TimeStampCo… in PeiFspMemoryInit()
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Rand/
DCryptRandTsc.c71 AsmReadTsc () in RandomSeed()
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspsWrapperPeim/
DFspsWrapperPeim.c256 TimeStampCounterStart = AsmReadTsc (); in PeiMemoryDiscoveredNotify()
260 … FspSiliconInitApi: %d millisecond\n", DivU64x32 (GetTimeInNanoSecond (AsmReadTsc () - TimeStampCo… in PeiMemoryDiscoveredNotify()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiPerformanceLib/
DPerformanceLib.c50 *TimerValue = AsmReadTsc (); in InternalGetTimerValue()
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspCommonLib/
DFspCommonLib.c398 FspData->PerfData[FspData->PerfIdx] = AsmReadTsc (); in SetFspMeasurePoint()
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspCommonLib/
DFspCommonLib.c375 FspData->PerfData[FspData->PerfIdx] = AsmReadTsc (); in SetFspMeasurePoint()
/device/linaro/bootloader/edk2/OptionRomPkg/Application/BltLibSample/
DBltLibSample.c29 return AsmReadTsc (); in ReadTimestamp()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/
DEdkCompatibilityPkg.dsc285 …dkIIGlueLib/Library/DxePerformanceLib/DxePerformanceLib.inf # Use IA32/X64 specific AsmReadTsc ().
286 …EdkIIGlueLib/Library/PeiPerformanceLib/PeiPerformanceLib.inf # Use IA32/X64 specific AsmReadTsc ().
400 …dkIIGlueLib/Library/DxePerformanceLib/DxePerformanceLib.inf # Use IA32/X64 specific AsmReadTsc ().
401 …EdkIIGlueLib/Library/PeiPerformanceLib/PeiPerformanceLib.inf # Use IA32/X64 specific AsmReadTsc ().
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuDxe.c304 *TimerValue = AsmReadTsc (); in CpuGetTimerValue()

12