Lines Matching refs:PRINTK

218     PRINTK("----- traceback start -----\n");
223 PRINTK("traceback %d -- lr = 0x%x\n", index, LR[index]);
225 PRINTK("----- traceback end -----\n");
232 PRINTK("mepc = 0x%x\n", taskContext->mepc);
233 PRINTK("mstatus = 0x%x\n", taskContext->mstatus);
234 PRINTK("mtval = 0x%x\n", exc->context->mtval);
235 PRINTK("mcause = 0x%x\n", exc->context->mcause);
236 PRINTK("ra = 0x%x\n", taskContext->ra);
237 PRINTK("sp = 0x%x\n", taskContext->sp);
238 PRINTK("gp = 0x%x\n", exc->context->gp);
239 PRINTK("tp = 0x%x\n", taskContext->tp);
240 PRINTK("t0 = 0x%x\n", taskContext->t0);
241 PRINTK("t1 = 0x%x\n", taskContext->t1);
242 PRINTK("t2 = 0x%x\n", taskContext->t2);
243 PRINTK("s0 = 0x%x\n", taskContext->s0);
244 PRINTK("s1 = 0x%x\n", taskContext->s1);
245 PRINTK("a0 = 0x%x\n", taskContext->a0);
246 PRINTK("a1 = 0x%x\n", taskContext->a1);
247 PRINTK("a2 = 0x%x\n", taskContext->a2);
248 PRINTK("a3 = 0x%x\n", taskContext->a3);
249 PRINTK("a4 = 0x%x\n", taskContext->a4);
250 PRINTK("a5 = 0x%x\n", taskContext->a5);
251 PRINTK("a6 = 0x%x\n", taskContext->a6);
252 PRINTK("a7 = 0x%x\n", taskContext->a7);
253 PRINTK("s2 = 0x%x\n", taskContext->s2);
254 PRINTK("s3 = 0x%x\n", taskContext->s3);
255 PRINTK("s4 = 0x%x\n", taskContext->s4);
256 PRINTK("s5 = 0x%x\n", taskContext->s5);
257 PRINTK("s6 = 0x%x\n", taskContext->s6);
258 PRINTK("s7 = 0x%x\n", taskContext->s7);
259 PRINTK("s8 = 0x%x\n", taskContext->s8);
260 PRINTK("s9 = 0x%x\n", taskContext->s9);
261 PRINTK("s10 = 0x%x\n", taskContext->s10);
262 PRINTK("s11 = 0x%x\n", taskContext->s11);
263 PRINTK("t3 = 0x%x\n", taskContext->t3);
264 PRINTK("t4 = 0x%x\n", taskContext->t4);
265 PRINTK("t5 = 0x%x\n", taskContext->t5);
266 PRINTK("t6 = 0x%x\n", taskContext->t6);
273 PRINTK("\nException Information \n");
276 PRINTK("Exc type : Oops - %s\n", g_excInformation[g_excInfo.type]);
278 PRINTK("Exc type : Oops - Invalid\n");
282 PRINTK("taskName = %s\n", g_losTask.runTask->taskName);
283 PRINTK("taskID = %u\n", g_losTask.runTask->taskID);
285 PRINTK("The exception occurs during system startup!\n");
287 PRINTK("system mem addr:0x%x\n", (UINTPTR)LOSCFG_SYS_HEAP_ADDR);
299 PRINTK("Unaligned access fixes are not supported by default!\n");
309 PRINTK("hard fault!\n");
325 PRINTK("----------------All Task information ------------\n");