HomeSort by relevance Sort by last modified time
    Searched defs:MSR_IA32_TIME_STAMP_COUNTER (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.h 64 #define MSR_IA32_TIME_STAMP_COUNTER 0x10
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
ArchitecturalMsr.h 97 @param ECX MSR_IA32_TIME_STAMP_COUNTER (0x00000010)
105 Msr = AsmReadMsr64 (MSR_IA32_TIME_STAMP_COUNTER);
106 AsmWriteMsr64 (MSR_IA32_TIME_STAMP_COUNTER, Msr);
108 @note MSR_IA32_TIME_STAMP_COUNTER is defined as IA32_TIME_STAMP_COUNTER in SDM.
110 #define MSR_IA32_TIME_STAMP_COUNTER 0x00000010
    [all...]

Completed in 74 milliseconds