Searched refs:host_xcr0 (Results 1 – 3 of 3) sorted by relevance
296 extern u64 host_xcr0;
50 return ((host_xcr0 & (XFEATURE_MASK_BNDREGS | XFEATURE_MASK_BNDCSR)) in kvm_mpx_supported()57 u64 xcr0 = KVM_SUPPORTED_XCR0 & host_xcr0; in kvm_supported_xcr0()
222 u64 __read_mostly host_xcr0; variable820 if (vcpu->arch.xcr0 != host_xcr0) in kvm_load_guest_xcr0()830 if (vcpu->arch.xcr0 != host_xcr0) in kvm_put_guest_xcr0()831 xsetbv(XCR_XFEATURE_ENABLED_MASK, host_xcr0); in kvm_put_guest_xcr0()3935 xsave->header.xcomp_bv = host_xcr0 | XSTATE_COMPACTION_ENABLED; in load_xsave()7230 host_xcr0 = xgetbv(XCR_XFEATURE_ENABLED_MASK); in kvm_arch_init()9036 host_xcr0 | XSTATE_COMPACTION_ENABLED; in fx_init()