Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sh3/sh3/
H A Ddb_trace.c263 int depth, prdepth, fpdepth; variable
275 prdepth = fpdepth = -1;
298 fpdepth = depth;
353 __func__, __LINE__, fpdepth, prdepth, depth, *sp, *sp - depth * 4);
357 ((fpdepth != -1) || (prdepth != -1))) {
371 if (j == (depth - fpdepth - 1))
378 if (fpdepth != -1)
379 db_read_bytes((db_addr_t)&stack[depth - fpdepth - 1],
396 if ((prdepth == -1) && (fpdepth == -1) && (depth == 0))