VirtualBox

Changeset 89246 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
May 24, 2021 4:13:21 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144589
Message:

Intel IOMMU: bugref:9967 Address translation, WIP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevIommuIntel.cpp

    r89245 r89246  
    18051805 * @param   pDevIns         The IOMMU device instance.
    18061806 * @param   uRtaddrReg      The current RTADDR_REG value.
    1807  * @param   idxRootEntry    The root entry index to read.
     1807 * @param   idxRootEntry    The index of the root entry to read.
    18081808 * @param   pRootEntry      Where to store the read root entry.
    18091809 */
     
    18161816
    18171817
     1818/**
     1819 * Reads a context entry from guest memory.
     1820 *
     1821 * @returns VBox status code.
     1822 * @param   pDevIns         The IOMMU device instance.
     1823 * @param   GCPhysCtxTable  The physical address of the context table.
     1824 * @param   idxCtxEntry     The index of the context entry to read.
     1825 * @param   pRootEntry      Where to store the read context entry.
     1826 */
    18181827static int dmarDrReadCtxEntry(PPDMDEVINS pDevIns, RTGCPHYS GCPhysCtxTable, uint8_t idxCtxEntry, PVTD_CONTEXT_ENTRY_T pCtxEntry)
    18191828{
Note: See TracChangeset for help on using the changeset viewer.

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