Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dbacktrace.c357 int info_operand = info_operands[i]; in find_caller_pc_and_caller_sp() local
358 if (info_operand < CALLER_UNKNOWN_BASE) { in find_caller_pc_and_caller_sp()
366 if (((info_operand & ONE_BUNDLE_AGO_FLAG) != 0) in find_caller_pc_and_caller_sp()
372 info_operand &= ~ONE_BUNDLE_AGO_FLAG; in find_caller_pc_and_caller_sp()
375 if (info_operand & PC_IN_LR_FLAG) in find_caller_pc_and_caller_sp()
382 switch (info_operand) { in find_caller_pc_and_caller_sp()
395 const unsigned int val = info_operand in find_caller_pc_and_caller_sp()