Searched refs:guest_range_to_gpas (Results 1 – 1 of 1) sorted by relevance
/linux/arch/s390/kvm/ |
H A D | gaccess.c | 779 static int guest_range_to_gpas(struct kvm_vcpu *vcpu, unsigned long ga, u8 ar, in guest_range_to_gpas() function 937 rc = guest_range_to_gpas(vcpu, ga, ar, gpas, len, asce, mode, 0); in access_guest_with_key() 1130 return guest_range_to_gpas(vcpu, gva, ar, gpa, 1, asce, mode, in guest_translate_address_with_key() 1153 rc = guest_range_to_gpas(vcpu, gva, ar, NULL, length, asce, mode, in check_gva_range()
|