Home
last modified time | relevance | path

Searched refs:newpfx (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/firmware/efi/
H A Dcper-arm.c243 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()
296 printk("%serror_info: 0x%016llx\n", newpfx, in cper_print_proc_arm()
304 newpfx, err_info->virt_fault_addr); in cper_print_proc_arm()
307 newpfx, err_info->physical_fault_addr); in cper_print_proc_arm()
324 newpfx, ctx_info->type, max_ctx_type); in cper_print_proc_arm()
[all …]
H A Dcper-x86.c262 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()
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_info->responder_id); in cper_print_proc_ia()
320 newpfx, err_info->ip); in cper_print_proc_ia()
333 printk("%sRegister Context Type: %s\n", newpfx, in cper_print_proc_ia()
342 printk("%sMSR Address: 0x%08x\n", newpfx, in cper_print_proc_ia()
[all …]
H A Dcper.c532 char newpfx[64]; in cper_estatus_print_section() local
545 snprintf(newpfx, sizeof(newpfx), "%s ", pfx); in cper_estatus_print_section()
560 cper_print_mem(newpfx, mem_err, in cper_estatus_print_section()
569 cper_print_pcie(newpfx, pcie, gdata); in cper_estatus_print_section()
578 cper_print_proc_arm(newpfx, arm_err); 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()
607 cper_print_prot_err(newpfx, prot_err); in cper_estatus_print_section()
614 printk("%ssection length: %#x\n", newpfx, in cper_estatus_print_section()
631 char newpfx[64]; in cper_estatus_print() local
[all …]