VirtualBox

Changeset 89274 in vbox for trunk/include


Ignore:
Timestamp:
May 25, 2021 2:57:52 PM (4 years ago)
Author:
vboxsync
Message:

Intel IOMMU: bugref:9967 VBox/pci.h: Added PCIADDRTYPE enum for all possible values in PCI Memory Request Header's AT (Address Type) field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pci.h

    r88482 r89274  
    230230
    231231
     232/**
     233 * PCI Memory Request with Address Type.
     234 * In accordance with the PCI ATS spec.
     235 * See PCI ATS spec. 2.1."Memory Requests with Address Type".
     236 */
     237typedef enum PCIADDRTYPE
     238{
     239    /** Untranslated request. */
     240    PCIADDRTYPE_UNTRANSLATED = 0x0,
     241    /** Translation request. */
     242    PCIADDRTYPE_TRANSLATION,
     243    /** Translated requested.   */
     244    PCIADDRTYPE_TRANSLATED,
     245    /** Reserved. */
     246    PCIADDRTYPE_RSVD
     247} PCIADDRTYPE;
     248
    232249
    233250/** @name PCI Configuration Space Registers
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