Changeset 58122 in vbox for trunk/src/VBox/VMM/VMMAll/IOMAll.cpp
- Timestamp:
- Oct 8, 2015 5:11:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IOMAll.cpp
r57358 r58122 45 45 * 46 46 * @returns bool owner/not owner 47 * @param pVM Pointer to the VM.47 * @param pVM The cross context VM structure. 48 48 */ 49 49 VMMDECL(bool) IOMIsLockWriteOwner(PVM pVM) … … 71 71 * @retval VINF_IOM_R3_IOPORT_READ Defer the read to ring-3. (R0/RC only) 72 72 * 73 * @param pVM Pointer to the VM.73 * @param pVM The cross context VM structure. 74 74 * @param pVCpu Pointer to the virtual CPU structure of the caller. 75 75 * @param Port The port to read. … … 238 238 * @retval VINF_IOM_R3_IOPORT_READ Defer the read to ring-3. (R0/RC only) 239 239 * 240 * @param pVM Pointer to the VM.240 * @param pVM The cross context VM structure. 241 241 * @param pVCpu Pointer to the virtual CPU structure of the caller. 242 242 * @param Port The port to read. … … 433 433 * @retval VINF_IOM_R3_IOPORT_WRITE Defer the write to ring-3. (R0/RC only) 434 434 * 435 * @param pVM Pointer to the VM.435 * @param pVM The cross context VM structure. 436 436 * @param pVCpu Pointer to the virtual CPU structure of the caller. 437 437 * @param Port The port to write to. … … 575 575 * @retval VINF_IOM_R3_IOPORT_WRITE Defer the write to ring-3. (R0/RC only) 576 576 * 577 * @param pVM Pointer to the VM.577 * @param pVM The cross context VM structure. 578 578 * @param pVCpu Pointer to the virtual CPU structure of the caller. 579 579 * @param uPort The port to write to. … … 767 767 * @retval VINF_EM_RESCHEDULE_REM The exception was dispatched and cannot be executed in raw-mode. (TRPMRaiseXcptErr) 768 768 * 769 * @param pVM Pointer to the VM.769 * @param pVM The cross context VM structure. 770 770 * @param pCtxCore Pointer to register frame. 771 771 * @param Port The I/O port number. … … 858 858 * Fress an MMIO range after the reference counter has become zero. 859 859 * 860 * @param pVM Pointer to the VM.860 * @param pVM The cross context VM structure. 861 861 * @param pRange The range to free. 862 862 */
Note:
See TracChangeset
for help on using the changeset viewer.