Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dcpufeatures.h95 #define X86_FEATURE_BTS ( 3*32+13) /* Branch Trace Store */ macro
/arch/x86/kernel/cpu/
Dintel.c658 set_cpu_cap(c, X86_FEATURE_BTS); in init_intel()
/arch/x86/events/intel/
Dds.c2175 x86_pmu.bts = boot_cpu_has(X86_FEATURE_BTS); in intel_ds_init()