Lines Matching refs:prom_printf

76 		prom_printf(" recoverable");  in breakout_errctl()
78 prom_printf(" dcache"); in breakout_errctl()
80 prom_printf(" icache"); in breakout_errctl()
82 prom_printf(" multiple-buserr"); in breakout_errctl()
83 prom_printf("\n"); in breakout_errctl()
89 prom_printf(" tag-parity"); in breakout_cerri()
91 prom_printf(" data-parity"); in breakout_cerri()
93 prom_printf(" external"); in breakout_cerri()
94 prom_printf("\n"); in breakout_cerri()
101 prom_printf(" load,"); in breakout_cerrd()
104 prom_printf(" store,"); in breakout_cerrd()
107 prom_printf(" fill/wb,"); in breakout_cerrd()
110 prom_printf(" coherency,"); in breakout_cerrd()
113 prom_printf(" duptags,"); in breakout_cerrd()
116 prom_printf(" NO CAUSE,"); in breakout_cerrd()
120 prom_printf(" NO TYPE"); in breakout_cerrd()
123 prom_printf(" multi-err"); in breakout_cerrd()
125 prom_printf(" tag-state"); in breakout_cerrd()
127 prom_printf(" tag-address"); in breakout_cerrd()
129 prom_printf(" data-SBE"); in breakout_cerrd()
131 prom_printf(" data-DBE"); in breakout_cerrd()
133 prom_printf(" external"); in breakout_cerrd()
135 prom_printf("\n"); in breakout_cerrd()
150 prom_printf("Bus watcher error counters: %08x %08x\n", l2_err, memio_err); in check_bus_watcher()
151 prom_printf("\nLast recorded signature:\n"); in check_bus_watcher()
152 prom_printf("Request %02x from %d, answered by %d with Dcode %d\n", in check_bus_watcher()
158 prom_printf("Bus watcher indicates no error\n"); in check_bus_watcher()
170 prom_printf("Cache error exception on CPU %x:\n", in sb1_cache_error()
189 prom_printf(" cp0_errorepc == %08x\n", eepc); in sb1_cache_error()
190 prom_printf(" cp0_errctl == %08x", errctl); in sb1_cache_error()
193 prom_printf(" cp0_cerr_i == %08x", cerr_i); in sb1_cache_error()
199 prom_printf(" cerr_i idx doesn't match eepc\n"); in sb1_cache_error()
204 prom_printf("...didn't see indicated icache problem\n"); in sb1_cache_error()
209 prom_printf(" cp0_cerr_d == %08x", cerr_d); in sb1_cache_error()
212 prom_printf(" cp0_cerr_dpa == %010llx\n", cerr_dpa); in sb1_cache_error()
217 prom_printf("...didn't see indicated dcache problem\n"); in sb1_cache_error()
220 prom_printf(" cerr_d idx doesn't match cerr_dpa\n"); in sb1_cache_error()
225 prom_printf("...didn't see indicated problem\n"); in sb1_cache_error()
306 prom_printf("Icache index 0x%04x ", addr); in extract_ic()
326 prom_printf("[Bank %d Set 0x%02x] LRU > %d %d %d %d > MRU\n", in extract_ic()
341 prom_printf(" ** bad parity in VTag0/G/ASID\n"); in extract_ic()
345 prom_printf(" ** bad parity in R/VTag1\n"); in extract_ic()
350 prom_printf(" ** bad parity for valid bit\n"); in extract_ic()
353 prom_printf(" %d [VA %016llx] [Vld? %d] raw tags: %08X-%016llX\n", in extract_ic()
379 prom_printf(" ** bad parity in predecode\n"); in extract_ic()
384 prom_printf(" ** bad parity in instruction a\n"); in extract_ic()
388 prom_printf(" ** bad parity in instruction b\n"); in extract_ic()
391 prom_printf(" %05X-%08X%08X", datahi, insta, instb); in extract_ic()
393 prom_printf("\n"); in extract_ic()
460 prom_printf("Dcache index 0x%04x ", addr); in extract_dc()
480 prom_printf("[Bank %d Set 0x%02x] LRU > %d %d %d %d > MRU\n", in extract_dc()
490 prom_printf(" %d [PA %010llx] [state %s (%02x)] raw tags: %08X-%016llX\n", in extract_dc()
494 prom_printf(" ** bad parity in PTag1\n"); in extract_dc()
498 prom_printf(" ** bad parity in PTag0\n"); in extract_dc()
529 prom_printf(" ** bad ECC (%02x %02x) ->", in extract_dc()
538 prom_printf(" %02X-%016llX", datahi, datalo); in extract_dc()
540 prom_printf("\n"); in extract_dc()