Changeset 108232 in vbox
- Timestamp:
- Feb 14, 2025 9:32:17 PM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167553
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/target-x86/IEMAllMem-x86.cpp
r108226 r108232 269 269 270 270 271 #ifdef IEM_WITH_DATA_TLB 271 272 /** 272 273 * Helper for iemMemMap, iemMemMapJmp and iemMemBounceBufferMapCrossPage. … … 281 282 return DBGFBpCheckDataRead(pVM, pVCpu, GCPtrMem, (uint32_t)cbMem, fSysAccess); 282 283 } 284 #endif 283 285 284 286 -
trunk/src/VBox/VMM/VMMAll/target-x86/IEMAllTlbInline-x86.h
r108226 r108232 1 1 /* $Id$ */ 2 2 /** @file 3 * IEM - Interpreted Execution Manager - All Contexts. 3 * IEM - Interpreted Execution Manager - x86 target, Inline TLB routines. 4 * 5 * Mainly related to large pages. 4 6 */ 5 7
Note:
See TracChangeset
for help on using the changeset viewer.