VirtualBox

Ignore:
Timestamp:
Dec 11, 2023 1:37:11 PM (14 months ago)
Author:
vboxsync
Message:

VMM/IEM: Little unmap assertion fix / optimization. bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMMc.h

    r102510 r102569  
    22602260/** Commits the memory and unmaps guest memory previously mapped RW.
    22612261 * @remarks     May return.
     2262 * @note        Implictly frees the a_bMapInfo variable.
    22622263 */
    22632264#ifndef IEM_WITH_SETJMP
     
    22692270/** Commits the memory and unmaps guest memory previously mapped W.
    22702271 * @remarks     May return.
     2272 * @note        Implictly frees the a_bMapInfo variable.
    22712273 */
    22722274#ifndef IEM_WITH_SETJMP
     
    22782280/** Commits the memory and unmaps guest memory previously mapped R.
    22792281 * @remarks     May return.
     2282 * @note        Implictly frees the a_bMapInfo variable.
    22802283 */
    22812284#ifndef IEM_WITH_SETJMP
     
    22942297 *
    22952298 * @remarks     May in theory return - for now.
     2299 * @note        Implictly frees both the a_bMapInfo and a_u16FSW variables.
    22962300 */
    22972301#ifndef IEM_WITH_SETJMP
     
    23152319#endif
    23162320
    2317 /** Rolls back (conceptually only, assumes no writes) and unmaps the guest  memory. */
     2321/** Rolls back (conceptually only, assumes no writes) and unmaps the guest memory.
     2322 * @note        Implictly frees the a_bMapInfo variable. */
    23182323#ifndef IEM_WITH_SETJMP
    23192324# define IEM_MC_MEM_ROLLBACK_AND_UNMAP_WO(a_bMapInfo)       iemMemRollbackAndUnmap(pVCpu, a_bMapInfo)
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