Searched refs:newpfx (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/firmware/efi/ |
D | cper-arm.c | 256 char newpfx[64], infopfx[64]; in cper_print_proc_arm() local 284 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_print_proc_arm() 294 printk("%sfirst error captured\n", newpfx); in cper_print_proc_arm() 296 printk("%slast error captured\n", newpfx); in cper_print_proc_arm() 299 newpfx); in cper_print_proc_arm() 302 newpfx); in cper_print_proc_arm() 305 printk("%serror_type: %d, %s\n", newpfx, err_info->type, in cper_print_proc_arm() 309 printk("%serror_info: 0x%016llx\n", newpfx, in cper_print_proc_arm() 311 snprintf(infopfx, sizeof(infopfx), "%s ", newpfx); in cper_print_proc_arm() 317 newpfx, err_info->virt_fault_addr); in cper_print_proc_arm() [all …]
|
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_info->responder_id); in cper_print_proc_ia() 319 newpfx, err_info->ip); in cper_print_proc_ia() [all …]
|
D | cper.c | 434 char newpfx[64]; in cper_estatus_print_section() local 447 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_estatus_print_section() 451 printk("%s""section_type: general processor error\n", newpfx); in cper_estatus_print_section() 453 cper_print_proc_generic(newpfx, proc_err); in cper_estatus_print_section() 459 printk("%s""section_type: memory error\n", newpfx); in cper_estatus_print_section() 462 cper_print_mem(newpfx, mem_err, in cper_estatus_print_section() 469 printk("%s""section_type: PCIe error\n", newpfx); in cper_estatus_print_section() 471 cper_print_pcie(newpfx, pcie, gdata); in cper_estatus_print_section() 478 printk("%ssection_type: ARM processor error\n", newpfx); in cper_estatus_print_section() 480 cper_print_proc_arm(newpfx, arm_err); in cper_estatus_print_section() [all …]
|