Home
last modified time | relevance | path

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

/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dcpuvar_defs.h38 #define CPU_DTRACE_ILLOP 0x0020 /* DTrace fault: illegal operation */ macro
47 CPU_DTRACE_DIVZERO | CPU_DTRACE_ILLOP | \
/freebsd/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c526 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
531 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
540 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
581 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
H A Ddtrace_subr.c391 cpu_core[curcpu].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP; in dtrace_trap()
/freebsd/sys/cddl/dev/dtrace/aarch64/
H A Ddtrace_isa.c265 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getarg()
329 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
/freebsd/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_isa.c427 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getarg()
501 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
565 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
H A Ddtrace_subr.c394 cpu_core[curcpu].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP; in dtrace_trap()
/freebsd/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_isa.c491 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP);
554 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP);
/freebsd/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_isa.c345 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_getreg()
/freebsd/sys/cddl/dev/sdt/
H A Dsdt.c360 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in sdt_getargval()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c579 ((flags) & CPU_DTRACE_ILLOP) ? DTRACEFLT_ILLOP : \
2723 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_aggregate()
2881 cpu_core[cpu].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP; in dtrace_speculation_commit()
3047 cpu_core[cpu].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP; in dtrace_speculation_discard()
3209 cpu_core[cpuid].cpuc_dtrace_flags |= CPU_DTRACE_ILLOP; in dtrace_speculation_buffer()
3792 DTRACE_CPUFLAG_SET(CPU_DTRACE_ILLOP); in dtrace_dif_variable()
4623 *flags |= CPU_DTRACE_ILLOP;
5284 *flags |= CPU_DTRACE_ILLOP;
5372 *flags |= CPU_DTRACE_ILLOP;
5452 *flags |= CPU_DTRACE_ILLOP;
[all …]