Lines Matching refs:printk
63 printk("=== MIPS MT State Dump ===\n"); in mips_mt_regdump()
64 printk("-- Global State --\n"); in mips_mt_regdump()
65 printk(" MVPControl Passed: %08lx\n", mvpctl); in mips_mt_regdump()
66 printk(" MVPControl Read: %08lx\n", vpflags); in mips_mt_regdump()
67 printk(" MVPConf0 : %08lx\n", (mvpconf0 = read_c0_mvpconf0())); in mips_mt_regdump()
70 printk("-- per-VPE State --\n"); in mips_mt_regdump()
75 printk(" VPE %d\n", i); in mips_mt_regdump()
76 printk(" VPEControl : %08lx\n", in mips_mt_regdump()
78 printk(" VPEConf0 : %08lx\n", in mips_mt_regdump()
80 printk(" VPE%d.Status : %08lx\n", in mips_mt_regdump()
82 printk(" VPE%d.EPC : %08lx %pS\n", in mips_mt_regdump()
85 printk(" VPE%d.Cause : %08lx\n", in mips_mt_regdump()
87 printk(" VPE%d.Config7 : %08lx\n", in mips_mt_regdump()
93 printk("-- per-TC State --\n"); in mips_mt_regdump()
100 printk(" TC %d (current TC with VPE EPC above)\n", tc); in mips_mt_regdump()
105 printk(" TC %d\n", tc); in mips_mt_regdump()
107 printk(" TCStatus : %08lx\n", tcstatval); in mips_mt_regdump()
108 printk(" TCBind : %08lx\n", read_tc_c0_tcbind()); in mips_mt_regdump()
109 printk(" TCRestart : %08lx %pS\n", in mips_mt_regdump()
111 printk(" TCHalt : %08lx\n", haltval); in mips_mt_regdump()
112 printk(" TCContext : %08lx\n", read_tc_c0_tccontext()); in mips_mt_regdump()
116 printk("===========================\n"); in mips_mt_regdump()
206 printk("\"norps\" option deprecated: use \"rpsctl=\"\n"); in mips_mt_set_cpuoptions()
209 printk("34K return prediction stack override set to %d.\n", in mips_mt_set_cpuoptions()
217 printk("34K ALU/LSU sync override set to %d.\n", mt_opt_nblsu); in mips_mt_set_cpuoptions()
224 printk("CP0.Config7 forced to 0x%08x.\n", mt_opt_config7); in mips_mt_set_cpuoptions()
231 printk("Config7: 0x%08x\n", read_c0_config7()); in mips_mt_set_cpuoptions()
236 printk("I-cache flushes single-threaded\n"); in mips_mt_set_cpuoptions()
238 printk("D-cache flushes single-threaded\n"); in mips_mt_set_cpuoptions()
240 printk("I-Cache Flushes Repeated %d times\n", mt_n_iflushes); in mips_mt_set_cpuoptions()
242 printk("D-Cache Flushes Repeated %d times\n", mt_n_dflushes); in mips_mt_set_cpuoptions()
280 printk("Mapped %ld ITC cells starting at 0x%08x\n", in mips_mt_set_cpuoptions()