Searched refs:kvm_write_guest_virt_system (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | x86.h | 448 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu,
|
| H A D | x86.c | 7980 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu, gva_t addr, void *val, in kvm_write_guest_virt_system() function 7989 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_write_guest_virt_system);
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 5728 r = kvm_write_guest_virt_system(vcpu, gva, &value, len, &e); in handle_vmread() 5970 r = kvm_write_guest_virt_system(vcpu, gva, (void *)¤t_vmptr, in handle_vmptrst()
|