VirtualBox

Changeset 96295 in vbox for trunk/include/VBox/vmm/hm_vmx.h


Ignore:
Timestamp:
Aug 18, 2022 11:46:02 AM (2 years ago)
Author:
vboxsync
Message:

VMM: Nested EPT: bugref:10092 Nits.

File:
1 edited

Legend:

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

    r93963 r96295  
    532532
    533533/**
     534 * EPT present mask.
     535 * This is common to all EPT page-table entries and does not rely on any CPU
     536 * features.
     537 */
     538#define EPT_PRESENT_MASK       (EPT_E_READ | EPT_E_WRITE | EPT_E_EXECUTE)
     539
     540/**
    534541 * EPT Page Directory Pointer Entry. Bit view.
    535542 * In accordance with the VT-x spec.
     
    633640/** Bits 12-51 - - EPT - Physical Page number of the next level. */
    634641#define EPT_PDPTE_PG_MASK           X86_PDPE_PG_MASK
    635 /** Bits 12-51 - - EPT - Physical Page number of the next level. */
    636 #define EPT_PDPTE1G_PG_MASK         X86_PDPE_PG_MASK
     642/** Bits 30-51 - - EPT - Physical Page number of the 1G large page. */
     643#define EPT_PDPTE1G_PG_MASK         X86_PDPE1G_PG_MASK
    637644
    638645/** The page shift to get the PDPT index. */
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