Searched refs:kvm_vcpu_write_guest (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | smm.c | 310 if (kvm_vcpu_write_guest(vcpu, vcpu->arch.smbase + 0xfe00, &smram, sizeof(smram))) in enter_smm()
|
| H A D | xen.c | 1328 if (kvm_vcpu_write_guest(vcpu, in kvm_xen_write_hypercall_page() 1354 ret = kvm_vcpu_write_guest(vcpu, page_addr, page, PAGE_SIZE); in kvm_xen_write_hypercall_page()
|
| H A D | hyperv.c | 1428 if (kvm_vcpu_write_guest(vcpu, addr, instructions, i)) in kvm_hv_set_msr_pw()
|
| H A D | x86.c | 7950 ret = kvm_vcpu_write_guest(vcpu, gpa, data, towrite); in kvm_write_guest_virt_helper() 8075 ret = kvm_vcpu_write_guest(vcpu, gpa, val, bytes); in emulator_write_phys()
|
| /linux/include/linux/ |
| H A D | kvm_host.h | 1411 int kvm_vcpu_write_guest(struct kvm_vcpu *vcpu, gpa_t gpa, const void *data,
|
| /linux/arch/powerpc/kvm/ |
| H A D | powerpc.c | 1234 kvm_vcpu_write_guest(vcpu, vcpu->arch.nested_io_gpr, &gpr, in kvmppc_complete_mmio_load()
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 3371 int kvm_vcpu_write_guest(struct kvm_vcpu *vcpu, gpa_t gpa, const void *data, in kvm_vcpu_write_guest() function 3390 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_vcpu_write_guest);
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 1103 if (kvm_vcpu_write_guest(vcpu, in nested_vmx_store_msr() 5632 (void)kvm_vcpu_write_guest(vcpu, in handle_vmclear()
|