Searched refs:gpas (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | gaccess.c | 923 * @gpas: output argument, may be NULL 938 * The resulting gpas are stored into @gpas, unless it is NULL. 953 unsigned long *gpas, unsigned long len, in guest_range_to_gpas() 988 if (gpas) in guest_range_to_gpas() 989 *gpas++ = gpa; in guest_range_to_gpas() 1073 unsigned long *gpas; in access_guest_with_key() local 1088 gpas = gpa_array; in access_guest_with_key() 1090 gpas = vmalloc(array_size(nr_pages, sizeof(unsigned long))); in access_guest_with_key() 1091 if (!gpas) in access_guest_with_key() 952 guest_range_to_gpas(struct kvm_vcpu *vcpu, unsigned long ga, u8 ar, unsigned long *gpas, unsigned long len, const union asce asce, enum gacc_mode mode, u8 access_key) guest_range_to_gpas() argument [all...] |
Completed in 3 milliseconds