Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dcpuid.c170 (best->eax | ((u64)best->edx << 32)) & supported_xcr0; in kvm_vcpu_after_set_cpuid()
719 entry->eax &= supported_xcr0; in __do_cpuid_func()
720 entry->ebx = xstate_required_size(supported_xcr0, false); in __do_cpuid_func()
722 entry->edx &= supported_xcr0 >> 32; in __do_cpuid_func()
723 if (!supported_xcr0) in __do_cpuid_func()
732 entry->ebx = xstate_required_size(supported_xcr0 | supported_xss, in __do_cpuid_func()
743 if (supported_xcr0 & BIT_ULL(i)) in __do_cpuid_func()
H A Dx86.h282 extern u64 supported_xcr0;
287 return (supported_xcr0 & (XFEATURE_MASK_BNDREGS | XFEATURE_MASK_BNDCSR)) in kvm_mpx_supported()
H A Dx86.c249 u64 __read_mostly supported_xcr0; variable
250 EXPORT_SYMBOL_GPL(supported_xcr0);
4602 if (xstate_bv & ~supported_xcr0 || mxcsr & ~mxcsr_feature_mask) in kvm_vcpu_ioctl_x86_set_xsave()
8135 supported_xcr0 = host_xcr0 & KVM_SUPPORTED_XCR0; in kvm_arch_init()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c934 supported_xcr0 &= ~(XFEATURE_MASK_BNDREGS | XFEATURE_MASK_BNDCSR); in svm_hardware_setup()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c7891 supported_xcr0 &= ~(XFEATURE_MASK_BNDREGS | in hardware_setup()