Searched refs:write_guest (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/kvm/
H A Dgaccess.h267 * write_guest - copy data from kernel space to guest space
274 * The behaviour of write_guest is identical to write_guest_with_key, except
278 int write_guest(struct kvm_vcpu *vcpu, unsigned long ga, u8 ar, void *data, function
H A Dpriv.c181 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address));
207 rc = write_guest(vcpu, ga, ar, &vcpu_id, sizeof(vcpu_id));
510 rc = write_guest(vcpu, addr, ar, &tpi_data, len);
817 rc = write_guest(vcpu, operand2, ar, &stidp_data, sizeof(stidp_data));
933 rc = write_guest(vcpu, operand2, ar, (void *)mem, PAGE_SIZE);
1378 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32));
1450 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u64));
H A Dintercept.c448 r = write_guest(vcpu, addr, reg2, sctns, PAGE_SIZE);

Completed in 129 milliseconds