Lines Matching refs:printk

112 			printk("%stransaction type: %s\n", pfx,  in cper_print_arm_err_info()
123 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
129 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
135 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
147 printk("%scache level: %d\n", pfx, level); in cper_print_arm_err_info()
150 printk("%sTLB level: %d\n", pfx, level); in cper_print_arm_err_info()
153 printk("%saffinity level at which the bus error occurred: %d\n", in cper_print_arm_err_info()
163 printk("%sprocessor context corrupted\n", pfx); in cper_print_arm_err_info()
165 printk("%sprocessor context not corrupted\n", pfx); in cper_print_arm_err_info()
172 printk("%sthe error has been corrected\n", pfx); in cper_print_arm_err_info()
174 printk("%sthe error has not been corrected\n", pfx); in cper_print_arm_err_info()
181 printk("%sPC is precise\n", pfx); in cper_print_arm_err_info()
183 printk("%sPC is imprecise\n", pfx); in cper_print_arm_err_info()
190printk("%sProgram execution can be restarted reliably at the PC associated with the error.\n", pfx… in cper_print_arm_err_info()
201 printk("%sparticipation type: %s\n", pfx, in cper_print_arm_err_info()
210 printk("%srequest timed out\n", pfx); in cper_print_arm_err_info()
217 printk("%saddress space: %s\n", pfx, in cper_print_arm_err_info()
225 printk("%smemory access attributes:0x%x\n", pfx, mem_attributes); in cper_print_arm_err_info()
232 printk("%saccess mode: normal\n", pfx); in cper_print_arm_err_info()
234 printk("%saccess mode: secure\n", pfx); in cper_print_arm_err_info()
246 printk("%sMIDR: 0x%016llx\n", pfx, proc->midr); in cper_print_proc_arm()
251 printk("%ssection length: %d\n", pfx, proc->section_length); in cper_print_proc_arm()
252 printk("%ssection length is too small\n", pfx); in cper_print_proc_arm()
253 printk("%sfirmware-generated error record is incorrect\n", pfx); in cper_print_proc_arm()
254 printk("%sERR_INFO_NUM is %d\n", pfx, proc->err_info_num); in cper_print_proc_arm()
259 printk("%sMultiprocessor Affinity Register (MPIDR): 0x%016llx\n", in cper_print_proc_arm()
263 printk("%serror affinity level: %d\n", pfx, in cper_print_proc_arm()
267 printk("%srunning state: 0x%x\n", pfx, proc->running_state); in cper_print_proc_arm()
268 printk("%sPower State Coordination Interface state: %d\n", in cper_print_proc_arm()
276 printk("%sError info structure %d:\n", pfx, i); in cper_print_proc_arm()
278 printk("%snum errors: %d\n", pfx, err_info->multiple_error + 1); in cper_print_proc_arm()
282 printk("%sfirst error captured\n", newpfx); in cper_print_proc_arm()
284 printk("%slast error captured\n", newpfx); in cper_print_proc_arm()
286 printk("%spropagated error captured\n", in cper_print_proc_arm()
289 printk("%soverflow occurred, error info is incomplete\n", in cper_print_proc_arm()
293 printk("%serror_type: %d, %s\n", newpfx, err_info->type, in cper_print_proc_arm()
297 printk("%serror_info: 0x%016llx\n", newpfx, in cper_print_proc_arm()
304 printk("%svirtual fault address: 0x%016llx\n", in cper_print_proc_arm()
307 printk("%sphysical fault address: 0x%016llx\n", in cper_print_proc_arm()
317 printk("%sContext info structure %d:\n", pfx, i); in cper_print_proc_arm()
319 printk("%ssection length is too small\n", newpfx); in cper_print_proc_arm()
320 printk("%sfirmware-generated error record is incorrect\n", pfx); in cper_print_proc_arm()
324 printk("%sInvalid context type: %d (max: %d)\n", in cper_print_proc_arm()
328 printk("%sregister context type: %s\n", newpfx, in cper_print_proc_arm()
337 printk("%sVendor specific error info has %u bytes:\n", pfx, in cper_print_proc_arm()