Changeset 106001 in vbox for trunk/src/VBox/Devices/Bus/DevIommuIntel.cpp
- Timestamp:
- Sep 10, 2024 11:15:32 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuIntel.cpp
r99280 r106001 1547 1547 { 1548 1548 /* 1549 * Update the diagnostic reason (even if software wants to sup ress faults).1549 * Update the diagnostic reason (even if software wants to suppress faults). 1550 1550 */ 1551 1551 PDMAR pThis = PDMDEVINS_2_DATA(pDevIns, PDMAR); … … 1615 1615 { 1616 1616 /* 1617 * Update the diagnostic reason (even if software wants to sup ress faults).1617 * Update the diagnostic reason (even if software wants to suppress faults). 1618 1618 */ 1619 1619 PDMAR pThis = PDMDEVINS_2_DATA(pDevIns, PDMAR); … … 2446 2446 uint64_t const uCtxEntryQword1 = CtxEntry.au64[1]; 2447 2447 2448 /* Note the FPD bit which software can use to sup ress translation faults from here on in. */2448 /* Note the FPD bit which software can use to suppress translation faults from here on in. */ 2449 2449 pMemReqAux->fFpd = RT_BF_GET(uCtxEntryQword0, VTD_BF_0_CONTEXT_ENTRY_FPD); 2450 2450
Note:
See TracChangeset
for help on using the changeset viewer.