Changeset 42373 in vbox for trunk/src/VBox/VMM/VMMAll/EMAll.cpp
- Timestamp:
- Jul 25, 2012 7:18:33 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79455
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r42317 r42373 201 201 202 202 /** 203 * Locks REM execution to a single VC pu203 * Locks REM execution to a single VCPU. 204 204 * 205 205 * @param pVM Pointer to the VM. … … 666 666 667 667 /** 668 * Interpret CPUID given the parameters in the CPU context 668 * Interpret CPUID given the parameters in the CPU context. 669 669 * 670 670 * @returns VBox status code. … … 694 694 695 695 /** 696 * Interpret RDTSC 696 * Interpret RDTSC. 697 697 * 698 698 * @returns VBox status code. … … 721 721 722 722 /** 723 * Interpret RDTSCP 723 * Interpret RDTSCP. 724 724 * 725 725 * @returns VBox status code. … … 756 756 757 757 /** 758 * Interpret RDPMC 758 * Interpret RDPMC. 759 759 * 760 760 * @returns VBox status code. … … 856 856 857 857 858 859 /* VT-x only: */ 860 861 /** 862 * Interpret INVLPG 858 /** 859 * Interpret INVLPG. 863 860 * 864 861 * @returns VBox status code. … … 866 863 * @param pVCpu Pointer to the VMCPU. 867 864 * @param pRegFrame The register frame. 868 * @param pAddrGC Operand address 865 * @param pAddrGC Operand address. 869 866 * 870 867 */ … … 890 887 891 888 892 /** 893 * Update CRx 889 /* VT-x only: */ 890 891 /** 892 * Update CRx. 894 893 * 895 894 * @returns VBox status code. … … 1032 1031 1033 1032 /** 1034 * Interpret CRx write 1033 * Interpret CRx write. 1035 1034 * 1036 1035 * @returns VBox status code. … … 1064 1063 1065 1064 /** 1066 * Interpret LMSW 1065 * Interpret LMSW. 1067 1066 * 1068 1067 * @returns VBox status code. … … 1086 1085 1087 1086 1088 1089 /** 1090 * Interpret CLTS 1087 /** 1088 * Interpret CLTS. 1091 1089 * 1092 1090 * @returns VBox status code. … … 1107 1105 1108 1106 /** 1109 * Interpret CRx read 1107 * Interpret CRx read. 1110 1108 * 1111 1109 * @returns VBox status code. … … 1140 1138 1141 1139 /** 1142 * Interpret DRx write 1140 * Interpret DRx write. 1143 1141 * 1144 1142 * @returns VBox status code. … … 1179 1177 1180 1178 /** 1181 * Interpret DRx read 1179 * Interpret DRx read. 1182 1180 * 1183 1181 * @returns VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.