Lines Matching refs:callstack
1334 uint64_t *callstack, argument
1481 kr = do_kernel_backtrace(thread, kregs, callstack, &bufferIndex, bufferMaxIndex);
1492 callstack[bufferIndex++] = (uint64_t)rsp;
1498 kr = do_backtrace64(task, thread, regs64, callstack, &bufferIndex,
1503 callstack[bufferIndex++] = rsp;
1509 kr = do_backtrace32(task, thread, regs32, callstack, &bufferIndex,
1514 callstack[bufferIndex++] = (uint64_t) esp;
1520 kr = do_backtrace64(task, thread, u_regs64, callstack, &bufferIndex,
1525 callstack[bufferIndex++] = rsp;
1530 kr = do_backtrace32(task, thread, u_regs32, callstack, &bufferIndex,
1535 callstack[bufferIndex++] = (uint64_t) esp;
1547 uint64_t *callstack, argument
1551 return chudxnu_thread_get_callstack64_internal(thread, callstack, count, is_user, !is_user);