HomeSort by: relevance | last modified time | path
    Searched defs:prdepth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sh3/sh3/
db_trace.c 263 int depth, prdepth, fpdepth; variable in typeref:typename:int
275 prdepth = fpdepth = -1;
293 prdepth = depth;
352 DPRINTF(2, "%s:%d: fpdepth=%d prdepth=%d depth=%d sp=%lx->%lx\n",
353 __func__, __LINE__, fpdepth, prdepth, depth, *sp, *sp - depth * 4);
357 ((fpdepth != -1) || (prdepth != -1))) {
361 for (int j = 0; j < prdepth + 32; j++) {
369 if (j == (depth - prdepth - 1))
381 if (prdepth != -1)
382 db_read_bytes((db_addr_t)&stack[depth - prdepth - 1]
    [all...]
db_trace.c 263 int depth, prdepth, fpdepth; variable in typeref:typename:int
275 prdepth = fpdepth = -1;
293 prdepth = depth;
352 DPRINTF(2, "%s:%d: fpdepth=%d prdepth=%d depth=%d sp=%lx->%lx\n",
353 __func__, __LINE__, fpdepth, prdepth, depth, *sp, *sp - depth * 4);
357 ((fpdepth != -1) || (prdepth != -1))) {
361 for (int j = 0; j < prdepth + 32; j++) {
369 if (j == (depth - prdepth - 1))
381 if (prdepth != -1)
382 db_read_bytes((db_addr_t)&stack[depth - prdepth - 1]
    [all...]

Completed in 136 milliseconds