24#if defined(_M_IX86) || defined(_M_X64)
31 Count = CpuInfo[2] & 0x80000000 ? 10 : 1;
50 }
while (((TimeStamp2 - TimeStamp1) >
Delta) && (
Count));
56 EfiPrintf(
L"BlpTimeMeasureTscFrequency not implemented for this platform.\r\n");
66#if defined(_M_IX86) || defined(_M_X64)
71 if (CpuInfo[2] & 0x80000000)
77 if (CpuInfo[0] ==
'1#vH')
83 if (CpuInfo[3] & 0x100)
95 EfiPrintf(
L"BlpTimeCalibratePerformanceCounter not implemented for this platform.\r\n");
105#if defined(_M_IX86) || defined(_M_X64)
116 EfiPrintf(
L"BlTimeQueryPerformanceCounter not implemented for this platform.\r\n");
VOID EfiPrintf(_In_ PWCHAR Format,...)
NTSTATUS EfiStall(_In_ ULONG StallTime)
#define STATUS_NOT_IMPLEMENTED
PPC_QUAL void __cpuid(int CPUInfo[], const int InfoType)
PPC_QUAL unsigned long long __readmsr()
PPC_QUAL unsigned long long __rdtsc(void)
static LARGE_INTEGER Frequency