Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h108 #define X86_FEATURE_DTES64 ( 4*32+ 2) /* "dtes64" 64-bit Debug Store */ macro
/linux/arch/x86/events/intel/
H A Dbts.c603 if (!boot_cpu_has(X86_FEATURE_DTES64)) in bts_init()
H A Dds.c3329 if (!boot_cpu_has(X86_FEATURE_DTES64)) in intel_ds_pebs_init()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c2609 if (!guest_cpu_cap_has(vcpu, X86_FEATURE_DTES64)) in vmx_set_msr()
8206 kvm_cpu_cap_check_and_set(X86_FEATURE_DTES64); in vmx_set_cpu_caps()