Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Dkvm_cache_regs.h151 static inline u64 kvm_read_edx_eax(struct kvm_vcpu *vcpu) in kvm_read_edx_eax() function
Dx86.c1742 u64 data = kvm_read_edx_eax(vcpu); in kvm_emulate_wrmsr()
1820 data = kvm_read_edx_eax(vcpu); in handle_fastpath_set_msr_irqoff()
1827 data = kvm_read_edx_eax(vcpu); in handle_fastpath_set_msr_irqoff()
/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c2184 u64 new_bv = kvm_read_edx_eax(&svm->vcpu); in xsetbv_interception()
/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.c5197 u64 new_bv = kvm_read_edx_eax(vcpu); in handle_xsetbv()