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

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

Completed in 57 milliseconds