Home
last modified time | relevance | path

Searched refs:CPU_DTRACE_FAULT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c204 if (*flags & CPU_DTRACE_FAULT) { in dtrace_getustack_common()
205 *flags &= ~CPU_DTRACE_FAULT; in dtrace_getustack_common()
224 if (DTRACE_CPUFLAG_ISSET(CPU_DTRACE_FAULT)) in dtrace_getupcstack()
281 if (DTRACE_CPUFLAG_ISSET(CPU_DTRACE_FAULT)) in dtrace_getustackdepth()
312 if (*flags & CPU_DTRACE_FAULT) in dtrace_getufpstack()
402 if (*flags & CPU_DTRACE_FAULT) { in dtrace_getufpstack()
403 *flags &= ~CPU_DTRACE_FAULT; in dtrace_getufpstack()
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c523 if (DTRACE_CPUFLAG_ISSET(CPU_DTRACE_FAULT)) in dtrace_getustackdepth()
881 if (cpu_core[CPU->cpu_id].cpuc_dtrace_flags & CPU_DTRACE_FAULT) in dtrace_getreg()
901 if (cpu_core[CPU->cpu_id].cpuc_dtrace_flags & CPU_DTRACE_FAULT) in dtrace_getreg()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h379 #define CPU_DTRACE_FAULT (CPU_DTRACE_BADADDR | CPU_DTRACE_BADALIGN | \ macro
384 #define CPU_DTRACE_ERROR (CPU_DTRACE_FAULT | CPU_DTRACE_DROP)
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c5001 if (*flags & CPU_DTRACE_FAULT) in dtrace_dif_subr()
5023 if (*flags & CPU_DTRACE_FAULT) in dtrace_dif_subr()
5031 if (*flags & CPU_DTRACE_FAULT) in dtrace_dif_subr()
5063 if (*flags & CPU_DTRACE_FAULT) in dtrace_dif_subr()
6559 if (!(*flags & CPU_DTRACE_FAULT)) in dtrace_dif_emulate()
6788 if (*flags & CPU_DTRACE_FAULT) in dtrace_action_ustack()
6809 if (*flags & CPU_DTRACE_FAULT) { in dtrace_action_ustack()
6810 *flags &= ~CPU_DTRACE_FAULT; in dtrace_action_ustack()
6885 if (*flags & CPU_DTRACE_FAULT) in dtrace_store_by_ref()
14934 if (*flags & CPU_DTRACE_FAULT) in dtrace_helper()
[all …]