Searched refs:PDISSTATE (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Disassembler/
H A DDisasm.cpp45 DISDECL(int) DISInstrToStr(void const *pvInstr, DISCPUMODE enmCpuMode, PDISSTATE pDis, uint32_t *pcbInstr,
70 PDISSTATE pDis, uint32_t *pcbInstr, char *pszOutput, size_t cbOutput)
95 PDISSTATE pDis, uint32_t *pcbInstr, char *pszOutput, size_t cbOutput)
H A DDisasmCore.cpp235 static DECLCALLBACK(int) disReadBytesDefault(PDISSTATE pDis, uint8_t offInstr, uint8_t cbMinRead, uint8_t cbMaxRead)
271 DECL_NO_INLINE(static, void) disReadMore(PDISSTATE pDis, uint8_t offInstr, uint8_t cbMin)
318 DECL_NO_INLINE(static, uint8_t) disReadByteSlow(PDISSTATE pDis, size_t offInstr)
342 DECLINLINE(uint8_t) disReadByte(PDISSTATE pDis, size_t offInstr)
359 DECL_NO_INLINE(static, uint16_t) disReadWordSlow(PDISSTATE pDis, size_t offInstr)
394 DECLINLINE(uint16_t) disReadWord(PDISSTATE pDis, size_t offInstr)
415 DECL_NO_INLINE(static, uint32_t) disReadDWordSlow(PDISSTATE pDis, size_t offInstr)
456 DECLINLINE(uint32_t) disReadDWord(PDISSTATE pDis, size_t offInstr)
478 DECL_NO_INLINE(static, uint64_t) disReadQWordSlow(PDISSTATE pDis, size_t offInstr)
541 DECLINLINE(uint64_t) disReadQWord(PDISSTATE pDi
[all...]
H A DDisasmFormatYasm.cpp1308 DISDECL(bool) DISFormatYasmIsOddEncoding(PDISSTATE pDis)
/vbox/include/VBox/
H A Ddis.h536 typedef DECLCALLBACK(int) FNDISREADBYTES(PDISSTATE pDis, uint8_t offInstr, uint8_t cbMinRead, uint8_t cbMaxRead);
543 typedef size_t FNDISPARSE(size_t offInstr, PCDISOPCODE pOp, PDISSTATE pDis, PDISOPPARAM pParam);
649 PDISSTATE pDis, uint32_t *pcbInstr, char *pszOutput, size_t cbOutput);
651 PDISSTATE pDis, uint32_t *pcbInstr, char *pszOutput, size_t cbOutput);
654 PDISSTATE pDis, uint32_t *pcbInstr, char *pszOutput, size_t cbOutput);
656 DISDECL(int) DISInstr(void const *pvInstr, DISCPUMODE enmCpuMode, PDISSTATE pDis, uint32_t *pcbInstr);
658 PDISSTATE pDis, uint32_t *pcbInstr);
661 PDISSTATE pDis, uint32_t *pcbInstr);
665 PDISSTATE pDis, uint32_t *pcbInstr);
839 DISDECL(bool) DISFormatYasmIsOddEncoding(PDISSTATE pDi
[all...]
H A Dtypes.h1046 typedef struct DISSTATE *PDISSTATE; typedef in typeref:struct:DISSTATE
1050 /** @deprecated PDISSTATE and change pCpu and pDisState to pDis. */
1051 typedef PDISSTATE PDISCPUSTATE;
/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-1.cpp90 static DECLCALLBACK(int) testReadBytes(PDISSTATE pDis, uint8_t offInstr, uint8_t cbMinRead, uint8_t cbMaxRead)
H A DtstDisasm-2.cpp170 static DECLCALLBACK(int) MyDisasInstrRead(PDISSTATE pDis, uint8_t offInstr, uint8_t cbMinRead, uint8_t cbMaxRead)
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-core.cpp2138 static DECLCALLBACK(int) cidetCoreDisReadBytes(PDISSTATE pDis, uint8_t offInstr, uint8_t cbMinRead, uint8_t cbMaxRead)
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp3801 PDISSTATE pDis = &pVCpu->hm.s.DisState;
5314 PDISSTATE pDis = &pVCpu->hm.s.DisState;

Completed in 1799 milliseconds