Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dbacktrace.c292 location->pc_location = PC_LOC_UNKNOWN; in find_caller_pc_and_caller_sp()
327 location->pc_location = PC_LOC_IN_LR; in find_caller_pc_and_caller_sp()
376 location->pc_location = in find_caller_pc_and_caller_sp()
379 location->pc_location = in find_caller_pc_and_caller_sp()
384 location->pc_location = PC_LOC_UNKNOWN; in find_caller_pc_and_caller_sp()
514 if (location->pc_location == PC_LOC_UNKNOWN) { in find_caller_pc_and_caller_sp()
519 location->pc_location = in find_caller_pc_and_caller_sp()
522 location->pc_location = in find_caller_pc_and_caller_sp()
527 location->pc_location = PC_LOC_IN_LR; in find_caller_pc_and_caller_sp()
589 switch (location.pc_location) { in backtrace_init()
/arch/tile/include/asm/
Dbacktrace.h121 CallerPCLocation pc_location : 8; member