Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dcpufeature.h113 #define X86_FEATURE_DTES64 ( 4*32+ 2) /* 64-bit Debug Store */ macro
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_bts.c517 if (!boot_cpu_has(X86_FEATURE_DTES64) || !x86_pmu.bts) in bts_init()
Dperf_event_intel_ds.c1073 if (!boot_cpu_has(X86_FEATURE_DTES64)) in intel_ds_init()