Searched refs:fResume (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.h43 DECLASM(int) VMXR0StartVM32(RTHCUINT fResume, PCPUMCTX pCtx, PVMCSCACHE pCache, PVM pVM, PVMCPU pVCpu);
44 DECLASM(int) VMXR0StartVM64(RTHCUINT fResume, PCPUMCTX pCtx, PVMCSCACHE pCache, PVM pVM, PVMCPU pVCpu);
48 DECLASM(int) VMXR0SwitcherStartVM64(RTHCUINT fResume, PCPUMCTX pCtx, PVMCSCACHE pCache, PVM pVM, PVMCPU pVCpu);
H A DHMR0A.asm1128 ; @cproto DECLASM(int) HMR0VMXStartVMWrapXMM(RTHCUINT fResume, PCPUMCTX pCtx, PVMCSCACHE pCache, PVM pVM, PVMCPU pVCpu, PFNHMVMXSTARTVM pfnStartVM);
1413 ; DECLASM(int) VMXR0StartVM32(RTHCUINT fResume, PCPUMCTX pCtx, PVMCSCACHE pCache, PVM pVM, PVMCPU pVCpu);
1433 mov edi, [rsp + 20h + 14h] ; fResume
1455 ; DECLASM(int) VMXR0StartVM64(RTHCUINT fResume, PCPUMCTX pCtx, PVMCSCACHE pCache, PVM pVM, PVMCPU pVCpu);
1475 mov edi, [rsp + 20h + 14h] ; fResume
H A DHMVMXR0.cpp5303 * @param fResume Whether to VMLAUNCH or VMRESUME.
5309 DECLASM(int) VMXR0SwitcherStartVM64(RTHCUINT fResume, PCPUMCTX pCtx, PVMCSCACHE pCache, PVM pVM, PVMCPU pVCpu) argument
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp790 bool fResume; local
805 fResume = false;
819 fResume = true;
835 fResume = true;
846 fResume = true;
861 fResume = true;
873 fResume = false;
896 *pfResumeExecution = fResume;
/vbox/src/VBox/VMM/include/
H A DHMInternal.h554 typedef DECLCALLBACK(int) FNHMVMXSTARTVM(RTHCUINT fResume, PCPUMCTX pCtx, PVMCSCACHE pCache, PVM pVM, PVMCPU pVCpu);
1013 DECLASM(int) HMR0VMXStartVMWrapXMM(RTHCUINT fResume, PCPUMCTX pCtx, PVMCSCACHE pCache, PVM pVM, PVMCPU pVCpu, PFNHMVMXSTARTVM pfnStartVM);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp3466 bool fResume = false; local
3467 rc = i_suspendBeforeConfigChange(pUVM, &alock, &fResume);
3491 if (fResume)
3647 bool fResume = false; local
3648 rc = i_suspendBeforeConfigChange(pUVM, &alock, &fResume);
3672 if (fResume)
3818 bool fResume = false; local
3819 rc = i_suspendBeforeConfigChange(pUVM, &alock, &fResume);
3843 if (fResume)
4844 bool fResume local
6015 bool fResume = false; local
[all...]
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp752 bool fResume = true; local
761 while (fResume)
771 fResume = false;
833 bool fResume = true; local
849 fResume = false;
871 } while (fResume);

Completed in 113 milliseconds