Changeset 19575 in vbox for trunk/include
- Timestamp:
- May 11, 2009 12:42:46 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47139
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dbgf.h
r19572 r19575 89 89 /** A physical address. */ 90 90 #define DBGFADDRESS_FLAGS_PHYS 4 91 /** A physical address. */ 92 #define DBGFADDRESS_FLAGS_RING0 5 91 93 /** The address type mask. */ 92 94 #define DBGFADDRESS_FLAGS_TYPE_MASK 7 -
trunk/include/VBox/vmm.h
r19528 r19575 175 175 VMMR3DECL(void) VMMR3SendInitIpi(PVM pVM, VMCPUID idCpu); 176 176 VMMR3DECL(int) VMMR3AtomicExecuteHandler(PVM pVM, PFNATOMICHANDLER pfnHandler, void *pvUser); 177 VMMR3DECL(int) VMMR3ReadR0Stack(PVM pVM, VMCPUID idCpu, RTHCUINTPTR pAddress, void *pvBuf, size_t cbRead); 177 178 /** @} */ 178 179 #endif /* IN_RING3 */
Note:
See TracChangeset
for help on using the changeset viewer.