Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/kvm/
A Dgaccess.c953 unsigned long *gpas, unsigned long len, in guest_range_to_gpas() argument
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()
1114 rc = access_guest_page(vcpu->kvm, mode, gpas[idx], in access_guest_with_key()
1117 rc = access_guest_page_with_key(vcpu->kvm, mode, gpas[idx], in access_guest_with_key()
1121 rc = access_guest_page_with_key(vcpu->kvm, mode, gpas[idx], in access_guest_with_key()
[all …]
/linux-6.3-rc2/Documentation/virt/kvm/x86/
A Dmmu.rst94 addresses (gpa->hva); note that two gpas may alias to the same hva, but not

Completed in 10 milliseconds