Searched refs:read_guest (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | gaccess.h | 253 * read_guest - copy data from guest space to kernel space 262 * The behaviour of read_guest is identical to write_guest, except that 266 int read_guest(struct kvm_vcpu *vcpu, unsigned long ga, u8 ar, void *data, in read_guest() function 282 * The behaviour of read_guest_instr is identical to read_guest, except that
|
H A D | priv.c | 100 rc = read_guest(vcpu, op2, ar, >od.tod, sizeof(gtod.tod)); in handle_set_clock() 143 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_set_prefix() 758 rc = read_guest(vcpu, addr, ar, &new_psw, sizeof(new_psw)); in kvm_s390_handle_lpsw() 786 rc = read_guest(vcpu, addr, ar, &new_psw, sizeof(new_psw)); in handle_lpswe() 1316 rc = read_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32)); in kvm_s390_handle_lctl() 1389 rc = read_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u64)); in handle_lctlg()
|
H A D | diag.c | 80 rc = read_guest(vcpu, vcpu->run->s.regs.gprs[rx], rx, &parm, sizeof(parm)); in __diag_page_ref_service()
|
H A D | kvm-s390.c | 4726 r = read_guest(vcpu, mop->gaddr, mop->ar, tmpbuf, mop->size); in kvm_s390_guest_mem_op()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | gaccess.h | 309 * 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, in read_guest() function 340 * The behaviour of read_guest_instr is identical to read_guest, except that
|
H A D | priv.c | 98 rc = read_guest(vcpu, op2, ar, >od.tod, sizeof(gtod.tod)); in handle_set_clock() 141 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_set_prefix() 759 rc = read_guest(vcpu, addr, ar, &new_psw, sizeof(new_psw)); in kvm_s390_handle_lpsw() 787 rc = read_guest(vcpu, addr, ar, &new_psw, sizeof(new_psw)); in handle_lpswe() 1328 rc = read_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32)); in kvm_s390_handle_lctl() 1401 rc = read_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u64)); in handle_lctlg()
|
H A D | diag.c | 80 rc = read_guest(vcpu, vcpu->run->s.regs.gprs[rx], rx, &parm, sizeof(parm)); in __diag_page_ref_service()
|
Completed in 12 milliseconds