VirtualBox

Changeset 91245 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Sep 15, 2021 10:53:06 AM (3 years ago)
Author:
vboxsync
Message:

VMM/PGM: Removed VMMCALLRING3_PGM_MAP_CHUNK and PGMR3PhysChunkMap as it's unused now after bugref:9627 became default everywhere. bugref:10093

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pgm.h

    r91243 r91245  
    788788VMMR3DECL(int)      PGMR3PhysBulkGCPhys2CCPtrReadOnlyExternal(PVM pVM, uint32_t cPages, PCRTGCPHYS paGCPhysPages,
    789789                                                              void const **papvPages, PPGMPAGEMAPLOCK paLocks);
    790 VMMR3DECL(int)      PGMR3PhysChunkMap(PVM pVM, uint32_t idChunk);
    791790VMMR3DECL(void)     PGMR3PhysChunkInvalidateTLB(PVM pVM);
    792791VMMR3DECL(int)      PGMR3PhysAllocateHandyPages(PVM pVM);
  • trunk/include/VBox/vmm/vmm.h

    r91243 r91245  
    5858    VMMCALLRING3_VM_R0_ASSERTION,
    5959
    60     /** Maps a chunk into ring-3. */
    61     VMMCALLRING3_PGM_MAP_CHUNK,
    6260    /** Allocates more handy pages. */
    6361    VMMCALLRING3_PGM_ALLOCATE_HANDY_PAGES,
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