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

  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/Msr/
PentiumMMsr.h 417 /// support branch trace storage (BTS) 0 = BTS is supported
422 /// 1 = Processor doesn't support branch trace storage (BTS)
423 /// 0 = BTS is supported
425 UINT32 BTS:1;
AtomMsr.h 527 UINT32 BTS:1;
CoreMsr.h 430 UINT32 BTS:1;
Core2Msr.h 690 UINT32 BTS:1;
    [all...]
SilvermontMsr.h 644 UINT32 BTS:1;
    [all...]
XeonPhiMsr.h 404 UINT32 BTS:1;
    [all...]
Pentium4Msr.h 926 /// storage (BTS); when clear, BTS is supported.
928 UINT32 BTS:1;
    [all...]
GoldmontMsr.h 338 UINT32 BTS:1;
    [all...]
NehalemMsr.h 395 UINT32 BTS:1;
    [all...]
SandyBridgeMsr.h 509 UINT32 BTS:1;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
ArchitecturalMsr.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
plan9x.go 179 BTS: true,
tables.go     [all...]
decode.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
plan9x.go 179 BTS: true,
tables.go     [all...]
decode.go     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmProfile.c 38 // The flag indicates if BTS is supported by processor.
971 // When CPUID.1:EDX[21] is set, the following BTS facilities are available:
973 // availability of the BTS facilities, including the ability to set the BTS and
978 if (MiscEnableMsr.Bits.BTS == 1) {
980 // BTS facilities is not supported if MSR_IA32_MISC_ENABLE.BTS bit is set.
1082 // We can not get useful information from LER, so we have to use BTS.
1087 // Enable BTS
    [all...]

Completed in 524 milliseconds