Home
last modified time | relevance | path

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

/linux-3.4.99/arch/tile/kernel/
Dbacktrace.c291 location->pc_location = PC_LOC_UNKNOWN; in find_caller_pc_and_caller_sp()
326 location->pc_location = PC_LOC_IN_LR; in find_caller_pc_and_caller_sp()
371 location->pc_location = in find_caller_pc_and_caller_sp()
374 location->pc_location = in find_caller_pc_and_caller_sp()
379 location->pc_location = PC_LOC_UNKNOWN; in find_caller_pc_and_caller_sp()
509 if (location->pc_location == PC_LOC_UNKNOWN) { in find_caller_pc_and_caller_sp()
514 location->pc_location = in find_caller_pc_and_caller_sp()
517 location->pc_location = in find_caller_pc_and_caller_sp()
522 location->pc_location = PC_LOC_IN_LR; in find_caller_pc_and_caller_sp()
584 switch (location.pc_location) { in backtrace_init()
/linux-3.4.99/arch/tile/include/asm/
Dbacktrace.h121 CallerPCLocation pc_location : 8; member