Changeset 26066 in vbox for trunk/include/VBox
- Timestamp:
- Jan 27, 2010 12:59:32 PM (15 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r25848 r26066 465 465 /** Already aliased to the same page. */ 466 466 #define VINF_PGM_HANDLER_ALREADY_ALIASED (1643) 467 /** PGM pool flush pending - return to ring 3. */ 468 #define VINF_PGM_POOL_FLUSH_PENDING (1644) 467 469 /** @} */ 468 470 -
trunk/include/VBox/vm.h
r25368 r26066 290 290 * loops. */ 291 291 #define VM_FF_PGM_NO_MEMORY RT_BIT_32(19) 292 /** PGM is about to perform a lightweight pool flush 293 * Guest SMP: all EMT threads should return to ring 3 294 */ 295 #define VM_FF_PGM_POOL_FLUSH_PENDING RT_BIT_32(20) 292 296 /** REM needs to be informed about handler changes. */ 293 297 #define VM_FF_REM_HANDLER_NOTIFY RT_BIT_32(VM_FF_REM_HANDLER_NOTIFY_BIT)
Note:
See TracChangeset
for help on using the changeset viewer.