Changeset 58123 in vbox for trunk/src/VBox/VMM/include/IOMInline.h
- Timestamp:
- Oct 8, 2015 6:09:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IOMInline.h
r58122 r58123 63 63 * 64 64 * @param pVM The cross context VM structure. 65 * @param pVCpu Pointer to the virtual CPU structure of the caller.65 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 66 66 * @param GCPhys Physical address to lookup. 67 67 */ … … 99 99 * 100 100 * @param pVM The cross context VM structure. 101 * @param pVCpu Pointer to the virtual CPU structure of the caller.101 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 102 102 * @param GCPhys Physical address to lookup. 103 103 */ … … 142 142 * 143 143 * @param pVM The cross context VM structure. 144 * @param pVCpu Pointer to the virtual CPU structure of the caller.144 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 145 145 * @param GCPhys Physical address to lookup. 146 146 */ … … 168 168 * 169 169 * @param pVM The cross context VM structure. 170 * @param pVCpu Pointer to the virtual CPU structure of the caller.170 * @param pVCpu The cross context virtual CPU structure of the calling EMT. 171 171 * @param GCPhys Physical address to lookup. 172 172 * @param pRange The MMIO range.
Note:
See TracChangeset
for help on using the changeset viewer.