Searched refs:kvm_vcpu_read_guest (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/arch/powerpc/kvm/ |
D | book3s_hv_nested.c | 221 if (kvm_vcpu_read_guest(vcpu, hv_ptr, &l2_hv->version, in kvmhv_read_guest_state_and_regs() 232 return kvm_vcpu_read_guest(vcpu, hv_ptr, l2_hv, size) || in kvmhv_read_guest_state_and_regs() 233 kvm_vcpu_read_guest(vcpu, regs_ptr, l2_regs, in kvmhv_read_guest_state_and_regs() 605 rc = kvm_vcpu_read_guest(vcpu, gp_from, buf, n); in kvmhv_copy_tofrom_guest_nested()
|
/Linux-v6.1/arch/x86/kvm/ |
D | xen.c | 1019 if (!gpa || kvm_vcpu_read_guest(vcpu, gpa, &sched_poll, in kvm_xen_schedop_poll() 1048 if (!gpa || kvm_vcpu_read_guest(vcpu, gpa, in kvm_xen_schedop_poll() 1162 kvm_vcpu_read_guest(vcpu, gpa, &oneshot, longmode ? sizeof(oneshot) : in kvm_xen_hcall_vcpu_op() 1807 if (!gpa || kvm_vcpu_read_guest(vcpu, gpa, &send, sizeof(send))) { in kvm_xen_hcall_evtchn_send()
|
D | hyperv.c | 2089 ret = kvm_vcpu_read_guest(vcpu, gpa, in kvm_hvcall_signal_event()
|
D | x86.c | 7291 int r = kvm_vcpu_read_guest(vcpu, addr, val, bytes); in kvm_read_guest_phys_system() 7469 return !kvm_vcpu_read_guest(vcpu, gpa, val, bytes); in read_emulate()
|
/Linux-v6.1/arch/x86/kvm/svm/ |
D | nested.c | 218 if (kvm_vcpu_read_guest(&svm->vcpu, offset, &value, 4)) in nested_svm_vmrun_msrpm() 1193 if (kvm_vcpu_read_guest(&svm->vcpu, svm->nested.ctl.msrpm_base_pa + offset, &value, 4)) in nested_svm_exit_handled_msr() 1218 if (kvm_vcpu_read_guest(&svm->vcpu, gpa, &val, iopm_len)) in nested_svm_intercept_ioio()
|
/Linux-v6.1/arch/x86/kvm/vmx/ |
D | nested.c | 903 if (kvm_vcpu_read_guest(vcpu, gpa + i * sizeof(e), in nested_vmx_load_msr() 963 if (kvm_vcpu_read_guest(vcpu, in read_and_check_msr_entry() 4637 if (kvm_vcpu_read_guest(vcpu, gpa, &g, sizeof(g))) { in nested_vmx_restore_host_state() 4646 if (kvm_vcpu_read_guest(vcpu, gpa, &h, sizeof(h))) { in nested_vmx_restore_host_state() 5866 if (kvm_vcpu_read_guest(vcpu, bitmap, &b, 1)) in nested_vmx_check_io_bitmaps() 5929 if (kvm_vcpu_read_guest(vcpu, bitmap + msr_index/8, &b, 1)) in nested_vmx_exit_handled_msr() 6044 if (kvm_vcpu_read_guest(vcpu, bitmap + field/8, &b, 1)) in nested_vmx_exit_handled_vmcs_access()
|
/Linux-v6.1/include/linux/ |
D | kvm_host.h | 1235 int kvm_vcpu_read_guest(struct kvm_vcpu *vcpu, gpa_t gpa, void *data,
|
/Linux-v6.1/virt/kvm/ |
D | kvm_main.c | 3030 int kvm_vcpu_read_guest(struct kvm_vcpu *vcpu, gpa_t gpa, void *data, unsigned long len) in kvm_vcpu_read_guest() function 3048 EXPORT_SYMBOL_GPL(kvm_vcpu_read_guest);
|