Changeset 91949 in vbox
- Timestamp:
- Oct 21, 2021 1:46:13 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/MMAll.cpp
r91939 r91949 274 274 275 275 /** 276 * Calculate the raw-mode context address of an offset into the HMA memory chunk.277 *278 * @returns the raw-mode context base address.279 * @param pVM The cross context VM structure.280 * @param pLookup The HMA lookup record.281 * @param off The offset into the HMA memory chunk.282 */283 DECLINLINE(RTRCPTR) mmHyperLookupCalcRC(PVM pVM, PMMLOOKUPHYPER pLookup, uint32_t off)284 {285 return (RTRCPTR)((RTRCUINTPTR)pVM->mm.s.pvHyperAreaGC + pLookup->off + off);286 }287 288 289 /**290 276 * Calculate the guest context address of an offset into the HMA memory chunk. 291 277 *
Note:
See TracChangeset
for help on using the changeset viewer.

