Searched refs:VM_FF_TEST_AND_CLEAR (Results 1 - 6 of 6) sorted by relevance

/vbox/include/VBox/vmm/
H A Dvm.h588 #define VM_FF_TEST_AND_CLEAR(pVM, iBit) (ASMAtomicBitTestAndClear(&(pVM)->fGlobalForcedActions, iBit##_BIT)) macro
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp357 if (VM_FF_TEST_AND_CLEAR(pVM, VM_FF_DBGF))
H A DVMEmt.cpp192 else if (VM_FF_TEST_AND_CLEAR(pVM, VM_FF_RESET))
H A DEM.cpp1700 if (VM_FF_TEST_AND_CLEAR(pVM, VM_FF_RESET))
H A DPDM.cpp2368 if (VM_FF_TEST_AND_CLEAR(pVM, VM_FF_PDM_DMA))
/vbox/src/recompiler/
H A DVBoxRecompiler.c3045 if (VM_FF_TEST_AND_CLEAR(pVM, VM_FF_REM_HANDLER_NOTIFY))

Completed in 82 milliseconds