Lines Matching refs:callstack
1136 uint64_t *callstack, argument
1283 kr = do_kernel_backtrace(thread, kregs, callstack, &bufferIndex, bufferMaxIndex);
1294 callstack[bufferIndex++] = (uint64_t)rsp;
1300 kr = do_backtrace64(task, thread, regs64, callstack, &bufferIndex,
1305 callstack[bufferIndex++] = rsp;
1311 kr = do_backtrace32(task, thread, regs32, callstack, &bufferIndex,
1316 callstack[bufferIndex++] = (uint64_t) esp;
1322 kr = do_backtrace64(task, thread, u_regs64, callstack, &bufferIndex,
1327 callstack[bufferIndex++] = rsp;
1332 kr = do_backtrace32(task, thread, u_regs32, callstack, &bufferIndex,
1337 callstack[bufferIndex++] = (uint64_t) esp;
1349 uint64_t *callstack, argument
1353 return chudxnu_thread_get_callstack64_internal(thread, callstack, count, is_user, !is_user);