Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dbacktrace.c288 location->sp_location = SP_LOC_OFFSET; in find_caller_pc_and_caller_sp()
385 location->sp_location = SP_LOC_UNKNOWN; in find_caller_pc_and_caller_sp()
390 location->sp_location = SP_LOC_IN_R52; in find_caller_pc_and_caller_sp()
402 location->sp_location = in find_caller_pc_and_caller_sp()
446 location->sp_location = SP_LOC_OFFSET; in find_caller_pc_and_caller_sp()
477 location->sp_location = in find_caller_pc_and_caller_sp()
486 location->sp_location = in find_caller_pc_and_caller_sp()
560 switch (location.sp_location) { in backtrace_init()
/arch/tile/include/asm/
Dbacktrace.h124 CallerSPLocation sp_location : 8; member