Home
last modified time | relevance | path

Searched refs:copy_from_guest (Results 1 – 2 of 2) sorted by relevance

/arch/s390/kvm/
Dinterrupt.c146 rc = copy_from_guest(vcpu, &vcpu->arch.sie_block->gpsw, in __do_deliver_interrupt()
168 rc = copy_from_guest(vcpu, &vcpu->arch.sie_block->gpsw, in __do_deliver_interrupt()
187 rc = copy_from_guest(vcpu, &vcpu->arch.sie_block->gpsw, in __do_deliver_interrupt()
214 rc = copy_from_guest(vcpu, &vcpu->arch.sie_block->gpsw, in __do_deliver_interrupt()
250 rc = copy_from_guest(vcpu, &vcpu->arch.sie_block->gpsw, in __do_deliver_interrupt()
276 rc = copy_from_guest(vcpu, &vcpu->arch.sie_block->gpsw, in __do_deliver_interrupt()
307 rc = copy_from_guest(vcpu, &vcpu->arch.sie_block->gpsw, in __try_deliver_ckc_interrupt()
Dgaccess.h362 static inline int copy_from_guest(struct kvm_vcpu *vcpu, void *to, in copy_from_guest() function