Searched refs:CPU_DTRACE_UPRIV (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h185 #define CPU_DTRACE_UPRIV 0x0100 /* DTrace fault: bad user access */ macro
197 CPU_DTRACE_UPRIV | CPU_DTRACE_TUPOFLOW | \
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c686 ((flags) & CPU_DTRACE_UPRIV) ? DTRACEFLT_UPRIV : \
1394 cpu_core[CPU->cpu_id].cpuc_dtrace_flags |= CPU_DTRACE_UPRIV;
1418 cpu_core[CPU->cpu_id].cpuc_dtrace_flags |= CPU_DTRACE_UPRIV;
1437 cpu_core[CPU->cpu_id].cpuc_dtrace_flags |= CPU_DTRACE_UPRIV;
1451 cpu_core[CPU->cpu_id].cpuc_dtrace_flags |= CPU_DTRACE_UPRIV;

Completed in 36 milliseconds