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

/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c5206 uint64_t args[DIF_DTR_NREGS-1] = {0ULL};
5215 if(count > DIF_DTR_NREGS)
5216 count = DIF_DTR_NREGS;
5218 /* copy in any variadic argument list, bounded by DIF_DTR_NREGS */
5263 dtrace_key_t tupregs[DIF_DTR_NREGS + 2]; /* +2 for thread and id */
5769 key = &tupregs[DIF_DTR_NREGS];
5801 key = &tupregs[DIF_DTR_NREGS];
5852 if (ttop == DIF_DTR_NREGS) {
5878 if (ttop == DIF_DTR_NREGS) {
9728 dtrace_key_t tupregs[DIF_DTR_NREGS
[all...]
/xnu-2422.115.4/bsd/sys/
H A Ddtrace.h203 #define DIF_DTR_NREGS 8 /* number of DIF tuple registers */ macro

Completed in 55 milliseconds