VirtualBox

Changeset 91949 in vbox


Ignore:
Timestamp:
Oct 21, 2021 1:46:13 PM (3 years ago)
Author:
vboxsync
Message:

VMM/*: Eliminated MMHyperR3ToRC, TMR3GetImportRC and few other things. [another build fix] bugref:9517

File:
1 edited

Legend:

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

    r91939 r91949  
    274274
    275275/**
    276  * Calculate the raw-mode context address of an offset into the HMA memory chunk.
    277  *
    278  * @returns the raw-mode context base address.
    279  * @param   pVM         The cross context VM structure.
    280  * @param   pLookup     The HMA lookup record.
    281  * @param   off         The offset into the HMA memory chunk.
    282  */
    283 DECLINLINE(RTRCPTR) mmHyperLookupCalcRC(PVM pVM, PMMLOOKUPHYPER pLookup, uint32_t off)
    284 {
    285     return (RTRCPTR)((RTRCUINTPTR)pVM->mm.s.pvHyperAreaGC + pLookup->off + off);
    286 }
    287 
    288 
    289 /**
    290276 * Calculate the guest context address of an offset into the HMA memory chunk.
    291277 *
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