Lines Matching refs:index
98 UINT32 index;
99 for (index = OS_RISCV_SYS_VECTOR_CNT; index < OS_HWI_MAX_NUM; index++) {
100 g_hwiForm[index].pfnHook = HalHwiDefaultHandler;
101 g_hwiForm[index].uwParam = 0;
214 UINT32 index;
219 for (index = 0; index < LOSCFG_BACKTRACE_DEPTH; index++) {
220 if (LR[index] == 0) {
223 PRINTK("traceback %d -- lr = 0x%x\n", index, LR[index]);