VirtualBox

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

File:
1 edited

Legend:

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

    r91017 r91245  
    49014901
    49024902/**
    4903  * For VMMCALLRING3_PGM_MAP_CHUNK, considered internal.
    4904  *
    4905  * @returns see pgmR3PhysChunkMap.
    4906  * @param   pVM         The cross context VM structure.
    4907  * @param   idChunk     The chunk to map.
    4908  */
    4909 VMMR3DECL(int) PGMR3PhysChunkMap(PVM pVM, uint32_t idChunk)
    4910 {
    4911     PPGMCHUNKR3MAP pChunk;
    4912     int rc;
    4913 
    4914     PGM_LOCK_VOID(pVM);
    4915     rc = pgmR3PhysChunkMap(pVM, idChunk, &pChunk);
    4916     PGM_UNLOCK(pVM);
    4917     return rc;
    4918 }
    4919 
    4920 
    4921 /**
    49224903 * Invalidates the TLB for the ring-3 mapping cache.
    49234904 *
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