VirtualBox

Ignore:
Timestamp:
Jul 25, 2012 7:18:33 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79455
Message:

VMM: invpg -> invlpg, some cleanup.

File:
1 edited

Legend:

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

    r42317 r42373  
    201201
    202202/**
    203  * Locks REM execution to a single VCpu
     203 * Locks REM execution to a single VCPU.
    204204 *
    205205 * @param   pVM         Pointer to the VM.
     
    666666
    667667/**
    668  * Interpret CPUID given the parameters in the CPU context
     668 * Interpret CPUID given the parameters in the CPU context.
    669669 *
    670670 * @returns VBox status code.
     
    694694
    695695/**
    696  * Interpret RDTSC
     696 * Interpret RDTSC.
    697697 *
    698698 * @returns VBox status code.
     
    721721
    722722/**
    723  * Interpret RDTSCP
     723 * Interpret RDTSCP.
    724724 *
    725725 * @returns VBox status code.
     
    756756
    757757/**
    758  * Interpret RDPMC
     758 * Interpret RDPMC.
    759759 *
    760760 * @returns VBox status code.
     
    856856
    857857
    858 
    859 /* VT-x only: */
    860 
    861 /**
    862  * Interpret INVLPG
     858/**
     859 * Interpret INVLPG.
    863860 *
    864861 * @returns VBox status code.
     
    866863 * @param   pVCpu       Pointer to the VMCPU.
    867864 * @param   pRegFrame   The register frame.
    868  * @param   pAddrGC     Operand address
     865 * @param   pAddrGC     Operand address.
    869866 *
    870867 */
     
    890887
    891888
    892 /**
    893  * Update CRx
     889/* VT-x only: */
     890
     891/**
     892 * Update CRx.
    894893 *
    895894 * @returns VBox status code.
     
    10321031
    10331032/**
    1034  * Interpret CRx write
     1033 * Interpret CRx write.
    10351034 *
    10361035 * @returns VBox status code.
     
    10641063
    10651064/**
    1066  * Interpret LMSW
     1065 * Interpret LMSW.
    10671066 *
    10681067 * @returns VBox status code.
     
    10861085
    10871086
    1088 
    1089 /**
    1090  * Interpret CLTS
     1087/**
     1088 * Interpret CLTS.
    10911089 *
    10921090 * @returns VBox status code.
     
    11071105
    11081106/**
    1109  * Interpret CRx read
     1107 * Interpret CRx read.
    11101108 *
    11111109 * @returns VBox status code.
     
    11401138
    11411139/**
    1142  * Interpret DRx write
     1140 * Interpret DRx write.
    11431141 *
    11441142 * @returns VBox status code.
     
    11791177
    11801178/**
    1181  * Interpret DRx read
     1179 * Interpret DRx read.
    11821180 *
    11831181 * @returns VBox status code.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette