Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dbacktrace.c253 const unsigned long start_pc, in find_caller_pc_and_caller_sp() argument
295 if (start_pc % TILE_BUNDLE_ALIGNMENT_IN_BYTES != 0) in find_caller_pc_and_caller_sp()
298 for (pc = start_pc;; pc += sizeof(tile_bundle_bits)) { in find_caller_pc_and_caller_sp()
320 if (pc == start_pc) { in find_caller_pc_and_caller_sp()
353 for (one_ago = (pc != start_pc) ? 1 : 0; in find_caller_pc_and_caller_sp()