Searched refs:pu8Byte (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DREMInternal.h238 bool remR3GetOpcode(CPUState *env, RTGCPTR GCPtrInstr, uint8_t *pu8Byte);
/vbox/src/recompiler/
H A DVBoxRecompiler.c1708 * @param pu8Byte Where to store the byte on success
1710 bool remR3GetOpcode(CPUX86State *env, RTGCPTR GCPtrInstr, uint8_t *pu8Byte) argument
1712 int rc = PATMR3QueryOpcode(env->pVM, GCPtrInstr, pu8Byte);

Completed in 1184 milliseconds