Lines Matching refs:newpfx
244 char newpfx[64], infopfx[64]; in cper_print_proc_arm() local
272 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); 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()
287 newpfx); in cper_print_proc_arm()
290 newpfx); 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()
299 snprintf(infopfx, sizeof(infopfx), "%s ", newpfx); in cper_print_proc_arm()
305 newpfx, err_info->virt_fault_addr); in cper_print_proc_arm()
308 newpfx, err_info->physical_fault_addr); in cper_print_proc_arm()
319 printk("%ssection length is too small\n", newpfx); in cper_print_proc_arm()
325 newpfx, ctx_info->type, max_ctx_type); in cper_print_proc_arm()
328 printk("%sregister context type: %s\n", newpfx, in cper_print_proc_arm()
330 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, 4, in cper_print_proc_arm()
339 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, 4, ctx_info, in cper_print_proc_arm()