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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_trace.c94 #define INKERNELSTACK(va, th) 1 macro
639 if (!INKERNELSTACK((unsigned)frame, th)) {
782 if (!INKERNELSTACK(lastframe, th) ||
783 !INKERNELSTACK((unsigned)frame, th))
791 if ((INKERNELSTACK(lastframe, th) &&
792 !INKERNELSTACK(frame, th)))
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_trace.c67 #define INKERNELSTACK(va, th) 1 macro
956 if (!INKERNELSTACK((unsigned)frame, th)) {
1093 if (!INKERNELSTACK(lastframe, th) ||
1094 !INKERNELSTACK((unsigned)frame, th))
1103 if ((INKERNELSTACK(lastframe, th) && !INKERNELSTACK(frame, th)))

Completed in 16 milliseconds