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

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmProfileInternal.h 64 #define MSR_DEBUG_CTL 0x1D9
SmmProfile.c 113 AsmMsrAnd64 (MSR_DEBUG_CTL, ~((UINT64)(MSR_DEBUG_CTL_BTS | MSR_DEBUG_CTL_TR)));
125 AsmMsrOr64 (MSR_DEBUG_CTL, (MSR_DEBUG_CTL_BTS | MSR_DEBUG_CTL_TR));
1018 DebugCtl = AsmReadMsr64 (MSR_DEBUG_CTL);
1023 AsmWriteMsr64 (MSR_DEBUG_CTL, DebugCtl);
1039 DebugCtl = AsmReadMsr64 (MSR_DEBUG_CTL);
1047 AsmWriteMsr64 (MSR_DEBUG_CTL, DebugCtl);
    [all...]

Completed in 309 milliseconds