Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfile.c946 MSR_IA32_MISC_ENABLE_REGISTER MiscEnableMsr; in CheckFeatureSupported() local
977 MiscEnableMsr.Uint64 = AsmReadMsr64 (MSR_IA32_MISC_ENABLE); in CheckFeatureSupported()
978 if (MiscEnableMsr.Bits.BTS == 1) { in CheckFeatureSupported()