Changeset 40187 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 21, 2012 12:32:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r40182 r40187 157 157 RTGCPHYS GCPhys; 158 158 uint32_t cb; 159 uint8_t ab[ 32];159 uint8_t ab[512]; 160 160 } RamWrite; 161 161 } u; … … 353 353 #define IEM_ACCESS_WHAT_SYS UINT32_C(0x00000040) 354 354 #define IEM_ACCESS_WHAT_MASK UINT32_C(0x00000070) 355 /** The writes are partial, so if initialize the bounce buffer with the 356 * orignal RAM content. */ 357 #define IEM_ACCESS_PARTIAL_WRITE UINT32_C(0x00000100) 355 358 /** Used in aMemMappings to indicate that the entry is bounce buffered. */ 356 #define IEM_ACCESS_BOUNCE_BUFFERED UINT32_C(0x00000 100)359 #define IEM_ACCESS_BOUNCE_BUFFERED UINT32_C(0x00000200) 357 360 /** Read+write data alias. */ 358 361 #define IEM_ACCESS_DATA_RW (IEM_ACCESS_TYPE_READ | IEM_ACCESS_TYPE_WRITE | IEM_ACCESS_WHAT_DATA)
Note:
See TracChangeset
for help on using the changeset viewer.