Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dcpufeatures.h113 #define X86_FEATURE_DTES64 ( 4*32+ 2) /* 64-bit Debug Store */ macro
/arch/x86/events/intel/
Dbts.c606 if (!boot_cpu_has(X86_FEATURE_DTES64) || !x86_pmu.bts) in bts_init()
Dds.c1448 if (!boot_cpu_has(X86_FEATURE_DTES64)) in intel_ds_init()