VirtualBox

Changeset 89245 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 24, 2021 3:58:34 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144588
Message:

Intel IOMMU: bugref:9967 Address translation, WIP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/iommu-intel.h

    r89238 r89245  
    151151/** Pointer to a const root entry. */
    152152typedef VTD_ROOT_ENTRY_T const *PCVTD_ROOT_ENTRY_T;
     153
     154/* Root Entry: Qword 0 valid mask. */
     155#define VTD_ROOT_ENTRY_0_VALID_MASK                             (VTD_BF_0_ROOT_ENTRY_P_MASK | VTD_BF_0_ROOT_ENTRY_CTP_MASK)
     156/* Root Entry: Qword 1 valid mask. */
     157#define VTD_ROOT_ENTRY_1_VALID_MASK                             UINT64_C(0)
    153158/** @} */
    154159
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