Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c474 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getarg()
562 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
625 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
692 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_setreg()
H A Dsdt.c373 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in sdt_getarg()
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dgenassym.c159 printf("#define\tCPU_DTRACE_ILLOP 0x%x\n", CPU_DTRACE_ILLOP); in main()
H A Dlocore.S295 orw $CPU_DTRACE_ILLOP, %cx
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c776 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
948 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_setreg()
955 *flags |= CPU_DTRACE_ILLOP; in dtrace_getvmreg()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h368 #define CPU_DTRACE_ILLOP 0x0020 /* DTrace fault: illegal operation */ macro
380 CPU_DTRACE_DIVZERO | CPU_DTRACE_ILLOP | \
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c475 ((flags) & CPU_DTRACE_ILLOP) ? DTRACEFLT_ILLOP : \
2579 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_aggregate()
2737 cpu_core[cpu].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP; in dtrace_speculation_commit()
2903 cpu_core[cpu].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP; in dtrace_speculation_discard()
3065 cpu_core[cpuid].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP; in dtrace_speculation_buffer()
3576 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_dif_variable()
3605 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_dif_variable_write()
4331 *flags |= CPU_DTRACE_ILLOP; in dtrace_dif_subr()
4986 *flags |= CPU_DTRACE_ILLOP; in dtrace_dif_subr()
5074 *flags |= CPU_DTRACE_ILLOP; in dtrace_dif_subr()
[all …]