Lines Matching refs:newpfx

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