Home
last modified time | relevance | path

Searched refs:kvm_read_edx_eax (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dkvm_cache_regs.h151 static inline u64 kvm_read_edx_eax(struct kvm_vcpu *vcpu) in kvm_read_edx_eax() function
H A Dx86.c1820 u64 data = kvm_read_edx_eax(vcpu); in kvm_emulate_wrmsr()
1898 data = kvm_read_edx_eax(vcpu); in handle_fastpath_set_msr_irqoff()
1905 data = kvm_read_edx_eax(vcpu); in handle_fastpath_set_msr_irqoff()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dkvm_cache_regs.h202 static inline u64 kvm_read_edx_eax(struct kvm_vcpu *vcpu) in kvm_read_edx_eax() function
H A Dx86.c1123 __kvm_set_xcr(vcpu, kvm_rcx_read(vcpu), kvm_read_edx_eax(vcpu))) { in kvm_emulate_xsetbv()
2083 u64 data = kvm_read_edx_eax(vcpu); in kvm_emulate_wrmsr()
2193 data = kvm_read_edx_eax(vcpu); in handle_fastpath_set_msr_irqoff()
2200 data = kvm_read_edx_eax(vcpu); in handle_fastpath_set_msr_irqoff()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dsvm.c2190 u64 new_bv = kvm_read_edx_eax(&svm->vcpu); in xsetbv_interception()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c5348 u64 new_bv = kvm_read_edx_eax(vcpu); in handle_xsetbv()

Completed in 47 milliseconds