Changeset 55493 in vbox for trunk/src/VBox/VMM/include/IOMInternal.h
- Timestamp:
- Apr 28, 2015 4:51:35 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IOMInternal.h
r48017 r55493 320 320 R0PTRTYPE(PIOMTREES) pTreesR0; 321 321 322 /** The ring-0 address of IOMMMIOHandler. */ 323 R0PTRTYPE(PFNPGMR0PHYSHANDLER) pfnMMIOHandlerR0; 324 /** The RC address of IOMMMIOHandler. */ 325 RCPTRTYPE(PFNPGMRCPHYSHANDLER) pfnMMIOHandlerRC; 326 #if HC_ARCH_BITS == 64 327 RTRCPTR padding; 328 #endif 322 /** MMIO physical access handler type. */ 323 PGMPHYSHANDLERTYPE hMmioHandlerType; 324 uint32_t u32Padding; 329 325 330 326 /** Lock serializing EMT access to IOM. */
Note:
See TracChangeset
for help on using the changeset viewer.