Searched refs:CPU_DTRACE_ILLOP (Results 1 – 7 of 7) sorted by relevance
159 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()
143 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in sdt_getarg()
180 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()
138 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in sdt_getarg()
349 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_physmem_read()371 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_physmem_write()
626 ((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 …]
181 #define CPU_DTRACE_ILLOP 0x0020 /* DTrace fault: illegal operation */ macro191 CPU_DTRACE_DIVZERO | CPU_DTRACE_ILLOP | \