Changeset 65792 in vbox for trunk/include/VBox/vmm/em.h
- Timestamp:
- Feb 15, 2017 7:23:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/em.h
r62476 r65792 200 200 VMM_INT_DECL(int) EMMonitorWaitPrepare(PVMCPU pVCpu, uint64_t rax, uint64_t rcx, uint64_t rdx, RTGCPHYS GCPhys); 201 201 VMM_INT_DECL(int) EMMonitorWaitPerform(PVMCPU pVCpu, uint64_t rax, uint64_t rcx); 202 VMM_INT_DECL(int) EMUnhaltAndWakeUp(PVM pVM, PVMCPU pVCpuDst); 202 203 203 204 /** @name Assembly routines
Note:
See TracChangeset
for help on using the changeset viewer.