Searched refs:write_guest (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/s390/kvm/ |
| D | priv.c | 171 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_store_prefix() 197 rc = write_guest(vcpu, ga, ar, &vcpu_id, sizeof(vcpu_id)); in handle_store_cpu_address() 498 rc = write_guest(vcpu, addr, ar, &tpi_data, len); in handle_tpi() 796 rc = write_guest(vcpu, operand2, ar, &stidp_data, sizeof(stidp_data)); in handle_stidp() 897 rc = write_guest(vcpu, operand2, ar, (void *)mem, PAGE_SIZE); in handle_stsi() 1341 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32)); in kvm_s390_handle_stctl() 1413 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u64)); in handle_stctg()
|
| D | gaccess.h | 218 int write_guest(struct kvm_vcpu *vcpu, unsigned long ga, u8 ar, void *data, in write_guest() function
|
| D | intercept.c | 398 r = write_guest(vcpu, addr, reg2, sctns, PAGE_SIZE); in handle_sthyi()
|
| D | kvm-s390.c | 4301 r = write_guest(vcpu, mop->gaddr, mop->ar, tmpbuf, mop->size); in kvm_s390_guest_mem_op()
|