Home
last modified time | relevance | path

Searched refs:kvm_vcpu_read_guest (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kvm/svm/
H A Dnested.c300 if (kvm_vcpu_read_guest(vcpu, gpa, &l1_val, sizeof(l1_val))) in nested_svm_merge_msrpm()
1374 if (kvm_vcpu_read_guest(&svm->vcpu, base + bit_nr / BITS_PER_BYTE, in nested_svm_exit_handled_msr()
1401 if (kvm_vcpu_read_guest(&svm->vcpu, gpa, &val, iopm_len)) in nested_svm_intercept_ioio()
/linux/arch/x86/kvm/vmx/
H A Dnested.c987 if (kvm_vcpu_read_guest(vcpu, gpa + i * sizeof(e), in nested_vmx_load_msr()
1047 if (kvm_vcpu_read_guest(vcpu, in read_and_check_msr_entry()
4913 if (kvm_vcpu_read_guest(vcpu, gpa, &g, sizeof(g))) { in nested_vmx_restore_host_state()
4922 if (kvm_vcpu_read_guest(vcpu, gpa, &h, sizeof(h))) { in nested_vmx_restore_host_state()
6178 if (kvm_vcpu_read_guest(vcpu, bitmap, &b, 1)) in nested_vmx_check_io_bitmaps()
6241 if (kvm_vcpu_read_guest(vcpu, bitmap + msr_index/8, &b, 1)) in nested_vmx_exit_handled_msr()
6356 if (kvm_vcpu_read_guest(vcpu, bitmap + field/8, &b, 1)) in nested_vmx_exit_handled_vmcs_access()
/linux/arch/x86/kvm/
H A Dsmm.c575 ret = kvm_vcpu_read_guest(vcpu, smbase + 0xfe00, smram.bytes, sizeof(smram)); in emulator_leave_smm()
H A Dhyperv.c2427 ret = kvm_vcpu_read_guest(vcpu, gpa, in kvm_hvcall_signal_event()
H A Dx86.c7776 return !kvm_vcpu_read_guest(vcpu, gpa, val, bytes); in read_emulate()
/linux/include/linux/
H A Dkvm_host.h1391 int kvm_vcpu_read_guest(struct kvm_vcpu *vcpu, gpa_t gpa, void *data,
/linux/virt/kvm/
H A Dkvm_main.c3234 int kvm_vcpu_read_guest(struct kvm_vcpu *vcpu, gpa_t gpa, void *data, unsigned long len) in kvm_vcpu_read_guest() function
3252 EXPORT_SYMBOL_GPL(kvm_vcpu_read_guest);