Searched refs:gpas (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | gaccess.c | 775 unsigned long *gpas, unsigned long len, in guest_range_to_gpas() argument 809 if (gpas) in guest_range_to_gpas() 810 *gpas++ = gpa; in guest_range_to_gpas() 937 unsigned long *gpas; in access_guest_with_key() local 952 gpas = gpa_array; in access_guest_with_key() 954 gpas = vmalloc(array_size(nr_pages, sizeof(unsigned long))); in access_guest_with_key() 955 if (!gpas) in access_guest_with_key() 972 rc = guest_range_to_gpas(vcpu, ga, ar, gpas, len, asce, mode, 0); in access_guest_with_key() 976 fragment_len = min(PAGE_SIZE - offset_in_page(gpas[idx]), len); in access_guest_with_key() 978 rc = access_guest_page_gpa(vcpu->kvm, mode, gpas[idx], data, fragment_len); in access_guest_with_key() [all …]
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | mmu.rst | 94 addresses (gpa->hva); note that two gpas may alias to the same hva, but not
|