Searched refs:write_guest_with_key (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/kvm/
H A Dgaccess.h213 * write_guest_with_key - copy data from kernel space to guest space
259 int write_guest_with_key(struct kvm_vcpu *vcpu, unsigned long ga, u8 ar, function
274 * The behaviour of write_guest is identical to write_guest_with_key, except
283 return write_guest_with_key(vcpu, ga, ar, data, len, access_key);
297 * The behaviour of read_guest_with_key is identical to write_guest_with_key,
H A Dkvm-s390.c5403 r = write_guest_with_key(vcpu, mop->gaddr, mop->ar, tmpbuf,

Completed in 132 milliseconds