Home
last modified time | relevance | path

Searched refs:which_prefix (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/cddl/dev/dtrace/x86/
HDdis_tables.c2639 uint_t *which_prefix = NULL; in dtrace_disx86() local
2645 which_prefix = &rep_prefix; in dtrace_disx86()
2648 which_prefix = &lock_prefix; in dtrace_disx86()
2651 which_prefix = &segment_prefix; in dtrace_disx86()
2659 which_prefix = &addr_size_prefix; in dtrace_disx86()
2662 which_prefix = &opnd_size_prefix; in dtrace_disx86()
2665 if (which_prefix == NULL) in dtrace_disx86()
2667 *which_prefix = (opcode1 << 4) | opcode2; in dtrace_disx86()