Home
last modified time | relevance | path

Searched refs:MSR_DEBUG_CTL_BTS (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfileInternal.h67 #define MSR_DEBUG_CTL_BTS 0x80 macro
DSmmProfile.c113 AsmMsrAnd64 (MSR_DEBUG_CTL, ~((UINT64)(MSR_DEBUG_CTL_BTS | MSR_DEBUG_CTL_TR))); in DisableBTS()
125 AsmMsrOr64 (MSR_DEBUG_CTL, (MSR_DEBUG_CTL_BTS | MSR_DEBUG_CTL_TR)); in EnableBTS()
1040 if ((DebugCtl & MSR_DEBUG_CTL_BTS) != 0) { in ActivateBTS()
1045 DebugCtl |= (UINT64)(MSR_DEBUG_CTL_BTS | MSR_DEBUG_CTL_TR); in ActivateBTS()