VirtualBox

Changeset 84170 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 6, 2020 4:50:36 PM (5 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 Bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PDMInternal.h

    r83987 r84170  
    631631    /** @copydoc PDMIOMMUREGR3::pfnMemRead */
    632632    DECLR3CALLBACKMEMBER(int,   pfnMemRead,(PPDMDEVINS pDevIns, uint16_t uDevId, uint64_t uDva, size_t cbRead,
    633                                             PRTGCPHYS pGCPhysOut));
     633                                            PRTGCPHYS pGCPhysSpa));
    634634    /** @copydoc PDMIOMMUREGR3::pfnMemWrite */
    635635    DECLR3CALLBACKMEMBER(int,   pfnMemWrite,(PPDMDEVINS pDevIns, uint16_t uDevId, uint64_t uDva, size_t cbWrite,
    636                                              PRTGCPHYS pGCPhysOut));
     636                                             PRTGCPHYS pGCPhysSpa));
    637637} PDMIOMMU;
    638638
     
    651651    /** @copydoc PDMIOMMUREGR0::pfnMemRead */
    652652    DECLR0CALLBACKMEMBER(int,   pfnMemRead,(PPDMDEVINS pDevIns, uint16_t uDevId, uint64_t uDva, size_t cbRead,
    653                                             PRTGCPHYS pGCPhysOut));
     653                                            PRTGCPHYS pGCPhysSpa));
    654654    /** @copydoc PDMIOMMUREGR3::pfnMemWrite */
    655655    DECLR0CALLBACKMEMBER(int,   pfnMemWrite,(PPDMDEVINS pDevIns, uint16_t uDevId, uint64_t uDva, size_t cbWrite,
    656                                              PRTGCPHYS pGCPhysOut));
     656                                             PRTGCPHYS pGCPhysSpa));
    657657} PDMIOMMUR0;
    658658/** Pointer to a ring-0 IOMMU data. */
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