Changeset 91939 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 21, 2021 12:43:45 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147745
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r91931 r91939 3114 3114 /** The ring-0 mapping of the zero page. */ 3115 3115 RTR0PTR pvZeroPgR0; 3116 /** The GC mapping of the zero page. */3117 RTRCPTR pvZeroPgRC;3118 RTRCPTR RCPtrAlignment3;3119 3116 /** @}*/ 3120 3117 -
trunk/src/VBox/VMM/include/TMInternal.h
r90639 r91939 490 490 /** The ring-0 data structure for the RTTimeNanoTS workers used by tmVirtualGetRawNanoTS. */ 491 491 RTTIMENANOTSDATAR0 VirtualGetRawDataR0; 492 /** The ring-0 data structure for the RTTimeNanoTS workers used by tmVirtualGetRawNanoTS. */493 RTTIMENANOTSDATARC VirtualGetRawDataRC;494 492 /** Pointer to the ring-3 tmVirtualGetRawNanoTS worker function. */ 495 493 R3PTRTYPE(PFNTIMENANOTSINTERNAL) pfnVirtualGetRawR3; 496 494 /** Pointer to the ring-0 tmVirtualGetRawNanoTS worker function. */ 497 495 R0PTRTYPE(PFNTIMENANOTSINTERNAL) pfnVirtualGetRawR0; 498 /** Pointer to the raw-mode tmVirtualGetRawNanoTS worker function. */499 RCPTRTYPE(PFNTIMENANOTSINTERNAL) pfnVirtualGetRawRC;500 /** Alignment. */501 RTRCPTR AlignmentRCPtr;502 496 /** The guest virtual timer synchronous time when fVirtualSyncTicking is cleared. 503 497 * When fVirtualSyncTicking is set it holds the last time returned to … … 577 571 /** File to touch on UTC jump. */ 578 572 R3PTRTYPE(char *) pszUtcTouchFileOnJump; 579 /** Just to avoid dealing with 32-bit alignment trouble. */ 580 R3PTRTYPE(char *) pszAlignment2b; 581 582 /** Pointer to our RC mapping of the GIP. */ 583 RCPTRTYPE(void *) pvGIPRC; 573 584 574 /** Pointer to our R3 mapping of the GIP. */ 585 575 R3PTRTYPE(void *) pvGIPR3; 586 587 576 588 577 /** The schedule timer timer handle (runtime timer).
Note:
See TracChangeset
for help on using the changeset viewer.