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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dbacktrace.c362 int info_operand = info_operands[i]; local
363 if (info_operand < CALLER_UNKNOWN_BASE) {
371 if (((info_operand & ONE_BUNDLE_AGO_FLAG) != 0)
377 info_operand &= ~ONE_BUNDLE_AGO_FLAG;
380 if (info_operand & PC_IN_LR_FLAG)
387 switch (info_operand) {
400 const unsigned int val = info_operand

Completed in 23 milliseconds