Searched refs:VM_FF_REM_HANDLER_NOTIFY (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DREMAll.cpp127 VM_FF_SET(pVM, VM_FF_REM_HANDLER_NOTIFY);
226 AssertRelease(VM_FF_IS_SET(pVM, VM_FF_REM_HANDLER_NOTIFY));
/vbox/include/VBox/vmm/
H A Dvm.h351 #define VM_FF_REM_HANDLER_NOTIFY RT_BIT_32(VM_FF_REM_HANDLER_NOTIFY_BIT) macro
352 /** The bit number for VM_FF_REM_HANDLER_NOTIFY. */
468 #define VM_FF_NORMAL_PRIORITY_MASK ( VM_FF_REQUEST | VM_FF_PDM_QUEUES | VM_FF_PDM_DMA | VM_FF_REM_HANDLER_NOTIFY \
/vbox/src/VBox/VMM/VMMR3/
H A DEM.cpp1805 if (VM_FF_IS_PENDING_EXCEPT(pVM, VM_FF_REM_HANDLER_NOTIFY, VM_FF_PGM_NO_MEMORY))
1821 AssertCompile(VM_FF_NORMAL_PRIORITY_MASK == (VM_FF_REQUEST | VM_FF_PDM_QUEUES | VM_FF_PDM_DMA | VM_FF_REM_HANDLER_NOTIFY | VM_FF_EMT_RENDEZVOUS));
/vbox/src/recompiler/
H A DVBoxRecompiler.c3032 * Called in response to VM_FF_REM_HANDLER_NOTIFY from the RAW execution loop.
3045 if (VM_FF_TEST_AND_CLEAR(pVM, VM_FF_REM_HANDLER_NOTIFY))

Completed in 66 milliseconds