Searched refs:supported_xcr0 (Results 1 – 5 of 5) sorted by relevance
170 (best->eax | ((u64)best->edx << 32)) & supported_xcr0; in kvm_vcpu_after_set_cpuid()714 entry->eax &= supported_xcr0; in __do_cpuid_func()715 entry->ebx = xstate_required_size(supported_xcr0, false); in __do_cpuid_func()717 entry->edx &= supported_xcr0 >> 32; in __do_cpuid_func()718 if (!supported_xcr0) in __do_cpuid_func()727 entry->ebx = xstate_required_size(supported_xcr0 | supported_xss, in __do_cpuid_func()738 if (supported_xcr0 & BIT_ULL(i)) in __do_cpuid_func()
280 extern u64 supported_xcr0;285 return (supported_xcr0 & (XFEATURE_MASK_BNDREGS | XFEATURE_MASK_BNDCSR)) in kvm_mpx_supported()
249 u64 __read_mostly supported_xcr0; variable250 EXPORT_SYMBOL_GPL(supported_xcr0);4511 if (xstate_bv & ~supported_xcr0 || mxcsr & ~mxcsr_feature_mask) in kvm_vcpu_ioctl_x86_set_xsave()7909 supported_xcr0 = host_xcr0 & KVM_SUPPORTED_XCR0; in kvm_arch_init()
935 supported_xcr0 &= ~(XFEATURE_MASK_BNDREGS | XFEATURE_MASK_BNDCSR); in svm_hardware_setup()
7744 supported_xcr0 &= ~(XFEATURE_MASK_BNDREGS | in hardware_setup()