Lines Matching refs:gpas
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,
988 if (gpas)
989 *gpas++ = gpa;
1073 unsigned long *gpas;
1088 gpas = gpa_array;
1090 gpas = vmalloc(array_size(nr_pages, sizeof(unsigned long)));
1091 if (!gpas)
1108 rc = guest_range_to_gpas(vcpu, ga, ar, gpas, len, asce, mode, 0);
1112 fragment_len = min(PAGE_SIZE - offset_in_page(gpas[idx]), len);
1114 rc = access_guest_page(vcpu->kvm, mode, gpas[idx],
1117 rc = access_guest_page_with_key(vcpu->kvm, mode, gpas[idx],
1121 rc = access_guest_page_with_key(vcpu->kvm, mode, gpas[idx],
1142 vfree(gpas);