Searched refs:VMR3NotifyGlobalFFU (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllQueue.cpp84 VMR3NotifyGlobalFFU(pVM->pUVM, VMNOTIFYFF_FLAGS_DONE_REM);
/vbox/include/VBox/vmm/
H A Dvmapi.h465 /** @name Flags for VMR3NotifyCpuFFU and VMR3NotifyGlobalFFU.
472 VMMR3_INT_DECL(void) VMR3NotifyGlobalFFU(PUVM pUVM, uint32_t fFlags);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp125 VMR3NotifyGlobalFFU(pVM->pUVM, 0 /* didn't notify REM */);
H A DVMEmt.cpp985 /** The VMR3NotifyGlobalFFU function. */
1006 VMMR3_INT_DECL(void) VMR3NotifyGlobalFFU(PUVM pUVM, uint32_t fFlags) function
1008 LogFlow(("VMR3NotifyGlobalFFU:\n"));
H A DVMReq.cpp926 VMR3NotifyGlobalFFU(pUVM, fFlags & VMREQFLAGS_POKE ? VMNOTIFYFF_FLAGS_POKE : 0);
H A DVMM.cpp1825 VMR3NotifyGlobalFFU(pVM->pUVM, VMNOTIFYFF_FLAGS_POKE);
H A DVM.cpp2583 VMR3NotifyGlobalFFU(pUVM, VMNOTIFYFF_FLAGS_DONE_REM);
H A DPDMDevHlp.cpp2044 VMR3NotifyGlobalFFU(pVM->pUVM, VMNOTIFYFF_FLAGS_DONE_REM);

Completed in 84 milliseconds