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

/linux-master/arch/s390/kvm/
H A Dgaccess.h309 * read_guest - copy data from guest space to kernel space
318 * The behaviour of read_guest is identical to read_guest_with_key, except
322 int read_guest(struct kvm_vcpu *vcpu, unsigned long ga, u8 ar, void *data, function
340 * The behaviour of read_guest_instr is identical to read_guest, except that
H A Dpriv.c98 rc = read_guest(vcpu, op2, ar, &gtod.tod, sizeof(gtod.tod));
141 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address));
763 rc = read_guest(vcpu, addr, ar, &new_psw, sizeof(new_psw));
791 rc = read_guest(vcpu, addr, ar, &new_psw, sizeof(new_psw));
1332 rc = read_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32));
1405 rc = read_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u64));
H A Ddiag.c80 rc = read_guest(vcpu, vcpu->run->s.regs.gprs[rx], rx, &parm, sizeof(parm));

Completed in 122 milliseconds