Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/dev/arm64/
H A Ddtrace_isa.c159 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
164 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
175 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getvmreg()
184 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_livedump()
632 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getarg()
H A Dsdt_arm.c143 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in sdt_getarg()
/xnu-10063.121.3/bsd/dev/i386/
H A Ddtrace_isa.c180 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
243 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
250 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
275 if (DTRACE_CPUFLAG_ISSET(CPU_DTRACE_ILLOP)) { in dtrace_getvmreg()
411 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_livedump()
977 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getarg()
1032 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_handle_trap()
H A Dsdt_x86.c138 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in sdt_getarg()
/xnu-10063.121.3/bsd/dev/dtrace/
H A Ddtrace_subr.c349 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_physmem_read()
371 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_physmem_write()
H A Ddtrace.c626 ((flags) & CPU_DTRACE_ILLOP) ? DTRACEFLT_ILLOP : \
2691 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_aggregate()
2849 cpu_core[cpu].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP; in dtrace_speculation_commit()
3018 cpu_core[cpu].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP; in dtrace_speculation_discard()
3182 cpu_core[cpuid].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP; in dtrace_speculation_buffer()
3308 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_dif_variable()
3689 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_dif_variable()
3707 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_dif_variable()
3713 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_dif_variable()
4419 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_dif_subr()
[all …]
/xnu-10063.121.3/bsd/sys/
H A Ddtrace_glue.h181 #define CPU_DTRACE_ILLOP 0x0020 /* DTrace fault: illegal operation */ macro
191 CPU_DTRACE_DIVZERO | CPU_DTRACE_ILLOP | \