Changeset 13871 in vbox for trunk/include/VBox
- Timestamp:
- Nov 5, 2008 2:45:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm.h
r13858 r13871 277 277 278 278 VMMR0DECL(int) VMMR0EntryInt(PVM pVM, VMMR0OPERATION enmOperation, void *pvArg); 279 VMMR0DECL(void) VMMR0EntryFast(PVM pVM, unsigned idC PU, VMMR0OPERATION enmOperation);279 VMMR0DECL(void) VMMR0EntryFast(PVM pVM, unsigned idCpu, VMMR0OPERATION enmOperation); 280 280 VMMR0DECL(int) VMMR0EntryEx(PVM pVM, VMMR0OPERATION enmOperation, PSUPVMMR0REQHDR pReq, uint64_t u64Arg, PSUPDRVSESSION); 281 281 VMMR0DECL(int) VMMR0CallHost(PVM pVM, VMMCALLHOST enmOperation, uint64_t uArg);
Note:
See TracChangeset
for help on using the changeset viewer.