Searched refs:moveli_args (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.c222 int moveli_args[])
231 moveli_args[reg] = insn->operand_values[1];
241 int moveli_args[])
249 if (moveli_args[reg]) {
250 *adjust = moveli_args[reg];
290 int moveli_args[TILEGX_NUM_REGISTERS] = { 0 }; local
448 || bt_has_add_sp(&bundle, &adjust, moveli_args)
500 bt_update_moveli(&bundle, moveli_args);
221 bt_update_moveli(const struct BacktraceBundle *bundle, int moveli_args[]) argument
240 bt_has_add_sp(const struct BacktraceBundle *bundle, int *adjust, int moveli_args[]) argument

Completed in 55 milliseconds