Searched refs:kvm_vcpu_write_guest_page (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/x86/kvm/ |
| H A D | hyperv.c | 787 r = kvm_vcpu_write_guest_page(vcpu, msg_page_gfn, in synic_deliver_msg() 798 r = kvm_vcpu_write_guest_page(vcpu, msg_page_gfn, src_msg, msg_off, in synic_deliver_msg()
|
| /linux-6.15/virt/kvm/ |
| H A D | kvm_main.c | 3253 int kvm_vcpu_write_guest_page(struct kvm_vcpu *vcpu, gfn_t gfn, in kvm_vcpu_write_guest_page() function 3260 EXPORT_SYMBOL_GPL(kvm_vcpu_write_guest_page); 3292 ret = kvm_vcpu_write_guest_page(vcpu, gfn, data, offset, seg); in kvm_vcpu_write_guest()
|
| /linux-6.15/include/linux/ |
| H A D | kvm_host.h | 1392 int kvm_vcpu_write_guest_page(struct kvm_vcpu *vcpu, gfn_t gfn, const void *data,
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | nested.c | 5470 kvm_vcpu_write_guest_page(vcpu, in nested_release_vmcs12()
|