Searched refs:kvm_vcpu_read_guest (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv_nested.c | 227 if (kvm_vcpu_read_guest(vcpu, hv_ptr, &l2_hv->version, in kvmhv_read_guest_state_and_regs() 238 return kvm_vcpu_read_guest(vcpu, hv_ptr, l2_hv, size) || in kvmhv_read_guest_state_and_regs() 239 kvm_vcpu_read_guest(vcpu, regs_ptr, l2_regs, in kvmhv_read_guest_state_and_regs() 643 rc = kvm_vcpu_read_guest(vcpu, gp_from, buf, n); in kvmhv_copy_tofrom_guest_nested()
|
| /linux/arch/riscv/kvm/ |
| H A D | vcpu_pmu.c | 505 ret = kvm_vcpu_read_guest(vcpu, shmem, einfo, shmem_size); in kvm_riscv_vcpu_pmu_event_info() 577 if (kvm_vcpu_read_guest(vcpu, kvpmu->snapshot_addr, kvpmu->sdata, in kvm_riscv_vcpu_pmu_ctr_start()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 315 if (kvm_vcpu_read_guest(vcpu, gpa, &l1_val, sizeof(l1_val))) in nested_svm_merge_msrpm() 1525 if (kvm_vcpu_read_guest(&svm->vcpu, base + bit_nr / BITS_PER_BYTE, in nested_svm_exit_handled_msr() 1552 if (kvm_vcpu_read_guest(&svm->vcpu, gpa, &val, iopm_len)) in nested_svm_intercept_ioio()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 1045 if (kvm_vcpu_read_guest(vcpu, gpa + i * sizeof(e), in nested_vmx_load_msr() 1101 if (kvm_vcpu_read_guest(vcpu, in read_and_check_msr_entry() 5001 if (kvm_vcpu_read_guest(vcpu, gpa, &g, sizeof(g))) { in nested_vmx_restore_host_state() 5010 if (kvm_vcpu_read_guest(vcpu, gpa, &h, sizeof(h))) { in nested_vmx_restore_host_state() 6243 if (kvm_vcpu_read_guest(vcpu, bitmap, &b, 1)) in nested_vmx_check_io_bitmaps() 6313 if (kvm_vcpu_read_guest(vcpu, bitmap + msr_index/8, &b, 1)) in nested_vmx_exit_handled_msr() 6428 if (kvm_vcpu_read_guest(vcpu, bitmap + field/8, &b, 1)) in nested_vmx_exit_handled_vmcs_access()
|
| /linux/arch/x86/kvm/ |
| H A D | smm.c | 583 ret = kvm_vcpu_read_guest(vcpu, smbase + 0xfe00, smram.bytes, sizeof(smram)); in emulator_leave_smm()
|
| H A D | x86.c | 8134 return !kvm_vcpu_read_guest(vcpu, gpa, val, bytes); in emulator_read_guest()
|
| /linux/include/linux/ |
| H A D | kvm_host.h | 1422 int kvm_vcpu_read_guest(struct kvm_vcpu *vcpu, gpa_t gpa, void *data,
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 3237 int kvm_vcpu_read_guest(struct kvm_vcpu *vcpu, gpa_t gpa, void *data, unsigned long len) in kvm_vcpu_read_guest() function 3255 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_vcpu_read_guest);
|