Searched refs:VM_FF_SET (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllQueue.cpp78 VM_FF_SET(pVM, VM_FF_PDM_QUEUES);
H A DREMAll.cpp127 VM_FF_SET(pVM, VM_FF_REM_HANDLER_NOTIFY);
H A DTMAllVirtual.cpp393 VM_FF_SET(pVM, VM_FF_TM_VIRTUAL_SYNC);
481 VM_FF_SET(pVM, VM_FF_TM_VIRTUAL_SYNC);
712 VM_FF_SET(pVM, VM_FF_TM_VIRTUAL_SYNC); /* Hmm? */
H A DPGMAllPhys.cpp524 VM_FF_SET(pVM, VM_FF_PGM_NEED_HANDY_PAGES);
H A DPGMAllPool.cpp2755 VM_FF_SET(pVM, VM_FF_PGM_POOL_FLUSH_PENDING);
/vbox/include/VBox/vmm/
H A Dvm.h302 * Use the VM_FF_SET() and VM_FF_CLEAR() macros to change the force
510 /** @def VM_FF_SET
517 # define VM_FF_SET(pVM, fFlag) ASMAtomicOrU32(&(pVM)->fGlobalForcedActions, (fFlag)) macro
519 # define VM_FF_SET(pVM, fFlag) \ macro
521 RTLogPrintf("VM_FF_SET : %08x %s - %s(%d) %s\n", (pVM)->fGlobalForcedActions, #fFlag, __FILE__, __LINE__, __FUNCTION__); \
/vbox/src/VBox/VMM/VMMR0/
H A DPGMR0.cpp160 VM_FF_SET(pVM, VM_FF_PGM_NO_MEMORY);
/vbox/src/VBox/VMM/VMMR3/
H A DVMEmt.cpp310 VM_FF_SET(pUVCpu->pVM, VM_FF_CHECK_VM_STATE);
1187 VM_FF_SET(pUVM->pVM, VM_FF_REQUEST); /* this will have to do for now. */
H A DVMReq.cpp925 VM_FF_SET(pUVM->pVM, VM_FF_REQUEST);
1024 VM_FF_SET(pUVM->pVM, VM_FF_REQUEST);
H A DDBGF.cpp124 VM_FF_SET(pVM, VM_FF_DBGF);
H A DPDM.cpp990 VM_FF_SET(pVM, VM_FF_PDM_DMA);
2374 VM_FF_SET(pVM, VM_FF_PDM_DMA);
H A DPGMPhys.cpp4539 VM_FF_SET(pVM, VM_FF_PGM_NEED_HANDY_PAGES);
4540 VM_FF_SET(pVM, VM_FF_PGM_NO_MEMORY);
H A DVM.cpp2580 VM_FF_SET(pUVM->pVM, VM_FF_CHECK_VM_STATE); /* Can't hurt... */
4085 VM_FF_SET(pVM, VM_FF_CHECK_VM_STATE);
H A DVMM.cpp1824 VM_FF_SET(pVM, VM_FF_EMT_RENDEZVOUS);
H A DPDMDevHlp.cpp2040 VM_FF_SET(pVM, VM_FF_PDM_DMA);
3292 VM_FF_SET(pVM, VM_FF_RESET);

Completed in 150 milliseconds