Home
last modified time | relevance | path

Searched refs:kvm_write_guest_virt_system (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/
H A Dx86.h423 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu,
H A Dx86.c7647 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 Dnested.c5640 r = kvm_write_guest_virt_system(vcpu, gva, &value, len, &e); in handle_vmread()
5882 r = kvm_write_guest_virt_system(vcpu, gva, (void *)&current_vmptr, in handle_vmptrst()