VirtualBox

Changeset 46363 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jun 3, 2013 3:01:02 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HM: Comment nits.

File:
1 edited

Legend:

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

    r46297 r46363  
    103103
    104104/**
    105  * Flushes the guest TLB
     105 * Flushes the guest TLB.
    106106 *
    107107 * @returns VBox status code.
     
    230230        {
    231231            hmQueueInvlPage(pVCpu, GCPtr);
    232             hmPokeCpuForTlbFlush(pVCpu, false /*fAccountFlushStat*/);
     232            hmPokeCpuForTlbFlush(pVCpu, false /* fAccountFlushStat */);
    233233        }
    234234    }
     
    239239
    240240/**
    241  * Flush the TLBs of all VCPUs
     241 * Flush the TLBs of all VCPUs.
    242242 *
    243243 * @returns VBox status code.
     
    263263            VMCPU_FF_SET(pVCpu, VMCPU_FF_TLB_FLUSH);
    264264            if (idThisCpu != idCpu)
    265                 hmPokeCpuForTlbFlush(pVCpu, true /*fAccountFlushStat*/);
     265                hmPokeCpuForTlbFlush(pVCpu, true /* fAccountFlushStat */);
    266266        }
    267267    }
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