- Timestamp:
- Jan 31, 2007 11:14:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/apic.c
r1 r483 182 182 int count_shift; 183 183 uint32_t initial_count; 184 #ifdef VBOX 185 uint32_t Alignment0; 186 #endif 184 187 int64_t initial_count_load_time, next_time; 185 188 #ifndef VBOX … … 194 197 /** The APIC timer - HC Ptr. */ 195 198 PTMTIMERHC pTimerHC; 199 /** Pointer to the APIC R0 helpers. */ 200 PCPDMAPICHLPR0 pApicHlpR0; 196 201 197 202 /** GC pointer to the device instance. */ … … 202 207 PTMTIMERGC pTimerGC; 203 208 204 /** Pointer to the APIC R0 helpers. */205 PCPDMAPICHLPR0 pApicHlpR0;206 207 209 /** Number of attempts made to optimize TPR accesses. */ 208 210 uint32_t ulTPRPatchAttempts; … … 237 239 /** Pointer to the IOAPIC R0 helpers. */ 238 240 PCPDMIOAPICHLPR0 pIoApicHlpR0; 239 241 # if HC_ARCH_BITS == 32 242 uint32_t Alignment0; 243 # endif 240 244 # ifdef VBOX_WITH_STATISTICS 241 245 STAMCOUNTER StatMMIOReadGC; … … 253 257 #endif /* VBOX */ 254 258 259 #ifndef VBOX_DEVICE_STRUCT_TESTCASE 255 260 #ifndef VBOX 256 261 static int apic_io_memory; … … 2066 2071 2067 2072 #endif /* IN_RING3 */ 2073 #endif /* !VBOX_DEVICE_STRUCT_TESTCASE */ 2074
Note:
See TracChangeset
for help on using the changeset viewer.