Changeset 45301 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Apr 3, 2013 9:51:13 AM (12 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iom.h
r44626 r45301 288 288 VMMDECL(int) IOMMMIOMapMMIOHCPage(PVM pVM, PVMCPU pVCpu, RTGCPHYS GCPhys, RTHCPHYS HCPhys, uint64_t fPageFlags); 289 289 VMMDECL(int) IOMMMIOResetRegion(PVM pVM, RTGCPHYS GCPhys); 290 VMMDECL(bool) IOMIsLock Owner(PVM pVM);290 VMMDECL(bool) IOMIsLockWriteOwner(PVM pVM); 291 291 292 292 #ifdef IN_RC -
trunk/include/VBox/vmm/vm.h
r45276 r45301 990 990 struct IOM s; 991 991 #endif 992 uint8_t padding[8 32]; /* multiple of 64 */992 uint8_t padding[896]; /* multiple of 64 */ 993 993 } iom; 994 994 … … 1087 1087 1088 1088 /** Padding for aligning the cpu array on a page boundary. */ 1089 uint8_t abAlignment2[ 542];1089 uint8_t abAlignment2[478]; 1090 1090 1091 1091 /* ---- end small stuff ---- */
Note:
See TracChangeset
for help on using the changeset viewer.