Lines Matching refs:newpfx
243 char newpfx[64], infopfx[64]; in cper_print_proc_arm() local
271 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); 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()
286 newpfx); in cper_print_proc_arm()
289 newpfx); 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()
298 snprintf(infopfx, sizeof(infopfx), "%s ", newpfx); in cper_print_proc_arm()
304 newpfx, err_info->virt_fault_addr); in cper_print_proc_arm()
307 newpfx, err_info->physical_fault_addr); in cper_print_proc_arm()
318 printk("%ssection length is too small\n", newpfx); in cper_print_proc_arm()
324 newpfx, ctx_info->type, max_ctx_type); in cper_print_proc_arm()
327 printk("%sregister context type: %s\n", newpfx, in cper_print_proc_arm()
329 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, 4, in cper_print_proc_arm()
338 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, 4, ctx_info, in cper_print_proc_arm()