• Home
  • Raw
  • Download

Lines Matching refs:verbose_printk

64 #define verbose_printk(fmt, arg...) \  macro
67 #define verbose_printk(fmt, arg...) \ macro
303 verbose_printk(KERN_NOTICE EXC_0x03(KERN_NOTICE)); in trap_c()
332 verbose_printk(KERN_NOTICE EXC_0x04(KERN_NOTICE)); in trap_c()
349 verbose_printk(KERN_NOTICE EXC_0x11(KERN_NOTICE)); in trap_c()
371 verbose_printk(KERN_NOTICE EXC_0x21(KERN_NOTICE)); in trap_c()
378 verbose_printk(KERN_NOTICE EXC_0x22(KERN_NOTICE)); in trap_c()
385 verbose_printk(KERN_NOTICE EXC_0x23(KERN_NOTICE)); in trap_c()
392 verbose_printk(KERN_NOTICE EXC_0x24(KERN_NOTICE)); in trap_c()
399 verbose_printk(KERN_NOTICE EXC_0x25(KERN_NOTICE)); in trap_c()
407 verbose_printk(KERN_NOTICE EXC_0x26(KERN_NOTICE)); in trap_c()
415 verbose_printk(KERN_NOTICE "NULL pointer access\n"); in trap_c()
418 verbose_printk(KERN_NOTICE EXC_0x27(KERN_NOTICE)); in trap_c()
437 verbose_printk(KERN_NOTICE "BF535: VEC_ISTRU_VL\n"); in trap_c()
447 verbose_printk(KERN_NOTICE EXC_0x2A(KERN_NOTICE)); in trap_c()
454 verbose_printk(KERN_NOTICE EXC_0x2B(KERN_NOTICE)); in trap_c()
461 verbose_printk(KERN_NOTICE EXC_0x2C(KERN_NOTICE)); in trap_c()
469 verbose_printk(KERN_NOTICE "Jump to NULL address\n"); in trap_c()
472 verbose_printk(KERN_NOTICE EXC_0x2D(KERN_NOTICE)); in trap_c()
479 verbose_printk(KERN_NOTICE EXC_0x2E(KERN_NOTICE)); in trap_c()
507 verbose_printk(KERN_NOTICE HWC_x2(KERN_NOTICE)); in trap_c()
513 verbose_printk(KERN_NOTICE HWC_x3(KERN_NOTICE)); in trap_c()
517 verbose_printk(KERN_NOTICE HWC_x12(KERN_NOTICE)); in trap_c()
537 verbose_printk(KERN_EMERG "Caught Unhandled Exception, code = %08lx\n", in trap_c()
553 verbose_printk(KERN_NOTICE "No trace since you do not have " in trap_c()
562 verbose_printk(KERN_NOTICE "\n" KERN_NOTICE "Kernel Stack\n"); in trap_c()
566 verbose_printk(KERN_EMERG "Please turn on " in trap_c()
575 verbose_printk(KERN_NOTICE "Userspace Stack\n"); in trap_c()
671 verbose_printk("RTS"); in decode_instruction()
673 verbose_printk("RTI"); in decode_instruction()
675 verbose_printk("RTX"); in decode_instruction()
677 verbose_printk("RTN"); in decode_instruction()
679 verbose_printk("RTE"); in decode_instruction()
681 verbose_printk("EMUEXCPT"); in decode_instruction()
683 verbose_printk("STI R%i", opcode & 7); in decode_instruction()
685 verbose_printk("JUMP (P%i)", opcode & 7); in decode_instruction()
687 verbose_printk("CALL (P%i)", opcode & 7); in decode_instruction()
689 verbose_printk("CALL (PC+P%i)", opcode & 7); in decode_instruction()
691 verbose_printk("JUMP (PC+P%i)", opcode & 7); in decode_instruction()
693 verbose_printk("RAISE 0x%x", opcode & 0xF); in decode_instruction()
695 verbose_printk("EXCPT 0x%x", opcode & 0xF); in decode_instruction()
697 verbose_printk("IF !CC JUMP"); in decode_instruction()
699 verbose_printk("IF CC JUMP"); in decode_instruction()
701 verbose_printk("JUMP.S"); in decode_instruction()
703 verbose_printk("LSETUP"); in decode_instruction()
705 verbose_printk("JUMP.L"); in decode_instruction()
707 verbose_printk("CALL pcrel"); in decode_instruction()
709 verbose_printk("0x%04x", opcode); in decode_instruction()
947 verbose_printk(KERN_EMERG "Kernel OOPS in progress\n"); in dump_bfin_process()
950 verbose_printk(KERN_NOTICE "HW Error context\n"); in dump_bfin_process()
952 verbose_printk(KERN_NOTICE "Deferred Exception context\n"); in dump_bfin_process()
954 verbose_printk(KERN_NOTICE "Interrupt context\n"); in dump_bfin_process()
956 verbose_printk(KERN_NOTICE "Deferred Interrupt context\n"); in dump_bfin_process()
958 verbose_printk(KERN_NOTICE "Kernel process context\n"); in dump_bfin_process()
965 verbose_printk(KERN_NOTICE "CURRENT PROCESS:\n"); in dump_bfin_process()
967 verbose_printk(KERN_NOTICE "COMM=%s PID=%d\n", in dump_bfin_process()
970 verbose_printk(KERN_NOTICE "COMM= invalid\n"); in dump_bfin_process()
974 verbose_printk(KERN_NOTICE "TEXT = 0x%p-0x%p DATA = 0x%p-0x%p\n" in dump_bfin_process()
985 verbose_printk(KERN_NOTICE "invalid mm\n"); in dump_bfin_process()
987 verbose_printk(KERN_NOTICE "\n" KERN_NOTICE in dump_bfin_process()
1000 verbose_printk(KERN_NOTICE "return address: [0x%p]; contents of:", erraddr); in dump_bfin_mem()
1006 verbose_printk("\n" KERN_NOTICE "0x%p: ", addr); in dump_bfin_mem()
1015 verbose_printk("[%s]", buf); in dump_bfin_mem()
1018 verbose_printk(" %s ", buf); in dump_bfin_mem()
1027 verbose_printk("\n"); in dump_bfin_mem()
1032 verbose_printk(KERN_NOTICE "Looks like this was a deferred error - sorry\n"); in dump_bfin_mem()
1034 verbose_printk(KERN_NOTICE "The remaining message may be meaningless\n" in dump_bfin_mem()
1048 verbose_printk(KERN_NOTICE "It might be better to look around here : \n"); in dump_bfin_mem()
1049 verbose_printk(KERN_NOTICE "-------------------------------------------\n"); in dump_bfin_mem()
1051 verbose_printk(KERN_NOTICE "-------------------------------------------\n"); in dump_bfin_mem()
1069 verbose_printk(KERN_NOTICE "\n" KERN_NOTICE "SEQUENCER STATUS:\t\t%s\n", print_tainted()); in show_regs()
1070 verbose_printk(KERN_NOTICE " SEQSTAT: %08lx IPEND: %04lx SYSCFG: %04lx\n", in show_regs()
1073 verbose_printk(KERN_NOTICE " HWERRCAUSE: 0x%lx\n", in show_regs()
1078 verbose_printk(KERN_NOTICE " EBIU Error Reason : 0x%04x\n", in show_regs()
1080 verbose_printk(KERN_NOTICE " EBIU Error Address : 0x%08x\n", in show_regs()
1085 verbose_printk(KERN_NOTICE " EXCAUSE : 0x%lx\n", in show_regs()
1091 verbose_printk(KERN_NOTICE " physical IVG%i asserted : %s\n", i, buf); in show_regs()
1093 verbose_printk(KERN_NOTICE " interrupts disabled\n"); in show_regs()
1108 verbose_printk(KERN_NOTICE " logical irq %3d mapped : %s", i, buf); in show_regs()
1111 verbose_printk(", %s", buf); in show_regs()
1113 verbose_printk("\n"); in show_regs()
1121 verbose_printk(KERN_NOTICE " RETE: %s\n", buf); in show_regs()
1123 verbose_printk(KERN_NOTICE " RETN: %s\n", buf); in show_regs()
1125 verbose_printk(KERN_NOTICE " RETX: %s\n", buf); in show_regs()
1127 verbose_printk(KERN_NOTICE " RETS: %s\n", buf); in show_regs()
1129 verbose_printk(KERN_NOTICE " PC : %s\n", buf); in show_regs()
1134 verbose_printk(KERN_NOTICE "DCPLB_FAULT_ADDR: %s\n", buf); in show_regs()
1136 verbose_printk(KERN_NOTICE "ICPLB_FAULT_ADDR: %s\n", buf); in show_regs()
1139 verbose_printk(KERN_NOTICE "\n" KERN_NOTICE "PROCESSOR STATE:\n"); in show_regs()
1140 verbose_printk(KERN_NOTICE " R0 : %08lx R1 : %08lx R2 : %08lx R3 : %08lx\n", in show_regs()
1142 verbose_printk(KERN_NOTICE " R4 : %08lx R5 : %08lx R6 : %08lx R7 : %08lx\n", in show_regs()
1144 verbose_printk(KERN_NOTICE " P0 : %08lx P1 : %08lx P2 : %08lx P3 : %08lx\n", in show_regs()
1146 verbose_printk(KERN_NOTICE " P4 : %08lx P5 : %08lx FP : %08lx SP : %08lx\n", in show_regs()
1148 verbose_printk(KERN_NOTICE " LB0: %08lx LT0: %08lx LC0: %08lx\n", in show_regs()
1150 verbose_printk(KERN_NOTICE " LB1: %08lx LT1: %08lx LC1: %08lx\n", in show_regs()
1152 verbose_printk(KERN_NOTICE " B0 : %08lx L0 : %08lx M0 : %08lx I0 : %08lx\n", in show_regs()
1154 verbose_printk(KERN_NOTICE " B1 : %08lx L1 : %08lx M1 : %08lx I1 : %08lx\n", in show_regs()
1156 verbose_printk(KERN_NOTICE " B2 : %08lx L2 : %08lx M2 : %08lx I2 : %08lx\n", in show_regs()
1158 verbose_printk(KERN_NOTICE " B3 : %08lx L3 : %08lx M3 : %08lx I3 : %08lx\n", in show_regs()
1160 verbose_printk(KERN_NOTICE "A0.w: %08lx A0.x: %08lx A1.w: %08lx A1.x: %08lx\n", in show_regs()
1163 verbose_printk(KERN_NOTICE "USP : %08lx ASTAT: %08lx\n", in show_regs()
1166 verbose_printk(KERN_NOTICE "\n"); in show_regs()