VirtualBox

Changeset 80659 in vbox


Ignore:
Timestamp:
Sep 9, 2019 7:44:57 AM (5 years ago)
Author:
vboxsync
Message:

hm_vmx.h: Add VMX_BASIC_PHYSADDR_WIDTH_32BIT for upcoming change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r80418 r80659  
    14521452/** VMCS (and related regions) memory type - Write back. */
    14531453#define VMX_BASIC_MEM_TYPE_WB                                   6
     1454/** Width of physical addresses used for VMCS and associated memory regions
     1455 *  (1=32-bit, 0=processor's physical address width). */
     1456#define VMX_BASIC_PHYSADDR_WIDTH_32BIT                          RT_BIT_64(48)
    14541457
    14551458/** Bit fields for MSR_IA32_VMX_BASIC. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette