VirtualBox

Changeset 19330 in vbox for trunk


Ignore:
Timestamp:
May 4, 2009 3:19:23 PM (16 years ago)
Author:
vboxsync
Message:

Cleaned up a bit

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r19329 r19330  
    29332933int             pgmPoolSyncCR3(PVM pVM);
    29342934int             pgmPoolTrackFlushGCPhys(PVM pVM, PPGMPAGE pPhysPage, bool *pfFlushTLBs);
    2935 void            pgmPoolTrackFlushGCPhysPT(PVM pVM, PPGMPAGE pPhysPage, uint16_t iShw, uint16_t cRefs);
    2936 void            pgmPoolTrackFlushGCPhysPTs(PVM pVM, PPGMPAGE pPhysPage, uint16_t iPhysExt);
    2937 int             pgmPoolTrackFlushGCPhysPTsSlow(PVM pVM, PPGMPAGE pPhysPage);
    2938 PPGMPOOLPHYSEXT pgmPoolTrackPhysExtAlloc(PVM pVM, uint16_t *piPhysExt);
    2939 void            pgmPoolTrackPhysExtFree(PVM pVM, uint16_t iPhysExt);
    2940 void            pgmPoolTrackPhysExtFreeList(PVM pVM, uint16_t iPhysExt);
    29412935uint16_t        pgmPoolTrackPhysExtAddref(PVM pVM, uint16_t u16, uint16_t iShwPT);
    29422936void            pgmPoolTrackPhysExtDerefGCPhys(PPGMPOOL pPool, PPGMPOOLPAGE pPoolPage, PPGMPAGE pPhysPage);
     
    29462940void            pgmPoolMonitorModifiedInsert(PPGMPOOL pPool, PPGMPOOLPAGE pPage);
    29472941void            pgmPoolMonitorModifiedClearAll(PVM pVM);
    2948 int             pgmPoolMonitorMonitorCR3(PPGMPOOL pPool, uint16_t idxRoot, RTGCPHYS GCPhysCR3);
    2949 int             pgmPoolMonitorUnmonitorCR3(PPGMPOOL pPool, uint16_t idxRoot);
    29502942#endif
    29512943
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r19329 r19330  
    6868static const char *pgmPoolPoolKindToStr(uint8_t enmKind);
    6969#endif
     70
     71void            pgmPoolTrackFlushGCPhysPT(PVM pVM, PPGMPAGE pPhysPage, uint16_t iShw, uint16_t cRefs);
     72void            pgmPoolTrackFlushGCPhysPTs(PVM pVM, PPGMPAGE pPhysPage, uint16_t iPhysExt);
     73int             pgmPoolTrackFlushGCPhysPTsSlow(PVM pVM, PPGMPAGE pPhysPage);
     74PPGMPOOLPHYSEXT pgmPoolTrackPhysExtAlloc(PVM pVM, uint16_t *piPhysExt);
     75void            pgmPoolTrackPhysExtFree(PVM pVM, uint16_t iPhysExt);
     76void            pgmPoolTrackPhysExtFreeList(PVM pVM, uint16_t iPhysExt);
     77
    7078__END_DECLS
    7179
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