Searched refs:kvm_write_guest_virt_system (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/ | 
| D | x86.h | 273 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu,
 | 
| D | x86.c | 5454 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu, gva_t addr, void *val,  in kvm_write_guest_virt_system()  function5470 EXPORT_SYMBOL_GPL(kvm_write_guest_virt_system);
 
 | 
| /Linux-v5.4/arch/x86/kvm/vmx/ | 
| D | nested.c | 4656 		if (kvm_write_guest_virt_system(vcpu, gva, &field_value, len, &e))  in handle_vmread()4897 	if (kvm_write_guest_virt_system(vcpu, gva, (void *)¤t_vmptr,  in handle_vmptrst()
 
 |