Home
last modified time | relevance | path

Searched refs:X86_FEATURE_ARCH_CAPABILITIES (Results 1 – 5 of 5) sorted by relevance

/arch/x86/include/asm/
Dcpufeatures.h408 #define X86_FEATURE_ARCH_CAPABILITIES (18*32+29) /* IA32_ARCH_CAPABILITIES MSR (Intel) */ macro
/arch/x86/kvm/
Dcpuid.c459 kvm_cpu_cap_set(X86_FEATURE_ARCH_CAPABILITIES); in kvm_set_cpu_caps()
Dx86.c1507 if (boot_cpu_has(X86_FEATURE_ARCH_CAPABILITIES)) { in kvm_get_arch_capabilities()
3772 !guest_cpuid_has(vcpu, X86_FEATURE_ARCH_CAPABILITIES)) in kvm_get_msr_common()
/arch/x86/kernel/cpu/
Dcommon.c1191 if (boot_cpu_has(X86_FEATURE_ARCH_CAPABILITIES)) in x86_read_arch_cap_msr()
/arch/x86/kvm/vmx/
Dvmx.c247 if (boot_cpu_has(X86_FEATURE_ARCH_CAPABILITIES)) { in vmx_setup_l1d_flush()
367 if (boot_cpu_has(X86_FEATURE_ARCH_CAPABILITIES) && in vmx_setup_fb_clear_ctrl()