Searched defs:x86_decode_fsm (Results 1 – 1 of 1) sorted by relevance
1029 struct x86_decode_fsm { struct1036 int (*fn)(struct x86_decode_fsm *, struct x86_instr *); argument1037 uint8_t *buf;1038 uint8_t *end;1842 int (*fn)(struct x86_decode_fsm *, struct x86_instr *)) in fsm_advance()