Searched refs:kvm_write_guest_virt_system (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/kvm/ |
H A D | x86.h | 423 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu,
|
H A D | x86.c | 7647 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu, gva_t addr, void *val, in kvm_write_guest_virt_system() function 7650 /* kvm_write_guest_virt_system can pull in tons of pages. */ in kvm_write_guest_virt_system() 7656 EXPORT_SYMBOL_GPL(kvm_write_guest_virt_system);
|
/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 5640 r = kvm_write_guest_virt_system(vcpu, gva, &value, len, &e); in handle_vmread() 5882 r = kvm_write_guest_virt_system(vcpu, gva, (void *)¤t_vmptr, in handle_vmptrst()
|