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

/macosx-10.9.5/dtrace-118.1/sys/
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,
/macosx-10.9.5/xnu-2422.115.4/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,
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_isadep_x86.c501 uint_t cpu_mode; local
512 cpu_mode = (dmodel == PR_MODEL_ILP32) ? SIZE32 : SIZE64;
514 if (dtrace_disx86(&x86dis, cpu_mode) != 0)
/macosx-10.9.5/dtrace-118.1/disassembler/
H A Ddis_tables.c1917 dtrace_disx86(dis86_t *x, uint_t cpu_mode) argument
1978 if (cpu_mode == SIZE16) {
1981 } else if (cpu_mode == SIZE32) {
2024 if (dp->it_invalid64 && cpu_mode == SIZE64)
2046 if (cpu_mode == SIZE64) {
2063 if (cpu_mode == SIZE64) {
2071 } else if (cpu_mode == SIZE32) {
2225 if (cpu_mode == SIZE64 && opcode1 == 0x6 && opcode2 == 0x3)
2231 if (cpu_mode == SIZE64 && dp->it_invalid64 ||
2232 cpu_mode !
[all...]
/macosx-10.9.5/xnu-2422.115.4/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 120 milliseconds