Changeset 89246 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 24, 2021 4:13:21 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144589
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuIntel.cpp
r89245 r89246 1805 1805 * @param pDevIns The IOMMU device instance. 1806 1806 * @param uRtaddrReg The current RTADDR_REG value. 1807 * @param idxRootEntry The root entry indexto read.1807 * @param idxRootEntry The index of the root entry to read. 1808 1808 * @param pRootEntry Where to store the read root entry. 1809 1809 */ … … 1816 1816 1817 1817 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 */ 1818 1827 static int dmarDrReadCtxEntry(PPDMDEVINS pDevIns, RTGCPHYS GCPhysCtxTable, uint8_t idxCtxEntry, PVTD_CONTEXT_ENTRY_T pCtxEntry) 1819 1828 {
Note:
See TracChangeset
for help on using the changeset viewer.