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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsdt_x86.c205 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP);
H A Ddtrace_isa.c245 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP);
252 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP);
829 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP);
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h182 #define CPU_DTRACE_ILLOP 0x0020 /* DTrace fault: illegal operation */ macro
195 CPU_DTRACE_DIVZERO | CPU_DTRACE_ILLOP | \
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c683 ((flags) & CPU_DTRACE_ILLOP) ? DTRACEFLT_ILLOP : \
2342 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP);
2504 cpu_core[cpu].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP;
2509 cpu_core[cpu].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP;
2652 cpu_core[cpu].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP;
2657 cpu_core[cpu].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP;
2845 cpu_core[cpuid].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP;
3429 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP);
3471 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP);
3514 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP);
3521 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); variable
[all...]

Completed in 72 milliseconds