Searched refs:kvm_vcpu_read_guest (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/arch/powerpc/kvm/ | 
| D | book3s_hv_nested.c | 236 	err = kvm_vcpu_read_guest(vcpu, hv_ptr, &l2_hv,  in kvmhv_enter_nested_guest()246 	err = kvm_vcpu_read_guest(vcpu, regs_ptr, &l2_regs,  in kvmhv_enter_nested_guest()
 517 		rc = kvm_vcpu_read_guest(vcpu, gp_from, buf, n);  in kvmhv_copy_tofrom_guest_nested()
 
 | 
| /Linux-v5.4/arch/x86/kvm/vmx/ | 
| D | nested.c | 907 		if (kvm_vcpu_read_guest(vcpu, gpa + i * sizeof(e),  in nested_vmx_load_msr()943 		if (kvm_vcpu_read_guest(vcpu,  in nested_vmx_store_msr()
 4016 		if (kvm_vcpu_read_guest(vcpu, gpa, &g, sizeof(g))) {  in nested_vmx_restore_host_state()
 4025 			if (kvm_vcpu_read_guest(vcpu, gpa, &h, sizeof(h))) {  in nested_vmx_restore_host_state()
 5154 			if (kvm_vcpu_read_guest(vcpu, bitmap, &b, 1))  in nested_vmx_exit_handled_io()
 5198 		if (kvm_vcpu_read_guest(vcpu, bitmap + msr_index/8, &b, 1))  in nested_vmx_exit_handled_msr()
 5307 	if (kvm_vcpu_read_guest(vcpu, bitmap + field/8, &b, 1))  in nested_vmx_exit_handled_vmcs_access()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | kvm_host.h | 769 int kvm_vcpu_read_guest(struct kvm_vcpu *vcpu, gpa_t gpa, void *data,
 | 
| /Linux-v5.4/arch/x86/kvm/ | 
| D | hyperv.c | 1569 		ret = kvm_vcpu_read_guest(vcpu, gpa, ¶m, sizeof(param));  in kvm_hvcall_signal_event()
 | 
| D | svm.c | 3123 	if (kvm_vcpu_read_guest(&svm->vcpu, gpa, &val, iopm_len))  in nested_svm_intercept_ioio()3148 	if (kvm_vcpu_read_guest(&svm->vcpu, svm->nested.vmcb_msrpm + offset, &value, 4))  in nested_svm_exit_handled_msr()
 3469 		if (kvm_vcpu_read_guest(&svm->vcpu, offset, &value, 4))  in nested_svm_vmrun_msrpm()
 
 | 
| D | x86.c | 5404 	int r = kvm_vcpu_read_guest(vcpu, addr, val, bytes);  in kvm_read_guest_phys_system()5573 	return !kvm_vcpu_read_guest(vcpu, gpa, val, bytes);  in read_emulate()
 
 | 
| /Linux-v5.4/virt/kvm/ | 
| D | kvm_main.c | 2005 int kvm_vcpu_read_guest(struct kvm_vcpu *vcpu, gpa_t gpa, void *data, unsigned long len)  in kvm_vcpu_read_guest()  function2023 EXPORT_SYMBOL_GPL(kvm_vcpu_read_guest);
 
 |