VirtualBox

Changeset 20864 in vbox for trunk/src/VBox/VMM/PGMPhys.cpp


Ignore:
Timestamp:
Jun 23, 2009 7:19:42 PM (15 years ago)
Author:
vboxsync
Message:

SUP,*: API cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r20730 r20864  
    30543054    {
    30553055        void *pvChunk;
    3056         rcAlloc = rc = SUPPageAlloc(GMM_CHUNK_SIZE >> PAGE_SHIFT, &pvChunk);
     3056        rcAlloc = rc = SUPR3PageAlloc(GMM_CHUNK_SIZE >> PAGE_SHIFT, &pvChunk);
    30573057        if (RT_SUCCESS(rc))
    30583058        {
    30593059            rcSeed = rc = VMMR3CallR0(pVM, VMMR0_DO_GMM_SEED_CHUNK, (uintptr_t)pvChunk, NULL);
    30603060            if (RT_FAILURE(rc))
    3061                 SUPPageFree(pvChunk, GMM_CHUNK_SIZE >> PAGE_SHIFT);
     3061                SUPR3PageFree(pvChunk, GMM_CHUNK_SIZE >> PAGE_SHIFT);
    30623062        }
    30633063        if (RT_SUCCESS(rc))
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