Lines Matching defs:newpfx
243 char newpfx[64], infopfx[64];
271 snprintf(newpfx, sizeof(newpfx), "%s ", pfx);
281 printk("%sfirst error captured\n", newpfx);
283 printk("%slast error captured\n", newpfx);
286 newpfx);
289 newpfx);
292 printk("%serror_type: %d, %s\n", newpfx, err_info->type,
296 printk("%serror_info: 0x%016llx\n", newpfx,
298 snprintf(infopfx, sizeof(infopfx), "%s ", newpfx);
304 newpfx, err_info->virt_fault_addr);
307 newpfx, err_info->physical_fault_addr);
318 printk("%ssection length is too small\n", newpfx);
324 newpfx, ctx_info->type, max_ctx_type);
327 printk("%sregister context type: %s\n", newpfx,
329 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, 4,
338 print_hex_dump(newpfx, "", DUMP_PREFIX_OFFSET, 16, 4, ctx_info,