Lines Matching refs:callstack
1205 uint64_t *callstack, argument
1352 kr = do_kernel_backtrace(thread, kregs, callstack, &bufferIndex, bufferMaxIndex);
1363 callstack[bufferIndex++] = (uint64_t)rsp;
1369 kr = do_backtrace64(task, thread, regs64, callstack, &bufferIndex,
1374 callstack[bufferIndex++] = rsp;
1380 kr = do_backtrace32(task, thread, regs32, callstack, &bufferIndex,
1385 callstack[bufferIndex++] = (uint64_t) esp;
1391 kr = do_backtrace64(task, thread, u_regs64, callstack, &bufferIndex,
1396 callstack[bufferIndex++] = rsp;
1401 kr = do_backtrace32(task, thread, u_regs32, callstack, &bufferIndex,
1406 callstack[bufferIndex++] = (uint64_t) esp;
1418 uint64_t *callstack, argument
1422 return chudxnu_thread_get_callstack64_internal(thread, callstack, count, is_user, !is_user);