Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dhyperv.c791 r = kvm_vcpu_write_guest_page(vcpu, msg_page_gfn, in synic_deliver_msg()
802 r = kvm_vcpu_write_guest_page(vcpu, msg_page_gfn, src_msg, msg_off, in synic_deliver_msg()
/linux/virt/kvm/
H A Dkvm_main.c3315 int kvm_vcpu_write_guest_page(struct kvm_vcpu *vcpu, gfn_t gfn, in kvm_vcpu_write_guest_page() function
3322 EXPORT_SYMBOL_GPL(kvm_vcpu_write_guest_page);
3354 ret = kvm_vcpu_write_guest_page(vcpu, gfn, data, offset, seg); in kvm_vcpu_write_guest()
/linux/arch/x86/kvm/vmx/
H A Dnested.c5488 kvm_vcpu_write_guest_page(vcpu, in nested_release_vmcs12()