Home
last modified time | relevance | path

Searched refs:kvm_vcpu_write_guest (Results 1 – 9 of 9) sorted by relevance

/linux/arch/riscv/kvm/
H A Dvcpu_sbi_sta.c118 ret = kvm_vcpu_write_guest(vcpu, shmem, &zero_sta, sizeof(zero_sta)); in kvm_sbi_sta_steal_time_set_shmem()
/linux/arch/x86/kvm/
H A Dsmm.c306 if (kvm_vcpu_write_guest(vcpu, vcpu->arch.smbase + 0xfe00, &smram, sizeof(smram))) in enter_smm()
H A Dxen.c1328 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 Dhyperv.c1430 if (kvm_vcpu_write_guest(vcpu, addr, instructions, i)) in kvm_hv_set_msr_pw()
H A Dx86.c7617 ret = kvm_vcpu_write_guest(vcpu, gpa, data, towrite); in kvm_write_guest_virt_helper()
7742 ret = kvm_vcpu_write_guest(vcpu, gpa, val, bytes); in emulator_write_phys()
/linux/include/linux/
H A Dkvm_host.h1395 int kvm_vcpu_write_guest(struct kvm_vcpu *vcpu, gpa_t gpa, const void *data,
/linux/arch/powerpc/kvm/
H A Dpowerpc.c1234 kvm_vcpu_write_guest(vcpu, vcpu->arch.nested_io_gpr, &gpr, in kvmppc_complete_mmio_load()
/linux/virt/kvm/
H A Dkvm_main.c3345 int kvm_vcpu_write_guest(struct kvm_vcpu *vcpu, gpa_t gpa, const void *data, in kvm_vcpu_write_guest() function
3364 EXPORT_SYMBOL_GPL(kvm_vcpu_write_guest);
/linux/arch/x86/kvm/vmx/
H A Dnested.c1081 if (kvm_vcpu_write_guest(vcpu, in nested_vmx_store_msr()
5544 (void)kvm_vcpu_write_guest(vcpu, in handle_vmclear()