Changeset 19682 in vbox for trunk/include/VBox
- Timestamp:
- May 14, 2009 10:15:44 AM (16 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/em.h
r19611 r19682 181 181 VMMR3DECL(int) EMR3Interpret(PVM pVM); 182 182 183 VMMR3DECL(void) EMR3ReleaseOwnedLocks(PVM pVM); 184 183 185 /** 184 186 * Command argument for EMR3RawSetMode(). -
trunk/include/VBox/iom.h
r18232 r19682 264 264 RCPTRTYPE(PFNIOMMMIOFILL) pfnFillCallback); 265 265 VMMR3DECL(int) IOMR3MMIODeregister(PVM pVM, PPDMDEVINS pDevIns, RTGCPHYS GCPhysStart, RTUINT cbRange); 266 267 VMMR3DECL(void) IOMR3ReleaseOwnedLocks(PVM pVM); 268 266 269 /** @} */ 267 270 #endif /* IN_RING3 */ -
trunk/include/VBox/mm.h
r19666 r19682 253 253 254 254 VMMR3DECL(int) MMR3HCPhys2HCVirt(PVM pVM, RTHCPHYS HCPhys, void **ppv); 255 255 VMMR3DECL(void) MMR3ReleaseOwnedLocks(PVM pVM); 256 256 257 257 /** @defgroup grp_mm_r3_hyper Hypervisor Memory Manager (HC R3 Portion) -
trunk/include/VBox/pdmapi.h
r19141 r19682 115 115 VMMR3DECL(int) PDMR3UnregisterVMMDevHeap(PVM pVM, RTGCPHYS GCPhys); 116 116 117 VMMR3DECL(void) PDMR3ReleaseOwnedLocks(PVM pVM); 117 118 /** @} */ 118 119 #endif -
trunk/include/VBox/pgm.h
r19473 r19682 551 551 VMMR3DECL(int) PGMR3PhysAllocateHandyPages(PVM pVM); 552 552 553 554 VMMR3DECL(void) PGMR3ReleaseOwnedLocks(PVM pVM); 555 553 556 VMMR3DECL(int) PGMR3CheckIntegrity(PVM pVM); 554 557
Note:
See TracChangeset
for help on using the changeset viewer.