Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dgaccess.h201 * write_guest - copy data from kernel space to guest space
246 int write_guest(struct kvm_vcpu *vcpu, unsigned long ga, u8 ar, void *data, in write_guest() function
262 * The behaviour of read_guest is identical to write_guest, except that
H A Dpriv.c183 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_store_prefix()
209 rc = write_guest(vcpu, ga, ar, &vcpu_id, sizeof(vcpu_id)); in handle_store_cpu_address()
512 rc = write_guest(vcpu, addr, ar, &tpi_data, len); in handle_tpi()
812 rc = write_guest(vcpu, operand2, ar, &stidp_data, sizeof(stidp_data)); in handle_stidp()
917 rc = write_guest(vcpu, operand2, ar, (void *)mem, PAGE_SIZE); in handle_stsi()
1362 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32)); in kvm_s390_handle_stctl()
1434 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u64)); in handle_stctg()
H A Dintercept.c432 r = write_guest(vcpu, addr, reg2, sctns, PAGE_SIZE); in handle_sthyi()
H A Dkvm-s390.c4742 r = write_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 Dpriv.c181 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_store_prefix()
207 rc = write_guest(vcpu, ga, ar, &vcpu_id, sizeof(vcpu_id)); in handle_store_cpu_address()
510 rc = write_guest(vcpu, addr, ar, &tpi_data, len); in handle_tpi()
813 rc = write_guest(vcpu, operand2, ar, &stidp_data, sizeof(stidp_data)); in handle_stidp()
929 rc = write_guest(vcpu, operand2, ar, (void *)mem, PAGE_SIZE); in handle_stsi()
1374 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32)); in kvm_s390_handle_stctl()
1446 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u64)); in handle_stctg()
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, in write_guest() function
H A Dintercept.c448 r = write_guest(vcpu, addr, reg2, sctns, PAGE_SIZE); in handle_sthyi()

Completed in 22 milliseconds