Changeset 38835 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Sep 23, 2011 11:17:04 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74131
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vmm.h
r37452 r38835 277 277 VMMR3DECL(int) VMMR3RegisterPatchMemory(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem); 278 278 VMMR3DECL(int) VMMR3DeregisterPatchMemory(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem); 279 VMMR3DECL(int) VMMR3AtomicExecuteHandler(PVM pVM, PFNATOMICHANDLER pfnHandler, void *pvUser);280 279 VMMR3DECL(int) VMMR3EmtRendezvous(PVM pVM, uint32_t fFlags, PFNVMMEMTRENDEZVOUS pfnRendezvous, void *pvUser); 280 VMMR3_INT_DECL(bool) VMMR3EmtRendezvousSetDisabled(PVMCPU pVCpu, bool fDisabled); 281 281 /** @defgroup grp_VMMR3EmtRendezvous_fFlags VMMR3EmtRendezvous flags 282 282 * @{ */
Note:
See TracChangeset
for help on using the changeset viewer.