Changeset 43468 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Sep 28, 2012 3:21:24 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 81009
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/VMM/include/HMInternal.h ¶
r43466 r43468 329 329 R3PTRTYPE(PX86PD) pNonPagingModeEPTPageTable; 330 330 331 /** R0 memory object for the APIC physical page (serves for filtering accesses). */332 RTR0MEMOBJ hMemObjA PIC;333 /** Physical address of the APIC physical page (serves for filtering accesses). */334 RTHCPHYS HCPhysA PIC;335 /** Virtual address of the APIC physical page (serves for filtering accesses). */336 R0PTRTYPE(uint8_t *) pbA PIC;331 /** R0 memory object for the APIC-access page. */ 332 RTR0MEMOBJ hMemObjApicAccess; 333 /** Physical address of the APIC-access page. */ 334 RTHCPHYS HCPhysApicAccess; 335 /** Virtual address of the APIC-access page. */ 336 R0PTRTYPE(uint8_t *) pbApicAccess; 337 337 338 338 /** R0 memory object for the MSR entry load page (guest MSRs). */
Note:
See TracChangeset
for help on using the changeset viewer.