Lines Matching defs:newpfx
532 char newpfx[64];
545 snprintf(newpfx, sizeof(newpfx), "%s ", pfx);
549 printk("%s""section_type: general processor error\n", newpfx);
551 cper_print_proc_generic(newpfx, proc_err);
557 printk("%s""section_type: memory error\n", newpfx);
560 cper_print_mem(newpfx, mem_err,
567 printk("%s""section_type: PCIe error\n", newpfx);
569 cper_print_pcie(newpfx, pcie, gdata);
576 printk("%ssection_type: ARM processor error\n", newpfx);
578 cper_print_proc_arm(newpfx, arm_err);
586 printk("%ssection_type: IA32/X64 processor error\n", newpfx);
588 cper_print_proc_ia(newpfx, ia_err);
596 newpfx);
599 cper_print_fw_err(newpfx, gdata, fw_err);
605 printk("%ssection_type: CXL Protocol Error\n", newpfx);
607 cper_print_prot_err(newpfx, prot_err);
613 printk("%ssection type: unknown, %pUl\n", newpfx, sec_type);
614 printk("%ssection length: %#x\n", newpfx,
616 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, 4, err,
631 char newpfx[64];
640 snprintf(newpfx, sizeof(newpfx), "%s ", pfx);
643 cper_estatus_print_section(newpfx, gdata, sec_no);