Searched refs:pCpu (Results 26 - 30 of 30) sorted by relevance

12

/vbox/include/VBox/vmm/
H A Dpatm.h159 VMM_INT_DECL(int) PATMSysCall(PVM pVM, PCPUMCTX pCtx, PDISCPUSTATE pCpu);
H A Dem.h174 VMM_INT_DECL(int) EMInterpretDisasCurrent(PVM pVM, PVMCPU pVCpu, PDISCPUSTATE pCpu, unsigned *pcbInstr);
/vbox/src/VBox/Runtime/testcase/
H A DtstLdr-3.cpp127 static DECLCALLBACK(int) MyGetSymbol(PCDISCPUSTATE pCpu, uint32_t u32Sel, RTUINTPTR uAddress, argument
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFDisas.cpp327 static DECLCALLBACK(int) dbgfR3DisasGetSymbol(PCDISCPUSTATE pCpu, uint32_t u32Sel, RTUINTPTR uAddress, argument
330 PDBGFDISASSTATE pState = (PDBGFDISASSTATE)pCpu;
H A DCPUM.cpp1904 PDISCPUSTATE pCpu; member in struct:CPUMDISASSTATE
2013 * @param pCpu Disassembly state.
2017 VMMR3DECL(int) CPUMR3DisasmInstrCPU(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, RTGCPTR GCPtrPC, PDISCPUSTATE pCpu, const char *pszPrefix) argument
2023 State.pCpu = pCpu;
2070 rc = DISInstrWithReader(GCPtrPC, enmDisCpuMode, cpumR3DisasInstrRead, &State, pCpu, &cbInstr);
2076 pCpu, &cbInstr, szOutput, sizeof(szOutput));

Completed in 54 milliseconds

12