Changeset 10805 in vbox for trunk/include
- Timestamp:
- Jul 22, 2008 9:44:31 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm.h
r10724 r10805 483 483 * @param enmOperation Which operation to execute. 484 484 * @param pvArg Argument to the operation. 485 * @remarks Assume called with interrupts disabled.485 * @remarks Assume called with interrupts or preemption disabled. 486 486 */ 487 487 VMMR0DECL(int) VMMR0EntryInt(PVM pVM, VMMR0OPERATION enmOperation, void *pvArg); … … 505 505 * @param pReq This points to a SUPVMMR0REQHDR packet. Optional. 506 506 * @param u64Arg Some simple constant argument. 507 * @param pSession The session of the caller. 507 508 * @remarks Assume called with interrupts _enabled_. 508 509 */ 509 VMMR0DECL(int) VMMR0EntryEx(PVM pVM, VMMR0OPERATION enmOperation, PSUPVMMR0REQHDR pReq, uint64_t u64Arg );510 VMMR0DECL(int) VMMR0EntryEx(PVM pVM, VMMR0OPERATION enmOperation, PSUPVMMR0REQHDR pReq, uint64_t u64Arg, PSUPDRVSESSION); 510 511 511 512 /**
Note:
See TracChangeset
for help on using the changeset viewer.