Searched refs:enmOp (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/VMM/testcase/
H A DtstGlobalConfig.cpp60 VMMR0OPERATION enmOp = VMMR0_DO_GCFGM_QUERY_VALUE; local
90 enmOp = VMMR0_DO_GCFGM_SET_VALUE;
108 rc = SUPR3CallVMMR0Ex(NIL_RTR0PTR, NIL_VMCPUID, enmOp, 0, &Req.Hdr);
111 if (enmOp == VMMR0_DO_GCFGM_QUERY_VALUE)
116 else if (enmOp == VMMR0_DO_GCFGM_QUERY_VALUE)
H A DtstVMStruct.h585 GEN_CHECK_OFF(PDMDEVHLPTASK, enmOp);
/vbox/src/VBox/Devices/Audio/
H A DAudioMixer.h102 int audioMixerProcessSinkIn(PAUDMIXSINK pSink, AUDMIXOP enmOp, void *pvBuf, uint32_t cbBuf, uint32_t *pcbProcessed);
103 int audioMixerProcessSinkOut(PAUDMIXSINK pSink, AUDMIXOP enmOp, const void *pvBuf, uint32_t cbBuf, uint32_t *pcbProcessed);
H A DAudioMixer.cpp283 int audioMixerProcessSinkIn(PAUDMIXSINK pSink, AUDMIXOP enmOp, void *pvBuf, uint32_t cbBuf, uint32_t *pcbProcessed) argument
290 /** @todo Handle mixing operation enmOp! */
346 int audioMixerProcessSinkOut(PAUDMIXSINK pSink, AUDMIXOP enmOp, const void *pvBuf, uint32_t cbBuf, uint32_t *pcbProcessed) argument
/vbox/src/VBox/Runtime/testcase/
H A DtstLdrDisasmTest.cpp120 #define DISAS_AND_CHECK(cbInstr, enmOp) \
125 if (Cpu.pCurInstr->uOpcode != (enmOp)) \
/vbox/include/VBox/HostServices/
H A DVBoxOpenGLSvc.h49 uint32_t enmOp; member in struct:__anon66
H A DVBoxOGLOp.h538 Assert(pCmd->enmOp == VBOX_OGL_OP_##op); \
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.h55 VMMR0DECL(int) SVMR0Execute64BitsHandler(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, HM64ON32OP enmOp, uint32_t cbParam,
H A DHMVMXR0.h49 VMMR0DECL(int) VMXR0Execute64BitsHandler(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, HM64ON32OP enmOp, uint32_t cbParam,
H A DPDMR0Device.cpp158 pTask->enmOp = PDMDEVHLPTASKOP_PCI_SET_IRQ;
771 pTask->enmOp = PDMDEVHLPTASKOP_IOAPIC_SET_IRQ;
1003 pTask->enmOp = PDMDEVHLPTASKOP_ISA_SET_IRQ;
H A DHMSVMR0.cpp1052 * @param enmOp The operation to perform.
1056 VMMR0DECL(int) SVMR0Execute64BitsHandler(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, HM64ON32OP enmOp,
1060 Assert(enmOp > HM64ON32OP_INVALID && enmOp < HM64ON32OP_END);
1071 CPUMSetHyperEIP(pVCpu, enmOp);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp1856 * @param enmOp The change operation.
1862 static int rtDbgCfgChangeStringList(PRTDBGCFGINT pThis, RTDBGCFGOP enmOp, const char *pszValue, bool fPaths, argument
1865 if (enmOp == RTDBGCFGOP_SET)
1885 if (enmOp == RTDBGCFGOP_REMOVE)
1915 if (enmOp == RTDBGCFGOP_PREPEND)
1931 * @param enmOp The change operation.
1936 static int rtDbgCfgChangeStringU64(PRTDBGCFGINT pThis, RTDBGCFGOP enmOp, const char *pszValue, argument
1939 uint64_t uNew = enmOp == RTDBGCFGOP_SET ? 0 : *puValue;
1957 if (enmOp != RTDBGCFGOP_REMOVE)
1978 if (paMnemonics[i].fSet ? enmOp !
1997 RTDbgCfgChangeString(RTDBGCFG hDbgCfg, RTDBGCFGPROP enmProp, RTDBGCFGOP enmOp, const char *pszValue) argument
2037 RTDbgCfgChangeUInt(RTDBGCFG hDbgCfg, RTDBGCFGPROP enmProp, RTDBGCFGOP enmOp, uint64_t uValue) argument
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DSSM.cpp294 AssertMsgReturn( pSSM->enmOp == SSMSTATE_SAVE_EXEC \
295 || pSSM->enmOp == SSMSTATE_LIVE_EXEC,\
296 ("Invalid state %d\n", pSSM->enmOp), VERR_SSM_INVALID_STATE);
303 AssertMsgReturn( pSSM->enmOp == SSMSTATE_LOAD_EXEC \
304 || pSSM->enmOp == SSMSTATE_OPEN_READ,\
305 ("Invalid state %d\n", pSSM->enmOp), VERR_SSM_INVALID_STATE);
329 Assert(pSSM->enmOp > SSMSTATE_INVALID && pSSM->enmOp < SSMSTATE_END); \
461 SSMSTATE enmOp; member in struct:SSMHANDLE
3200 if (pSSM->enmOp >
[all...]
H A DPDMDevHlp.cpp3846 LogFlow(("pdmR3DevHlpQueueConsumer: enmOp=%d pDevIns=%p\n", pTask->enmOp, pTask->pDevInsR3));
3847 switch (pTask->enmOp)
3878 AssertReleaseMsgFailed(("Invalid operation %d\n", pTask->enmOp));
/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp101 EFIVAROP enmOp; member in struct:NVRAMDESC
268 SSMFIELD_ENTRY( NVRAMDESC, enmOp),
705 switch (pThis->NVRAM.enmOp)
829 LogRel(("EFI: Unexpected variable operation %#x\n", pThis->NVRAM.enmOp));
844 switch (pThis->NVRAM.enmOp)
1515 pThis->NVRAM.enmOp = (EFIVAROP)u32;
1516 Log2(("EFI_VARIABLE_OP: enmOp=%#x (%d)\n", u32));
/vbox/include/iprt/
H A Ddbg.h357 * @param enmOp How to change the property.
360 RTDECL(int) RTDbgCfgChangeString(RTDBGCFG hDbgCfg, RTDBGCFGPROP enmProp, RTDBGCFGOP enmOp, const char *pszValue);
371 * @param enmOp How to change the property.
374 RTDECL(int) RTDbgCfgChangeUInt(RTDBGCFG hDbgCfg, RTDBGCFGPROP enmProp, RTDBGCFGOP enmOp, uint64_t uValue);
/vbox/src/VBox/VMM/VMMRC/
H A DPDMRCDevice.cpp154 pTask->enmOp = PDMDEVHLPTASKOP_PCI_SET_IRQ;
734 pTask->enmOp = PDMDEVHLPTASKOP_IOAPIC_SET_IRQ;
954 pTask->enmOp = PDMDEVHLPTASKOP_ISA_SET_IRQ;
/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp4718 } enmOp = kCpuReportOp_Normal; local
4731 enmOp = kCpuReportOp_MsrsOnly;
4735 enmOp = kCpuReportOp_MsrsHacking;
4784 switch (enmOp)
4810 rc = probeMsrs(enmOp == kCpuReportOp_MsrsHacking, NULL, NULL, NULL, 0);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp2103 Req.u.In.enmOp = SUPMSRPROBEROP_READ;
2132 Req.u.In.enmOp = SUPMSRPROBEROP_WRITE;
2165 Req.u.In.enmOp = fFaster ? SUPMSRPROBEROP_MODIFY_FASTER : SUPMSRPROBEROP_MODIFY;
H A DSUPDrvIOC.h1403 SUPMSRPROBEROP enmOp; member in struct:SUPMSRPROBER::__anon16355::__anon16356
H A DSUPDrv.cpp2206 pReq->u.In.enmOp > SUPMSRPROBEROP_INVALID && pReq->u.In.enmOp < SUPMSRPROBEROP_END);
5432 switch (pReq->u.In.enmOp)
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c993 bool const fFaster = pReq->u.In.enmOp == SUPMSRPROBEROP_MODIFY_FASTER;
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h955 PDMDEVHLPTASKOP enmOp; member in struct:PDMDEVHLPTASK
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp1160 bool const fFaster = pReq->u.In.enmOp == SUPMSRPROBEROP_MODIFY_FASTER;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp2096 bool const fFaster = pReq->u.In.enmOp == SUPMSRPROBEROP_MODIFY_FASTER;

Completed in 706 milliseconds

12