Changeset 102569 in vbox for trunk/src/VBox/VMM/include/IEMMc.h
- Timestamp:
- Dec 11, 2023 1:37:11 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMMc.h
r102510 r102569 2260 2260 /** Commits the memory and unmaps guest memory previously mapped RW. 2261 2261 * @remarks May return. 2262 * @note Implictly frees the a_bMapInfo variable. 2262 2263 */ 2263 2264 #ifndef IEM_WITH_SETJMP … … 2269 2270 /** Commits the memory and unmaps guest memory previously mapped W. 2270 2271 * @remarks May return. 2272 * @note Implictly frees the a_bMapInfo variable. 2271 2273 */ 2272 2274 #ifndef IEM_WITH_SETJMP … … 2278 2280 /** Commits the memory and unmaps guest memory previously mapped R. 2279 2281 * @remarks May return. 2282 * @note Implictly frees the a_bMapInfo variable. 2280 2283 */ 2281 2284 #ifndef IEM_WITH_SETJMP … … 2294 2297 * 2295 2298 * @remarks May in theory return - for now. 2299 * @note Implictly frees both the a_bMapInfo and a_u16FSW variables. 2296 2300 */ 2297 2301 #ifndef IEM_WITH_SETJMP … … 2315 2319 #endif 2316 2320 2317 /** Rolls back (conceptually only, assumes no writes) and unmaps the guest memory. */ 2321 /** Rolls back (conceptually only, assumes no writes) and unmaps the guest memory. 2322 * @note Implictly frees the a_bMapInfo variable. */ 2318 2323 #ifndef IEM_WITH_SETJMP 2319 2324 # define IEM_MC_MEM_ROLLBACK_AND_UNMAP_WO(a_bMapInfo) iemMemRollbackAndUnmap(pVCpu, a_bMapInfo)
Note:
See TracChangeset
for help on using the changeset viewer.