Changeset 89247 in vbox
- Timestamp:
- May 24, 2021 4:39:31 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144590
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuIntel.cpp
r89246 r89247 1823 1823 * @param GCPhysCtxTable The physical address of the context table. 1824 1824 * @param idxCtxEntry The index of the context entry to read. 1825 * @param p RootEntryWhere to store the read context entry.1825 * @param pCtxEntry Where to store the read context entry. 1826 1826 */ 1827 1827 static int dmarDrReadCtxEntry(PPDMDEVINS pDevIns, RTGCPHYS GCPhysCtxTable, uint8_t idxCtxEntry, PVTD_CONTEXT_ENTRY_T pCtxEntry)
Note:
See TracChangeset
for help on using the changeset viewer.