Changeset 93925 in vbox
- Timestamp:
- Feb 24, 2022 3:18:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r93922 r93925 1224 1224 * EMT. 1225 1225 * @param uErr The trap error code. 1226 * @param pRegFrame Trap register frame. 1227 * @param GCPhysNested The nested-guest physical address causing the fault. 1228 * @param fIsLinearAddrValid Whether translation of a nested-guest linear address 1229 * caused this fault. If @c false, GCPtrNested must be 1230 * 0. 1231 * @param GCPtrNested The nested-guest linear address that caused this 1232 * fault. 1233 * @param pWalk Where to store the SLAT walk result. 1226 1234 */ 1227 1235 VMMR0DECL(VBOXSTRICTRC) PGMR0NestedTrap0eHandlerNestedPaging(PGVMCPU pGVCpu, PGMMODE enmShwPagingMode, RTGCUINT uErr,
Note:
See TracChangeset
for help on using the changeset viewer.