Searched refs:dest_gpa (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/misc/sgi-gru/ |
D | grukservices.h | 147 extern int gru_copy_gpa(unsigned long dest_gpa, unsigned long src_gpa,
|
D | grukservices.c | 926 int gru_copy_gpa(unsigned long dest_gpa, unsigned long src_gpa, in gru_copy_gpa() argument 936 gru_bcopy(cb, src_gpa, dest_gpa, gru_get_tri(dsr), in gru_copy_gpa()
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | ultravisor.rst | 346 uint64_t dest_gpa, /* destination guest physical address */ 360 * U_P3 if the ``dest_gpa`` address is invalid. 369 ``dest_gpa``. 371 If `dest_gpa` refers to a shared address, map the page into the 372 partition-scoped page-table of the SVM. If `dest_gpa` is not shared,
|