Searched refs:asm_decode (Results 1 – 4 of 4) sorted by relevance
298 if (!asm_decode(tf->tf_special.iip, &bundle)) in trap_decode_break()
447 if (asm_decode((uintptr_t)buf, &bundle)) { in db_disasm()
322 int asm_decode(uint64_t, struct asm_bundle *);
2522 asm_decode(uint64_t ip, struct asm_bundle *b) in asm_decode() function