Home
last modified time | relevance | path

Searched refs:guest_supported_xcr0 (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kvm/
Dcpuid.c83 vcpu->arch.guest_supported_xcr0 = 0; in kvm_update_cpuid()
86 vcpu->arch.guest_supported_xcr0 = in kvm_update_cpuid()
Dx86.c652 valid_bits = vcpu->arch.guest_supported_xcr0 | XSTATE_FP; in __kvm_set_xcr()
7311 vcpu->arch.guest_supported_xcr0 = 0; in kvm_arch_vcpu_init()
/arch/x86/include/asm/
Dkvm_host.h398 u64 guest_supported_xcr0; member