Searched refs:write_guest (Results 1 – 3 of 3) sorted by relevance
/arch/s390/kvm/ |
D | priv.c | 116 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_store_prefix() 142 rc = write_guest(vcpu, ga, ar, &vcpu_id, sizeof(vcpu_id)); in handle_store_cpu_address() 248 rc = write_guest(vcpu, addr, ar, &tpi_data, len); in handle_tpi() 456 rc = write_guest(vcpu, operand2, ar, &stidp_data, sizeof(stidp_data)); in handle_stidp() 557 rc = write_guest(vcpu, operand2, ar, (void *)mem, PAGE_SIZE); in handle_stsi() 871 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32)); in kvm_s390_handle_stctl() 943 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u64)); in handle_stctg()
|
D | gaccess.h | 226 int write_guest(struct kvm_vcpu *vcpu, unsigned long ga, ar_t ar, void *data, in write_guest() function
|
D | kvm-s390.c | 2520 r = write_guest(vcpu, mop->gaddr, mop->ar, tmpbuf, mop->size); in kvm_s390_guest_mem_op()
|