Searched refs:cbOp (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp1768 rc = PGMPhysSimpleWriteGCPtr(pVCpu, pInstrGC, pPatch->aOpcode, pPatch->cbOp);
1905 uint32_t cbOp; local
1906 int rc = EMInterpretDisasCurrent(pVM, pVCpu, pDis, &cbOp);
1910 && cbOp >= 3)
1914 rc = PGMPhysSimpleReadGCPtr(pVCpu, pPatch->aOpcode, pCtx->rip, cbOp);
1917 pPatch->cbOp = cbOp;
1954 uint8_t const cbOpMmio = cbOp;
1957 pCtx->rip += cbOp;
1958 rc = EMInterpretDisasCurrent(pVM, pVCpu, pDis, &cbOp);
2079 uint32_t cbOp; local
[all...]
/vbox/include/VBox/vmm/
H A Dem.h224 VMMDECL(uint32_t) EMEmulateXAdd(void *pvParam1, void *pvParam2, size_t cbOp);
225 VMMDECL(uint32_t) EMEmulateLockXAdd(void *pvParam1, void *pvParam2, size_t cbOp);
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-core.cpp1412 uint32_t cbOp = g_acbCidetOfSizes[(pThis->aOperands[iOp].fFlags & CIDET_OF_Z_MASK) >> CIDET_OF_Z_SHIFT];
1413 if (cbOp == UINT16_MAX)
1419 cbOp = 8;
1421 cbOp = 4;
1423 cbOp = 2;
1426 cbOp = !pThis->fOpSizePrf ? 4 : 2;
1430 cbOp = !pThis->fOpSizePrf ? 2 : 4;
1432 return cbOp;
1435 if (cbOp == UINT16_MAX - 1)
1441 if (cbOp)
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DEMAll.cpp737 uint32_t cbOp; local
740 rcEm = emDisCoreOne(pVCpu->CTX_SUFF(pVM), pVCpu, pDis, (RTGCUINTPTR)pbCode, &cbOp);
743 Assert(cbOp == pDis->cbInstr);
747 pRegFrame->rip += cbOp; /* Move on to the next instruction. */
797 uint32_t cbOp;
800 rc = emDisCoreOne(pVCpu->CTX_SUFF(pVM), pVCpu, pDis, (RTGCUINTPTR)pbCode, &cbOp);
803 Assert(cbOp == pDis->cbInstr);
807 pRegFrame->rip += cbOp; /* Move on to the next instruction. */
868 uint32_t cbOp; local
871 rcEm = emDisCoreOne(pVCpu->CTX_SUFF(pVM), pVCpu, pDis, (RTGCUINTPTR)pbCode, &cbOp);
[all...]
H A DIOMAllMMIO.cpp1587 unsigned cbOp; local
1588 rc = EMInterpretDisasCurrent(pVM, pVCpu, pDis, &cbOp);
1706 pCtxCore->rip += cbOp;
H A DPGMAllPhys.cpp105 uint32_t cbOp; local
107 rc = EMInterpretDisasCurrent(pVM, pVCpu, pDis, &cbOp);
117 pRegFrame->rip += cbOp;
H A DEMAllA.asm1499 ; VMMDECL(uint32_t) EMEmulateLockXAdd(void *pvParam1, void *pvParam2, size_t cbOp);
1589 ; VMMDECL(uint32_t) EMEmulateXAdd(void *pvParam1, void *pvParam2, size_t cbOp);
H A DPGMAllBth.h912 uint32_t cbOp; local
913 rc = EMInterpretDisasCurrent(pVM, pVCpu, pDis, &cbOp);
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlers.cpp557 uint32_t cbOp; local
558 rc = EMInterpretDisasOneEx(pVM, pVCpu, (RTGCUINTPTR)PC, pRegFrame, &Cpu, &cbOp);
1062 uint32_t cbOp; local
1063 rc = EMInterpretDisasOneEx(pVM, pVCpu, PC, pRegFrame, &Cpu, &cbOp);
1092 pRegFrame->rip += cbOp;
H A DPATMRC.cpp532 uint32_t cbOp; local
534 rc = DISInstr(&pRec->patch.aPrivInstr[0], enmCpuMode, &cpu, &cbOp);
/vbox/src/VBox/VMM/include/
H A DHMInternal.h293 uint32_t cbOp; member in struct:__anon16892
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp3977 pCtx->rip += pPatch->cbOp;
3998 pCtx->rip += pPatch->cbOp;
5315 unsigned cbOp;
5316 int rc = EMInterpretDisasCurrent(pVM, pVCpu, pDis, &cbOp);
5322 pCtx->rip += cbOp;
H A DHMVMXR0.cpp11972 uint32_t cbOp = 0; local
11974 rc = EMInterpretDisasCurrent(pVM, pVCpu, pDis, &cbOp);
11978 Assert(cbOp == pDis->cbInstr);

Completed in 133 milliseconds