VirtualBox

Changeset 55489 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Apr 28, 2015 3:40:59 PM (10 years ago)
Author:
vboxsync
Message:

MM: Added MMHyperHeapOffsetToPtr, MMHyperHeapPtrToOffset and MMR3IsInitialized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/MM.cpp

    r52764 r55489  
    503503
    504504/**
     505 * Checks if the both VM and UVM parts of MM have been initialized.
     506 *
     507 * @returns true if initialized, false if not.
     508 * @param   pVM         Pointer to the cross context VM structure.
     509 */
     510VMMR3_INT_DECL(bool) MMR3IsInitialized(PVM pVM)
     511{
     512    return pVM->mm.s.pHyperHeapR3 != NULL;
     513}
     514
     515
     516/**
    505517 * Execute state save operation.
    506518 *
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