Changeset 89494 in vbox
- Timestamp:
- Jun 4, 2021 5:39:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuIntel.cpp
r89493 r89494 2308 2308 uint64_t const fOffMask = X86_GET_PAGE_OFFSET_MASK(IoPage.cShift); 2309 2309 uint64_t const offAddrOut = uAddrIn & fOffMask; 2310 Assert(!(IoPage.GCPhysBase & f IoPageMask));2310 Assert(!(IoPage.GCPhysBase & fOffMask)); 2311 2311 GCPhysAddr = IoPage.GCPhysBase | offAddrOut; 2312 2312 } … … 3741 3741 | RT_BF_MAKE(VTD_BF_ECAP_REG_SRS, 0) /* Supervisor request not supported. */ 3742 3742 | RT_BF_MAKE(VTD_BF_ECAP_REG_NWFS, 0) /* 0 as DT not supported. */ 3743 | RT_BF_MAKE(VTD_BF_ECAP_REG_EAFS, 0) /* * @todo figure out if EAFS is required?*/3743 | RT_BF_MAKE(VTD_BF_ECAP_REG_EAFS, 0) /* 0 as SMPWCS not supported. */ 3744 3744 | RT_BF_MAKE(VTD_BF_ECAP_REG_PSS, 0) /* 0 as PASID not supported. */ 3745 | RT_BF_MAKE(VTD_BF_ECAP_REG_PASID, 0) /* PASID support. */3745 | RT_BF_MAKE(VTD_BF_ECAP_REG_PASID, 0) /* PASID not supported. */ 3746 3746 | RT_BF_MAKE(VTD_BF_ECAP_REG_DIT, 0) /* 0 as DT not supported. */ 3747 3747 | RT_BF_MAKE(VTD_BF_ECAP_REG_PDS, 0) /* 0 as DT not supported. */
Note:
See TracChangeset
for help on using the changeset viewer.