VirtualBox

Changeset 93925 in vbox


Ignore:
Timestamp:
Feb 24, 2022 3:18:42 PM (3 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10092 Doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PGMR0.cpp

    r93922 r93925  
    12241224 *                              EMT.
    12251225 * @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.
    12261234 */
    12271235VMMR0DECL(VBOXSTRICTRC) PGMR0NestedTrap0eHandlerNestedPaging(PGVMCPU pGVCpu, PGMMODE enmShwPagingMode, RTGCUINT uErr,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette