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

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_isadep_x86.c500 dis86_t x86dis; local
508 x86dis.d86_data = &data;
509 x86dis.d86_get_byte = dt_getbyte;
510 x86dis.d86_check_func = NULL;
514 if (dtrace_disx86(&x86dis, cpu_mode) != 0)
522 if (x86dis.d86_len == 1 && instr[0] == FASTTRAP_INSTR)
525 return (x86dis.d86_len);

Completed in 62 milliseconds