Changeset 92684 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Dec 2, 2021 5:54:33 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllGst.h
r92642 r92684 110 110 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 111 111 * @param GCPtr The guest virtual address to walk by. 112 * @param pWalk The common page walk information. 113 * @param pGstWalk The guest mode specific page walk information. 114 * 115 * @warning Callers must initialize @a pWalk and @a pGstWalk before calling this 116 * function. 112 * @param pWalk The page walk info. 113 * @param pGstWalk The guest mode specific page walk info. 117 114 */ 118 115 DECLINLINE(int) PGM_GST_NAME(Walk)(PVMCPUCC pVCpu, RTGCPTR GCPtr, PPGMPTWALK pWalk, PGSTPTWALK pGstWalk)
Note:
See TracChangeset
for help on using the changeset viewer.