Searched refs:write_guest (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/s390/kvm/ |
D | priv.c | 182 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_store_prefix() 208 rc = write_guest(vcpu, ga, ar, &vcpu_id, sizeof(vcpu_id)); in handle_store_cpu_address() 511 rc = write_guest(vcpu, addr, ar, &tpi_data, len); in handle_tpi() 814 rc = write_guest(vcpu, operand2, ar, &stidp_data, sizeof(stidp_data)); in handle_stidp() 931 rc = write_guest(vcpu, operand2, ar, (void *)mem, PAGE_SIZE); in handle_stsi() 1376 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32)); in kvm_s390_handle_stctl() 1448 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u64)); in handle_stctg()
|
D | gaccess.h | 275 int write_guest(struct kvm_vcpu *vcpu, unsigned long ga, u8 ar, void *data, in write_guest() function
|
D | intercept.c | 415 r = write_guest(vcpu, addr, reg2, sctns, PAGE_SIZE); in handle_sthyi()
|