Searched refs:supported_xcr0 (Results 1 – 5 of 5) sorted by relevance
173 (best->eax | ((u64)best->edx << 32)) & supported_xcr0; in kvm_vcpu_after_set_cpuid()776 entry->eax &= supported_xcr0; in __do_cpuid_func()777 entry->ebx = xstate_required_size(supported_xcr0, false); in __do_cpuid_func()779 entry->edx &= supported_xcr0 >> 32; in __do_cpuid_func()780 if (!supported_xcr0) in __do_cpuid_func()789 entry->ebx = xstate_required_size(supported_xcr0 | supported_xss, in __do_cpuid_func()800 if (supported_xcr0 & BIT_ULL(i)) in __do_cpuid_func()
332 extern u64 supported_xcr0;338 return (supported_xcr0 & (XFEATURE_MASK_BNDREGS | XFEATURE_MASK_BNDCSR)) in kvm_mpx_supported()
299 u64 __read_mostly supported_xcr0; variable300 EXPORT_SYMBOL_GPL(supported_xcr0);4991 if (xstate_bv & ~supported_xcr0 || mxcsr & ~mxcsr_feature_mask) in kvm_vcpu_ioctl_x86_set_xsave()8688 supported_xcr0 = host_xcr0 & KVM_SUPPORTED_XCR0; in kvm_arch_init()
992 supported_xcr0 &= ~(XFEATURE_MASK_BNDREGS | XFEATURE_MASK_BNDCSR); in svm_hardware_setup()
7937 supported_xcr0 &= ~(XFEATURE_MASK_BNDREGS | in hardware_setup()