Changeset 73073 in vbox for trunk/src/VBox/VMM/include/PGMInternal.h
- Timestamp:
- Jul 11, 2018 4:19:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r70977 r73073 4323 4323 int pgmGstLazyMapPml4(PVMCPU pVCpu, PX86PML4 *ppPml4); 4324 4324 int pgmGstPtWalk(PVMCPU pVCpu, RTGCPTR GCPtr, PPGMPTWALKGST pWalk); 4325 int pgmGstPtWalkNext(PVMCPU pVCpu, RTGCPTR GCPtr, PPGMPTWALKGST pWalk); 4325 4326 4326 4327 # if defined(VBOX_STRICT) && HC_ARCH_BITS == 64 && defined(IN_RING3)
Note:
See TracChangeset
for help on using the changeset viewer.