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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c510 dis86_t x86dis; local
518 x86dis.d86_data = &data;
519 x86dis.d86_get_byte = dt_getbyte;
520 x86dis.d86_check_func = NULL;
524 if (dtrace_disx86(&x86dis, cpu_mode) != 0)
532 if (x86dis.d86_len == 1 &&
533 (uchar_t)x86dis.d86_bytes[0] == FASTTRAP_INSTR)
536 return (x86dis.d86_len);

Completed in 92 milliseconds