VirtualBox

Changeset 82558 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Dec 12, 2019 12:46:02 AM (5 years ago)
Author:
vboxsync
Message:

PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool do its own allocations rather than going through MMPage*. The MMPage* code is mostly code, but we still need it for a dummy page allocation. I'll address this tomorrow. [build fix] bugref:9528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMInternal.h

    r82555 r82558  
    23702370DECLINLINE(void *) pgmPoolMapPageStrict(PPGMPOOLPAGE a_pPage, const char *pszCaller)
    23712371{
     2372    RT_NOREF(pszCaller);
    23722373    AssertPtr(a_pPage);
    23732374    AssertMsg(RT_VALID_PTR(a_pPage->CTX_SUFF(pvPage)),
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