Searched defs:x86_decode_fsm (Results 1 – 1 of 1) sorted by relevance
1053 struct x86_decode_fsm { struct1060 int (*fn)(struct x86_decode_fsm *, struct x86_instr *); argument1061 uint8_t *buf;1062 uint8_t *end;1845 int (*fn)(struct x86_decode_fsm *, struct x86_instr *)) in fsm_advance()