Searched refs:pvInstr (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Disassembler/
H A DDisasm.cpp35 * @param pvInstr Pointer to the instruction to disassemble.
45 DISDECL(int) DISInstrToStr(void const *pvInstr, DISCPUMODE enmCpuMode, PDISSTATE pDis, uint32_t *pcbInstr, argument
48 return DISInstrToStrEx((uintptr_t)pvInstr, enmCpuMode, NULL, NULL, DISOPTYPE_ALL,
H A DDisasmCore.cpp3031 * @param pvInstr Address of the instruction to decode. This is a
3043 DISDECL(int) DISInstr(const void *pvInstr, DISCPUMODE enmCpuMode, PDISSTATE pDis, uint32_t *pcbInstr)
3045 return DISInstrEx((uintptr_t)pvInstr, enmCpuMode, DISOPTYPE_ALL, NULL /*pfnReadBytes*/, NULL /*pvUser*/, pDis, pcbInstr);
/vbox/include/VBox/
H A Ddis.h648 DISDECL(int) DISInstrToStr(void const *pvInstr, DISCPUMODE enmCpuMode,
656 DISDECL(int) DISInstr(void const *pvInstr, DISCPUMODE enmCpuMode, PDISSTATE pDis, uint32_t *pcbInstr);
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet.h853 * @param pvInstr Pointer to the encoded instruction bytes.
855 DECLCALLBACKMEMBER(bool, pfnSetupCodeBuf)(struct CIDETCORE *pThis, PCIDETBUF pBuf, void const *pvInstr);
H A Dcidet-app.cpp886 static DECLCALLBACK(bool) CidetAppCbSetupCodeBuf(PCIDETCORE pThis, PCIDETBUF pBuf, void const *pvInstr) argument
903 memcpy(pbDst, pvInstr, pBuf->cbActive);

Completed in 65 milliseconds