Searched refs:DTRACEFLT_UPRIV (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dunistd.d49 inline int DTRACEFLT_UPRIV = 7; /* Illegal user access */
50 #pragma D binding "1.0" DTRACEFLT_UPRIV
/xnu-2422.115.4/bsd/dev/i386/
H A Dfasttrap_isa.c741 1 /* ndx */, -1 /* offset */, DTRACEFLT_UPRIV);
1058 1 /* ndx */, -1 /* offset */, DTRACEFLT_UPRIV);
1600 1 /* ndx */, -1 /* offset */, DTRACEFLT_UPRIV);
/xnu-2422.115.4/bsd/sys/
H A Ddtrace.h1244 #define DTRACEFLT_UPRIV 7 /* Illegal user access */ macro
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c627 ((flags) & CPU_DTRACE_UPRIV) ? DTRACEFLT_UPRIV : \

Completed in 106 milliseconds