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

/freebsd-9.3-release/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c2604 uint_t *which_prefix = NULL; local
2610 which_prefix = &rep_prefix;
2613 which_prefix = &lock_prefix;
2616 which_prefix = &segment_prefix;
2624 which_prefix = &addr_size_prefix;
2627 which_prefix = &opnd_size_prefix;
2630 if (which_prefix == NULL)
2632 *which_prefix = (opcode1 << 4) | opcode2;

Completed in 55 milliseconds