Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kvm/
H A Dgaccess.h202 int access_guest_with_key(struct kvm_vcpu *vcpu, unsigned long ga, u8 ar,
262 return access_guest_with_key(vcpu, ga, ar, data, len, GACC_STORE, in write_guest_with_key()
304 return access_guest_with_key(vcpu, ga, ar, data, len, GACC_FETCH, in read_guest_with_key()
350 return access_guest_with_key(vcpu, ga, 0, data, len, GACC_IFETCH, in read_guest_instr()
H A Dgaccess.c1067 int access_guest_with_key(struct kvm_vcpu *vcpu, unsigned long ga, u8 ar, in access_guest_with_key() function