• Home
  • Raw
  • Download

Lines Matching refs:printf

364 		printf("cpu 0x%x: Exception %lx %s in xmon, "  in xmon_core()
374 printf("xmon: WARNING: bad recursive fault " in xmon_core()
396 printf("cpu 0x%x stopped at breakpoint 0x%x (", in xmon_core()
401 printf("WARNING: exception is not recoverable, " in xmon_core()
438 printf("enter ? for help\n"); in xmon_core()
477 printf("Exception %lx %s in xmon, returning to main loop\n", in xmon_core()
488 printf("Stopped at breakpoint %x (", BP_NUM(bp)); in xmon_core()
492 printf("WARNING: exception is not recoverable, " in xmon_core()
499 printf("enter ? for help\n"); in xmon_core()
516 printf("Couldn't single-step %s instruction\n", in xmon_core()
546 printf("Keyboard interrupt\n"); in xmon_irq()
679 printf("Sorry, no free breakpoints. Please clear one first.\n"); in new_breakpoint()
693 printf("Couldn't read instruction at %lx, " in insert_bpts()
699 printf("Breakpoint at %lx is on an mtmsrd or rfid " in insert_bpts()
708 printf("Couldn't write instruction at %lx, " in insert_bpts()
739 printf("Couldn't remove breakpoint at %lx\n", in remove_bpts()
771 printf("%x:", smp_processor_id()); in cmds()
773 printf("mon> "); in cmds()
838 printf(" <no input ...>\n"); in cmds()
871 printf("Unrecognized command: "); in cmds()
876 printf("\\x%x", cmd); in cmds()
879 printf(" (type ? for help)\n"); in cmds()
899 printf("Couldn't single-step %s instruction\n", in do_step()
905 printf("stepped to "); in do_step()
938 printf("cpus stopped:"); in cpu_cmd()
943 printf(" %x", cpu); in cpu_cmd()
947 printf("-%x", cpu - 1); in cpu_cmd()
952 printf("-%x", NR_CPUS - 1); in cpu_cmd()
953 printf("\n"); in cpu_cmd()
958 printf("cpu 0x%x isn't in xmon\n", cpu); in cpu_cmd()
972 printf("cpu %u didn't take control\n", cpu); in cpu_cmd()
1034 printf("csum stopped at %x\n", adrs+i); in csum()
1039 printf("%x\n", fcs); in csum()
1051 printf("Breakpoints may only be placed at kernel addresses\n"); in check_bp_loc()
1055 printf("Can't read instruction at address %lx\n", addr); in check_bp_loc()
1059 printf("Breakpoints may not be placed on mtmsrd or rfid " in check_bp_loc()
1102 printf(badaddr); in bpt_cmds()
1112 printf("Hardware instruction breakpoint " in bpt_cmds()
1139 printf("All breakpoints cleared\n"); in bpt_cmds()
1150 printf("No breakpoint at %x\n", a); in bpt_cmds()
1155 printf("Cleared breakpoint %x (", BP_NUM(bp)); in bpt_cmds()
1164 printf(breakpoint_help_string); in bpt_cmds()
1170 printf(" type address\n"); in bpt_cmds()
1172 printf(" data "REG" [", dabr.address); in bpt_cmds()
1174 printf("r"); in bpt_cmds()
1176 printf("w"); in bpt_cmds()
1177 printf("]\n"); in bpt_cmds()
1182 printf("%2x %s ", BP_NUM(bp), in bpt_cmds()
1271 printf("SP (%lx) is in userspace\n", sp); in xmon_show_stack()
1277 printf("Couldn't read stack frame at %lx\n", sp); in xmon_show_stack()
1304 printf("[link register ] "); in xmon_show_stack()
1308 printf("["REG"] ", sp); in xmon_show_stack()
1314 printf("["REG"] ", sp); in xmon_show_stack()
1324 printf("Couldn't read registers at %lx\n", in xmon_show_stack()
1328 printf("--- Exception: %lx %s at ", regs.trap, in xmon_show_stack()
1371 printf("kernel BUG at %s:%u!\n", in print_bug_trap()
1374 printf("kernel BUG at %p!\n", (void *)bug->bug_addr); in print_bug_trap()
1384 printf("cpu 0x%x: ", smp_processor_id()); in excprint()
1388 printf("Vector: %lx %s at [%lx]\n", fp->trap, getvecname(trap), fp); in excprint()
1389 printf(" pc: "); in excprint()
1392 printf(" lr: ", fp->link); in excprint()
1395 printf(" sp: %lx\n", fp->gpr[1]); in excprint()
1396 printf(" msr: %lx\n", fp->msr); in excprint()
1399 printf(" dar: %lx\n", fp->dar); in excprint()
1401 printf(" dsisr: %lx\n", fp->dsisr); in excprint()
1404 printf(" current = 0x%lx\n", current); in excprint()
1406 printf(" paca = 0x%lx\n", get_paca()); in excprint()
1409 printf(" pid = %ld, comm = %s\n", in excprint()
1432 printf("*** Error reading registers from "REG"\n", in prregs()
1443 printf("R%.2ld = "REG" R%.2ld = "REG"\n", in prregs()
1447 printf("R%.2ld = "REG" R%.2ld = "REG"\n", in prregs()
1452 printf("R%.2d = %.8x%s", n, fp->gpr[n], in prregs()
1455 printf("\n"); in prregs()
1460 printf("pc = "); in prregs()
1462 printf("lr = "); in prregs()
1464 printf("msr = "REG" cr = %.8lx\n", fp->msr, fp->ccr); in prregs()
1465 printf("ctr = "REG" xer = "REG" trap = %4lx\n", in prregs()
1469 printf("dar = "REG" dsisr = %.8lx\n", fp->dar, fp->dsisr); in prregs()
1591 printf("msr = "REG" sprg0= "REG"\n", in super_regs()
1593 printf("pvr = "REG" sprg1= "REG"\n", in super_regs()
1595 printf("dec = "REG" sprg2= "REG"\n", in super_regs()
1597 printf("sp = "REG" sprg3= "REG"\n", sp, mfspr(SPRN_SPRG3)); in super_regs()
1598 printf("toc = "REG" dar = "REG"\n", toc, mfspr(SPRN_DAR)); in super_regs()
1605 printf("Paca: \n"); in super_regs()
1608 printf(" Local Processor Control Area (LpPaca): \n"); in super_regs()
1610 printf(" Saved Srr0=%.16lx Saved Srr1=%.16lx \n", in super_regs()
1612 printf(" Saved Gpr3=%.16lx Saved Gpr4=%.16lx \n", in super_regs()
1614 printf(" Saved Gpr5=%.16lx \n", ptrLpPaca->saved_gpr5); in super_regs()
1629 printf("spr %lx = %lx\n", regno, read_spr(regno)); in super_regs()
1708 printf("*** Error writing address %x\n", adrs + n); in mwrite()
1812 printf(memex_help_string); in memex()
1836 printf(REG"%c", adrs, brev? 'r': ' '); in memex()
1842 printf("%.2x", val[i]); in memex()
1844 printf("%s", fault_chars[fault_type]); in memex()
1945 printf(memex_subcmd_help_string); in memex()
1979 printf("%.2x", temp[m]); in xmon_rawdump()
1981 printf("%s", fault_chars[fault_type]); in xmon_rawdump()
1987 printf("\n"); in xmon_rawdump()
2038 printf(REG, adrs); in prdump()
2047 printf("%.2x", temp[m]); in prdump()
2049 printf("%s", fault_chars[fault_type]); in prdump()
2054 printf(" "); in prdump()
2056 printf(" |"); in prdump()
2067 printf("|\n"); in prdump()
2090 printf(REG" %s%s%s%s\n", adr, x, x, x, x); in generic_inst_dump()
2097 printf(" ...\n"); in generic_inst_dump()
2105 printf(REG" %.8x", adr, inst); in generic_inst_dump()
2106 printf("\t"); in generic_inst_dump()
2108 printf("\n"); in generic_inst_dump()
2170 printf("%.16x %.2x # %.16x %.2x\n", p1 - 1, in memdiffs()
2173 printf("Total of %d differences\n", prt); in memdiffs()
2202 printf("%.16x: %.16x\n", a, GETWORD(val)); in memlocate()
2228 printf("%.8x .. ", a); in memzcan()
2230 printf("%.8x\n", a - mskip); in memzcan()
2236 printf("%.8x\n", a - mskip); in memzcan()
2268 printf("return value is %x\n", ret); in proccall()
2270 printf("*** %x exception occurred\n", fault_except); in proccall()
2330 printf("regs not available\n"); in scanhex()
2337 printf("invalid register name '%%%s'\n", regname); in scanhex()
2375 printf("unknown symbol '%s'\n", tmpstr); in scanhex()
2485 printf("%s: %lx\n", tmp, addr); in symbol_lookup()
2487 printf("Symbol '%s' not found.\n", tmp); in symbol_lookup()
2505 printf(REG, address); in xmon_print_symbol()
2519 printf("%s%s+%#lx/%#lx", mid, name, offset, size); in xmon_print_symbol()
2521 printf(" [%s]", modname); in xmon_print_symbol()
2523 printf("%s", after); in xmon_print_symbol()
2533 printf("SLB contents of cpu %x\n", smp_processor_id()); in dump_slb()
2540 printf("%02d %016lx %016lx", i, esid, vsid); in dump_slb()
2544 printf(" 1T ESID=%9lx VSID=%13lx LLP:%3lx \n", in dump_slb()
2549 printf(" 256M ESID=%9lx VSID=%13lx LLP:%3lx \n", in dump_slb()
2555 printf("\n"); in dump_slb()
2565 printf("Segment table contents of cpu %x\n", smp_processor_id()); in dump_stab()
2574 printf("%03d %016lx ", i, a); in dump_stab()
2575 printf("%016lx\n", b); in dump_stab()
2594 printf("sr0-15 ="); in dump_segments()
2596 printf(" %x", mfsrin(i)); in dump_segments()
2597 printf("\n"); in dump_segments()
2611 printf("[%02x] %08x %08x %08x ", i, w0, w1, w2); in dump_tlb_44x()
2613 printf("V %08x -> %01x%08x %c%c%c%c%c", in dump_tlb_44x()
2623 printf("\n"); in dump_tlb_44x()
2773 printf("Stopped spu %.2d (was %s)\n", i, in stop_spus()
2778 printf("*** Error stopping spu %.2d\n", i); in stop_spus()
2794 printf("*** Error, spu %d was not successfully stopped" in restart_spus()
2811 printf("Restarted spu %.2d\n", i); in restart_spus()
2814 printf("*** Error restarting spu %.2d\n", i); in restart_spus()
2826 printf(" %-*s = "format"\n", DUMP_WIDTH, \
2832 printf(" %-*s = *** Error reading field.\n", \
2843 printf("Dumping spu fields at address %p:\n", spu); in dump_spu_fields()
2895 printf("*** Error: accessing spu info for spu %d\n", num); in dump_spu_ls()
2906 printf("*** Error: address outside of local store\n"); in dump_spu_ls()
2945 printf("*** Error: invalid spu number\n"); in do_spu_cmd()