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

/darwin-on-arm/xnu/bsd/i386/
H A Ddis_tables.h102 extern int dtrace_disx86(dis86_t *x, uint_t cpu_mode);
108 extern void dtrace_disx86_str(dis86_t *x, uint_t cpu_mode, uint64_t pc,
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c1933 dtrace_disx86(dis86_t *x, uint_t cpu_mode) argument
1994 if (cpu_mode == SIZE16) {
1997 } else if (cpu_mode == SIZE32) {
2041 if (dp->it_invalid64 && cpu_mode == SIZE64)
2063 if (cpu_mode == SIZE64) {
2080 if (cpu_mode == SIZE64) {
2088 } else if (cpu_mode == SIZE32) {
2242 if (cpu_mode == SIZE64 && opcode1 == 0x6 && opcode2 == 0x3)
2248 if ((cpu_mode == SIZE64 && dp->it_invalid64) ||
2249 (cpu_mode !
[all...]

Completed in 63 milliseconds