Changeset 20567 in vbox for trunk/src/VBox/VMM/PGMInternal.h
- Timestamp:
- Jun 14, 2009 8:31:54 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48571
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r20530 r20567 449 449 /** The HC virtual address of the two PAE page table. (i.e 1024 entries instead of 512) */ 450 450 R3PTRTYPE(PX86PTPAE) paPaePTsR3; 451 /** The GC virtual address of the 32-bit page table. */451 /** The RC virtual address of the 32-bit page table. */ 452 452 RCPTRTYPE(PX86PT) pPTRC; 453 /** The GC virtual address of the two PAE page table. */453 /** The RC virtual address of the two PAE page table. */ 454 454 RCPTRTYPE(PX86PTPAE) paPaePTsRC; 455 /** The GCvirtual address of the 32-bit page table. */455 /** The R0 virtual address of the 32-bit page table. */ 456 456 R0PTRTYPE(PX86PT) pPTR0; 457 /** The GCvirtual address of the two PAE page table. */457 /** The R0 virtual address of the two PAE page table. */ 458 458 R0PTRTYPE(PX86PTPAE) paPaePTsR0; 459 459 } aPTs[1]; … … 484 484 /** User argument for R0 handlers. */ 485 485 R0PTRTYPE(void *) pvUserR0; 486 /** Pointer to GC callback function. */486 /** Pointer to RC callback function. */ 487 487 RCPTRTYPE(PFNPGMRCPHYSHANDLER) pfnHandlerRC; 488 488 /** User argument for RC handlers. */
Note:
See TracChangeset
for help on using the changeset viewer.