VirtualBox

Changeset 57066 in vbox for trunk


Ignore:
Timestamp:
Jul 24, 2015 10:11:17 AM (9 years ago)
Author:
vboxsync
Message:

VMM/HM: nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HMAll.cpp

    r56287 r57066  
    211211 * @returns VBox status code.
    212212 * @param   pVM         Pointer to the VM.
    213  * @param   GCVirt      Page to invalidate
    214  */
    215 VMM_INT_DECL(int) HMInvalidatePageOnAllVCpus(PVM pVM, RTGCPTR GCPtr)
     213 * @param   GCVirt      Page to invalidate.
     214 */
     215VMM_INT_DECL(int) HMInvalidatePageOnAllVCpus(PVM pVM, RTGCPTR GCVirt)
    216216{
    217217    /*
     
    235235
    236236        if (pVCpu->idCpu == idCurCpu)
    237             HMInvalidatePage(pVCpu, GCPtr);
     237            HMInvalidatePage(pVCpu, GCVirt);
    238238        else
    239239        {
    240             hmQueueInvlPage(pVCpu, GCPtr);
     240            hmQueueInvlPage(pVCpu, GCVirt);
    241241            hmPokeCpuForTlbFlush(pVCpu, false /* fAccountFlushStat */);
    242242        }
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