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.h305 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu,
H A Dx86.c7722 int kvm_write_guest_virt_system(struct kvm_vcpu *vcpu, gva_t addr, void *val, in kvm_write_guest_virt_system() function
7731 EXPORT_SYMBOL_GPL(kvm_write_guest_virt_system);
/linux/arch/x86/kvm/vmx/
H A Dnested.c5476 r = kvm_write_guest_virt_system(vcpu, gva, &value, len, &e); in handle_vmread()
5718 r = kvm_write_guest_virt_system(vcpu, gva, (void *)&current_vmptr, in handle_vmptrst()