Home
last modified time | relevance | path

Searched refs:kvm_load_guest_xcr0 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/x86/kvm/
Dx86.h369 void kvm_load_guest_xcr0(struct kvm_vcpu *vcpu);
Dx86.c815 void kvm_load_guest_xcr0(struct kvm_vcpu *vcpu) in kvm_load_guest_xcr0() function
825 EXPORT_SYMBOL_GPL(kvm_load_guest_xcr0);
Dsvm.c5637 kvm_load_guest_xcr0(vcpu); in svm_vcpu_run()
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c6542 kvm_load_guest_xcr0(vcpu); in vmx_vcpu_run()