VirtualBox

Ignore:
Timestamp:
Sep 12, 2007 4:00:54 PM (17 years ago)
Author:
vboxsync
Message:

more new phys code.

File:
1 edited

Legend:

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

    r4250 r4738  
    582582        }
    583583
     584        /*
     585         * PGM wrappers.
     586         */
     587        case VMMR0_DO_PGM_ALLOCATE_HANDY_PAGES:
     588            return PGMR0PhysAllocateHandyPages(pVM);
     589
     590#if 0
     591        /*
     592         * GMM wrappers
     593         */
     594        case VMMR0_DO_GMM_ALLOCATE_PAGES:
     595            return GMMR0AllocatePages(pVM, ...);
     596        case VMMR0_DO_GMM_FREE_PAGES:
     597            return GMMR0FreePages(pVM, ...);
     598        case VMMR0_DO_GMM_MAP_UNMAP_CHUNK:
     599            return GMMR0FreeMapUnmapChunk(pVM, ...);
     600        case VMMR0_DO_GMM_SEED_CHUNK:
     601            return GMMR0SeedChunk(pVM, (RTR3PTR)pvArg);
     602#endif
     603
     604
     605
    584606#ifdef VBOX_WITH_INTERNAL_NETWORKING
    585607        /*
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