Searched refs:read_guest (Results 1 – 4 of 4) sorted by relevance
/arch/s390/kvm/ |
D | gaccess.h | 246 int read_guest(struct kvm_vcpu *vcpu, unsigned long ga, ar_t ar, void *data, in read_guest() function
|
D | priv.c | 46 rc = read_guest(vcpu, op2, ar, &val, sizeof(val)); in handle_set_clock() 76 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_set_prefix() 404 rc = read_guest(vcpu, addr, ar, &new_psw, sizeof(new_psw)); in kvm_s390_handle_lpsw() 430 rc = read_guest(vcpu, addr, ar, &new_psw, sizeof(new_psw)); in handle_lpswe() 825 rc = read_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32)); in kvm_s390_handle_lctl() 898 rc = read_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u64)); in handle_lctlg()
|
D | diag.c | 83 rc = read_guest(vcpu, vcpu->run->s.regs.gprs[rx], rx, &parm, sizeof(parm)); in __diag_page_ref_service()
|
D | kvm-s390.c | 2048 rc = read_guest(vcpu, psw->addr, 0, &opcode, 1); in vcpu_post_run_fault_in_sie() 2505 r = read_guest(vcpu, mop->gaddr, mop->ar, tmpbuf, mop->size); in kvm_s390_guest_mem_op()
|