Changeset 75493 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Nov 15, 2018 5:06:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/CPUMInternal.h
r74163 r75493 24 24 # include <VBox/vmm/stam.h> 25 25 # include <iprt/x86.h> 26 # include <VBox/vmm/pgm.h> 26 27 #else 27 28 # pragma D depends_on library x86.d … … 409 410 /** The host MXCSR mask (determined at init). */ 410 411 uint32_t fHostMxCsrMask; 411 uint8_t abPadding1[20]; 412 413 /** The VMX APIC-access page handler type. */ 414 PGMPHYSHANDLERTYPE hVmxApicAccessPage; 415 uint8_t abPadding1[16]; 412 416 413 417 /** Host CPU feature information. … … 527 531 PCPUMCPUIDLEAF cpumCpuIdGetLeaf(PVM pVM, uint32_t uLeaf); 528 532 PCPUMCPUIDLEAF cpumCpuIdGetLeafEx(PVM pVM, uint32_t uLeaf, uint32_t uSubLeaf, bool *pfExactSubLeafHit); 533 # ifdef VBOX_WITH_NESTED_HWVIRT_VMX 534 PGM_ALL_CB2_PROTO(FNPGMPHYSHANDLER) cpumVmxApicAccessPageHandler; 535 # endif 529 536 530 537 # ifdef IN_RING3
Note:
See TracChangeset
for help on using the changeset viewer.