Lines Matching refs:index
250 INT32 index;
260 for (index = 0; index < XTENSA_LOGREG_NUM; index++) {
261 PRINTK("regA%d = 0x%x\n", index, excInfo->context->regA[index]);
269 UINT32 index;
274 for (index = 0; index < LOSCFG_BACKTRACE_DEPTH; index++) {
275 if (LR[index] == 0) {
278 PRINTK("backtrace %d -- lr = 0x%x\n", index, LR[index]);