Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c488 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getarg()
577 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
640 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
646 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
H A Ddtrace_asm.s91 orw $CPU_DTRACE_ILLOP, %cx / Set ILLOP
H A Dsdt.c373 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in sdt_getarg()
/titanic_50/usr/src/uts/i86pc/ml/
H A Dgenassym.c177 printf("#define\tCPU_DTRACE_ILLOP 0x%x\n", CPU_DTRACE_ILLOP); in main()
H A Dlocore.s1170 orw $CPU_DTRACE_ILLOP, %cx
1266 orw $CPU_DTRACE_ILLOP, %cx
/titanic_50/usr/src/uts/common/sys/
H A Dcpuvar.h364 #define CPU_DTRACE_ILLOP 0x0020 /* DTrace fault: illegal operation */ macro
376 CPU_DTRACE_DIVZERO | CPU_DTRACE_ILLOP | \
/titanic_50/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c776 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
947 *flags |= CPU_DTRACE_ILLOP; in dtrace_getvmreg()
/titanic_50/usr/src/uts/common/dtrace/
H A Ddtrace.c453 ((flags) & CPU_DTRACE_ILLOP) ? DTRACEFLT_ILLOP : \
2447 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_aggregate()
2605 cpu_core[cpu].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP; in dtrace_speculation_commit()
2771 cpu_core[cpu].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP; in dtrace_speculation_discard()
2933 cpu_core[cpuid].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP; in dtrace_speculation_buffer()
3425 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_dif_variable()
4152 *flags |= CPU_DTRACE_ILLOP; in dtrace_dif_subr()
4800 *flags |= CPU_DTRACE_ILLOP; in dtrace_dif_subr()
4888 *flags |= CPU_DTRACE_ILLOP; in dtrace_dif_subr()
4963 *flags |= CPU_DTRACE_ILLOP; in dtrace_dif_subr()
[all …]