Searched defs:enmOperation (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGPlugInDiggers.cpp30 DECLEXPORT(int) DBGCPlugInEntry(DBGCPLUGINOP enmOperation, PUVM pUVM, uintptr_t uArg) argument
42 switch (enmOperation)
/vbox/src/VBox/VMM/VMMRZ/
H A DVMMRZ.cpp43 * @param enmOperation The operation.
46 VMMRZDECL(int) VMMRZCallRing3(PVM pVM, PVMCPU pVCpu, VMMCALLRING3 enmOperation, uint64_t uArg) argument
54 && enmOperation != VMMCALLRING3_VM_R0_ASSERTION))
67 if (enmOperation != VMMCALLRING3_REM_REPLAY_HANDLER_NOTIFICATIONS)
72 "VMMRZCallRing3: enmOperation=%d uArg=%#llx idCpu=%#x\n", enmOperation, uArg, pVCpu->idCpu);
75 "VMMRZCallRing3: enmOperation=%d uArg=%#llx idCpu=%#x\n", enmOperation, uArg, pVCpu->idCpu);
76 enmOperation = VMMCALLRING3_VM_R0_ASSERTION;
83 pVCpu->vmm.s.enmCallRing3Operation = enmOperation;
116 VMMRZCallRing3NoCpu(PVM pVM, VMMCALLRING3 enmOperation, uint64_t uArg) argument
[all...]
/vbox/src/VBox/Runtime/r3/
H A Dinit.cpp199 int rtR3ForkOs2Child(__LIBC_PFORKHANDLE pForkHandle, __LIBC_FORKOP enmOperation) argument
201 if (enmOperation == __LIBC_FORK_OP_EXEC_CHILD)
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp823 * @param enmOperation Which operation to execute.
827 VMMR0DECL(int) VMMR0EntryInt(PVM pVM, VMMR0OPERATION enmOperation, void *pvArg) argument
833 Log(("operation %#x is not supported\n", enmOperation));
834 NOREF(enmOperation); NOREF(pvArg); NOREF(pVM);
845 * @param enmOperation Which operation to execute.
848 VMMR0DECL(void) VMMR0EntryFast(PVM pVM, VMCPUID idCpu, VMMR0OPERATION enmOperation) argument
862 switch (enmOperation)
1152 AssertMsgFailed(("%#x\n", enmOperation));
1189 * @param enmOperation Which operation to execute.
1196 static int vmmR0EntryExWorker(PVM pVM, VMCPUID idCpu, VMMR0OPERATION enmOperation, PSUPVMMR0REQHD argument
1687 VMMR0OPERATION enmOperation; member in struct:VMMR0ENTRYEXARGS
1725 VMMR0EntryEx(PVM pVM, VMCPUID idCpu, VMMR0OPERATION enmOperation, PSUPVMMR0REQHDR pReq, uint64_t u64Arg, PSUPDRVSESSION pSession) argument
[all...]
H A DHMVMXR0.cpp7349 * @param enmOperation The operation causing the ring-3 longjump.
7354 DECLCALLBACK(int) hmR0VmxCallRing3Callback(PVMCPU pVCpu, VMMCALLRING3 enmOperation, void *pvUser) argument
7356 if (enmOperation == VMMCALLRING3_VM_R0_ASSERTION)
7409 Log4(("hmR0VmxCallRing3Callback->hmR0VmxLongJmpToRing3 pVCpu=%p idCpu=%RU32 enmOperation=%d\n", pVCpu, pVCpu->idCpu,
7410 enmOperation));

Completed in 93 milliseconds