/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | cper-arm.c | 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() [all...] |
H A D | cper-x86.c | 261 char newpfx[64], infopfx[64]; in cper_print_proc_ia() local 273 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_print_proc_ia() 280 printk("%sError Structure Type: %s\n", newpfx, in cper_print_proc_ia() 285 printk("%sError Structure Type: %pUl\n", newpfx, in cper_print_proc_ia() 290 printk("%sCheck Information: 0x%016llx\n", newpfx, in cper_print_proc_ia() 295 newpfx); in cper_print_proc_ia() 304 newpfx, err_info->target_id); in cper_print_proc_ia() 309 newpfx, err_info->requestor_id); in cper_print_proc_ia() 314 newpfx, err_inf in cper_print_proc_ia() [all...] |
H A D | cper.c | 501 char newpfx[64]; in cper_estatus_print_section() local 514 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_estatus_print_section() 518 printk("%s""section_type: general processor error\n", newpfx); in cper_estatus_print_section() 520 cper_print_proc_generic(newpfx, proc_err); in cper_estatus_print_section() 526 printk("%s""section_type: memory error\n", newpfx); in cper_estatus_print_section() 529 cper_print_mem(newpfx, mem_err, in cper_estatus_print_section() 536 printk("%s""section_type: PCIe error\n", newpfx); in cper_estatus_print_section() 538 cper_print_pcie(newpfx, pcie, gdata); in cper_estatus_print_section() 545 printk("%ssection_type: ARM processor error\n", newpfx); in cper_estatus_print_section() 592 char newpfx[64]; cper_estatus_print() local [all...] |
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | cper-arm.c | 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() [all...] |
H A D | cper-x86.c | 262 char newpfx[64], infopfx[64]; in cper_print_proc_ia() local 274 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_print_proc_ia() 281 printk("%sError Structure Type: %s\n", newpfx, in cper_print_proc_ia() 286 printk("%sError Structure Type: %pUl\n", newpfx, in cper_print_proc_ia() 291 printk("%sCheck Information: 0x%016llx\n", newpfx, in cper_print_proc_ia() 296 newpfx); in cper_print_proc_ia() 305 newpfx, err_info->target_id); in cper_print_proc_ia() 310 newpfx, err_info->requestor_id); in cper_print_proc_ia() 315 newpfx, err_inf in cper_print_proc_ia() [all...] |
H A D | cper.c | 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() 631 char newpfx[64]; cper_estatus_print() local [all...] |