Lines Matching defs:newpfx
244 char newpfx[64], infopfx[64];
272 snprintf(newpfx, sizeof(newpfx), "%s ", pfx);
282 printk("%sfirst error captured\n", newpfx);
284 printk("%slast error captured\n", newpfx);
287 newpfx);
290 newpfx);
293 printk("%serror_type: %d, %s\n", newpfx, err_info->type,
297 printk("%serror_info: 0x%016llx\n", newpfx,
299 snprintf(infopfx, sizeof(infopfx), "%s ", newpfx);
305 newpfx, err_info->virt_fault_addr);
308 newpfx, err_info->physical_fault_addr);
319 printk("%ssection length is too small\n", newpfx);
325 newpfx, ctx_info->type, max_ctx_type);
328 printk("%sregister context type: %s\n", newpfx,
330 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, 4,
339 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, 4, ctx_info,