Changeset 58123 in vbox for trunk/src/VBox/VMM/VMMRC/IOMRC.cpp
- Timestamp:
- Oct 8, 2015 6:09:45 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103220
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/VMM/VMMRC/IOMRC.cpp ¶
r58122 r58123 79 79 * 80 80 * @param pVM The cross context VM structure. 81 * @param pVCpu Pointer to the virtual CPU structure of the caller.81 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 82 82 * @param pRegFrame Pointer to CPUMCTXCORE guest registers structure. 83 83 * @param pCpu Disassembler CPU state. … … 140 140 * 141 141 * @param pVM The cross context VM structure. 142 * @param pVCpu Pointer to the virtual CPU structure of the caller.142 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 143 143 * @param pRegFrame Pointer to CPUMCTXCORE guest registers structure. 144 144 * @param pCpu Disassembler CPU state. … … 194 194 * 195 195 * @param pVM The cross context VM structure. 196 * @param pVCpu Pointer to the virtual CPU structure of the caller.196 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 197 197 * @param pRegFrame Pointer to CPUMCTXCORE guest registers structure. 198 198 * @param pCpu Disassembler CPU state. … … 248 248 * 249 249 * @param pVM The cross context VM structure. 250 * @param pVCpu Pointer to the virtual CPU structure of the caller.250 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 251 251 * @param pRegFrame Pointer to CPUMCTXCORE guest registers structure. 252 252 * @param pCpu Disassembler CPU state. … … 309 309 * 310 310 * @param pVM The cross context VM structure. 311 * @param pVCpu Pointer to the virtual CPU structure of the caller.311 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 312 312 * @param pRegFrame Pointer to CPUMCTXCORE guest registers structure. 313 313 * @param pCpu Disassembler CPU state.
Note:
See TracChangeset
for help on using the changeset viewer.