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

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

Completed in 149 milliseconds