Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dkvm_host.h652 int kvm_vcpu_read_guest(struct kvm_vcpu *vcpu, gpa_t gpa, void *data,
/linux-4.4.14/arch/x86/kvm/
Dsvm.c2073 if (kvm_vcpu_read_guest(&svm->vcpu, gpa, &val, iopm_len)) in nested_svm_intercept_ioio()
2098 if (kvm_vcpu_read_guest(&svm->vcpu, svm->nested.vmcb_msrpm + offset, &value, 4)) in nested_svm_exit_handled_msr()
2371 if (kvm_vcpu_read_guest(&svm->vcpu, offset, &value, 4)) in nested_svm_vmrun_msrpm()
Dvmx.c7563 if (kvm_vcpu_read_guest(vcpu, bitmap, &b, 1)) in nested_vmx_exit_handled_io()
7607 if (kvm_vcpu_read_guest(vcpu, bitmap + msr_index/8, &b, 1)) in nested_vmx_exit_handled_msr()
9390 if (kvm_vcpu_read_guest(vcpu, gpa + i * sizeof(e), in nested_vmx_load_msr()
9424 if (kvm_vcpu_read_guest(vcpu, in nested_vmx_store_msr()
Dx86.c4233 int r = kvm_vcpu_read_guest(vcpu, addr, val, bytes); in kvm_read_guest_phys_system()
4344 return !kvm_vcpu_read_guest(vcpu, gpa, val, bytes); in read_emulate()
Dmmu.c4188 r = kvm_vcpu_read_guest(vcpu, *gpa, &gentry, 8); in mmu_pte_write_fetch_gpte()
/linux-4.4.14/virt/kvm/
Dkvm_main.c1676 int kvm_vcpu_read_guest(struct kvm_vcpu *vcpu, gpa_t gpa, void *data, unsigned long len) in kvm_vcpu_read_guest() function
1694 EXPORT_SYMBOL_GPL(kvm_vcpu_read_guest);