Lines Matching refs:PRINTK
225 PRINTK("Type = %d\n", excInfo->type);
226 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
227 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
228 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
233 PRINTK("Current task info:\n");
236 PRINTK("Task name = %s\n", taskCB->taskName);
237 PRINTK("Task ID = %d\n", taskCB->taskID);
238 PRINTK("Task SP = 0x%x\n", (UINTPTR)taskCB->stackPointer);
239 PRINTK("Task ST = 0x%x\n", taskCB->topOfStack);
240 PRINTK("Task SS = 0x%x\n", taskCB->stackSize);
242 PRINTK("Exception occur in interrupt phase!\n");
244 PRINTK("Exception occur in system init phase!\n");
251 PRINTK("Exception reg dump:\n");
252 PRINTK("sar = 0x%x\n", excInfo->context->sar);
253 PRINTK("excCause = 0x%x\n", excInfo->context->excCause);
254 PRINTK("excVaddr = 0x%x\n", excInfo->context->excVaddr);
255 PRINTK("lbeg = 0x%x\n", excInfo->context->lbeg);
256 PRINTK("lend = 0x%x\n", excInfo->context->lend);
257 PRINTK("lcount = 0x%x\n", excInfo->context->lcount);
258 PRINTK("pc = 0x%x\n", excInfo->context->pc);
259 PRINTK("ps = 0x%x\n", excInfo->context->ps);
261 PRINTK("regA%d = 0x%x\n", index, excInfo->context->regA[index]);
273 PRINTK("----- backtrace start -----\n");
278 PRINTK("backtrace %d -- lr = 0x%x\n", index, LR[index]);
280 PRINTK("----- backtrace end -----\n");
286 PRINTK("\r\nmemory pools check:\n");
300 PRINTK("all memory pool check passed!\n");
305 PRINTK("pool num = %d\n", i);
306 PRINTK("pool type = %d\n", memExcInfo[i].type);
307 PRINTK("pool addr = 0x%x\n", memExcInfo[i].startAddr);
308 PRINTK("pool size = 0x%x\n", memExcInfo[i].size);
309 PRINTK("pool free = 0x%x\n", memExcInfo[i].free);
310 PRINTK("pool blkNum = %d\n", memExcInfo[i].blockSize);
311 PRINTK("pool error node addr = 0x%x\n", memExcInfo[i].errorAddr);
312 PRINTK("pool error node len = 0x%x\n", memExcInfo[i].errorLen);
313 PRINTK("pool error node owner = %d\n", memExcInfo[i].errorOwner);
318 PRINTK("system heap memcheck over, all passed!\n");
321 PRINTK("memory pool check end!\n");
328 PRINTK("*************Exception Information**************\n");