VirtualBox

Changeset 72265 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 20, 2018 1:08:29 PM (7 years ago)
Author:
vboxsync
Message:

VMM: Added PGMGetGuestCR3Phys for debug/log purposes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r70948 r72265  
    24212421
    24222422
     2423/**
     2424 * Gets the physical address represented in the guest CR3 as PGM sees it.
     2425 *
     2426 * This is mainly for logging and debugging.
     2427 *
     2428 * @returns PGM's guest CR3 value.
     2429 * @param   pVCpu       The cross context virtual CPU structure.
     2430 */
     2431VMM_INT_DECL(RTGCPHYS) PGMGetGuestCR3Phys(PVMCPU pVCpu)
     2432{
     2433    return pVCpu->pgm.s.GCPhysCR3;
     2434}
     2435
     2436
    24232437
    24242438/**
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