Lines Matching refs:printk

111 			printk("%stransaction type: %s\n", pfx,  in cper_print_arm_err_info()
122 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
128 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
134 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
146 printk("%scache level: %d\n", pfx, level); in cper_print_arm_err_info()
149 printk("%sTLB level: %d\n", pfx, level); in cper_print_arm_err_info()
152 printk("%saffinity level at which the bus error occurred: %d\n", in cper_print_arm_err_info()
162 printk("%sprocessor context corrupted\n", pfx); in cper_print_arm_err_info()
164 printk("%sprocessor context not corrupted\n", pfx); in cper_print_arm_err_info()
171 printk("%sthe error has been corrected\n", pfx); in cper_print_arm_err_info()
173 printk("%sthe error has not been corrected\n", pfx); in cper_print_arm_err_info()
180 printk("%sPC is precise\n", pfx); in cper_print_arm_err_info()
182 printk("%sPC is imprecise\n", pfx); in cper_print_arm_err_info()
189printk("%sProgram execution can be restarted reliably at the PC associated with the error.\n", pfx… in cper_print_arm_err_info()
200 printk("%sparticipation type: %s\n", pfx, in cper_print_arm_err_info()
209 printk("%srequest timed out\n", pfx); in cper_print_arm_err_info()
216 printk("%saddress space: %s\n", pfx, in cper_print_arm_err_info()
224 printk("%smemory access attributes:0x%x\n", pfx, mem_attributes); in cper_print_arm_err_info()
231 printk("%saccess mode: normal\n", pfx); in cper_print_arm_err_info()
233 printk("%saccess mode: secure\n", pfx); in cper_print_arm_err_info()
245 printk("%sMIDR: 0x%016llx\n", pfx, proc->midr); in cper_print_proc_arm()
250 printk("%ssection length: %d\n", pfx, proc->section_length); in cper_print_proc_arm()
251 printk("%ssection length is too small\n", pfx); in cper_print_proc_arm()
252 printk("%sfirmware-generated error record is incorrect\n", pfx); in cper_print_proc_arm()
253 printk("%sERR_INFO_NUM is %d\n", pfx, proc->err_info_num); in cper_print_proc_arm()
258 printk("%sMultiprocessor Affinity Register (MPIDR): 0x%016llx\n", in cper_print_proc_arm()
262 printk("%serror affinity level: %d\n", pfx, in cper_print_proc_arm()
266 printk("%srunning state: 0x%x\n", pfx, proc->running_state); in cper_print_proc_arm()
267 printk("%sPower State Coordination Interface state: %d\n", in cper_print_proc_arm()
275 printk("%sError info structure %d:\n", pfx, i); in cper_print_proc_arm()
277 printk("%snum errors: %d\n", pfx, err_info->multiple_error + 1); in cper_print_proc_arm()
281 printk("%sfirst error captured\n", newpfx); in cper_print_proc_arm()
283 printk("%slast error captured\n", newpfx); in cper_print_proc_arm()
285 printk("%spropagated error captured\n", in cper_print_proc_arm()
288 printk("%soverflow occurred, error info is incomplete\n", in cper_print_proc_arm()
292 printk("%serror_type: %d, %s\n", newpfx, err_info->type, in cper_print_proc_arm()
296 printk("%serror_info: 0x%016llx\n", newpfx, in cper_print_proc_arm()
303 printk("%svirtual fault address: 0x%016llx\n", in cper_print_proc_arm()
306 printk("%sphysical fault address: 0x%016llx\n", in cper_print_proc_arm()
316 printk("%sContext info structure %d:\n", pfx, i); in cper_print_proc_arm()
318 printk("%ssection length is too small\n", newpfx); in cper_print_proc_arm()
319 printk("%sfirmware-generated error record is incorrect\n", pfx); in cper_print_proc_arm()
323 printk("%sInvalid context type: %d (max: %d)\n", in cper_print_proc_arm()
327 printk("%sregister context type: %s\n", newpfx, in cper_print_proc_arm()
336 printk("%sVendor specific error info has %u bytes:\n", pfx, in cper_print_proc_arm()