Home
last modified time | relevance | path

Searched refs:pr_alert (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/linux/arch/arm64/mm/
H A Dfault.c71 pr_alert("Data abort info:\n"); in data_abort_decode()
74 pr_alert(" Access size = %u byte(s)\n", in data_abort_decode()
76 pr_alert(" SSE = %lu, SRT = %lu\n", in data_abort_decode()
79 pr_alert(" SF = %lu, AR = %lu\n", in data_abort_decode()
83 pr_alert(" ISV = 0, ISS = 0x%08lx, ISS2 = 0x%08lx\n", in data_abort_decode()
102 pr_alert("Mem abort info:\n"); in mem_abort_decode()
104 pr_alert(" ESR = 0x%016lx\n", esr); in mem_abort_decode()
105 pr_alert(" EC = 0x%02lx: %s, IL = %u bits\n", in mem_abort_decode()
108 pr_alert(" SET = %lu, FnV = %lu\n", in mem_abort_decode()
111 pr_alert(" EA = %lu, S1PTW = %lu\n", in mem_abort_decode()
[all …]
/openbmc/linux/arch/nios2/kernel/
H A Dtraps.c133 pr_alert("Unaligned access from kernel mode, this might be a hardware\n"); in handle_unaligned_c()
134 pr_alert("problem, dump registers and restart the instruction\n"); in handle_unaligned_c()
135 pr_alert(" BADADDR 0x%08lx\n", addr); in handle_unaligned_c()
136 pr_alert(" cause %d\n", cause); in handle_unaligned_c()
137 pr_alert(" op-code 0x%08lx\n", *(unsigned long *)(fp->ea)); in handle_unaligned_c()
/openbmc/linux/kernel/rcu/
H A Drcuscale.c50 pr_alert("%s" SCALE_FLAG " %s\n", scale_type, s)
54 pr_alert("%s" SCALE_FLAG "!!! %s\n", scale_type, s)
529 pr_alert("%s%s rcu_scale_writer %ld has %d measurements\n", in rcu_scale_writer()
568 pr_alert("%s" SCALE_FLAG in rcu_scale_print_module_parms()
754 pr_alert("%s" SCALE_FLAG in kfree_scale_init()
787 pr_alert("ERROR: call_rcu() CBs are being too lazy!\n"); in kfree_scale_init()
804 pr_alert("kfree object size=%zu, kfree_by_call_rcu=%d\n", in kfree_scale_init()
892 pr_alert("%s%s writer %d gps: %d\n", in rcu_scale_cleanup()
914 pr_alert("%s%s %4d writer-duration: %5d %llu\n", in rcu_scale_cleanup()
967 pr_alert("rcu-scale: invalid scale type: \"%s\"\n", scale_type); in rcu_scale_init()
[all …]
H A Drcutorture.c1375 pr_alert("%s" TORTURE_FLAG in rcu_torture_writer()
1599 pr_alert("%s" TORTURE_FLAG in rcu_torture_writer()
2313 pr_alert("mem_dump_obj(NULL):"); in rcu_torture_mem_dump_obj()
2317 pr_alert("mem_dump_obj(%px):", rhp); in rcu_torture_mem_dump_obj()
2321 pr_alert("mem_dump_obj(%px):", &z); in rcu_torture_mem_dump_obj()
2348 pr_alert("%s" TORTURE_FLAG in rcu_torture_print_module_parms()
2464 pr_alert("%s start on CPU %d.\n", in rcu_torture_stall()
2483 pr_alert("%s end.\n", __func__); in rcu_torture_stall()
3118 pr_alert("%s" TORTURE_FLAG in rcu_torture_barrier_init()
3121 pr_alert("%s" TORTURE_FLAG in rcu_torture_barrier_init()
[all …]
H A Drefscale.c44 pr_alert("%s" SCALE_FLAG s, scale_type, ## x)
49 pr_alert("%s" SCALE_FLAG s "\n", scale_type, ## x); \
60 pr_alert("%s" SCALE_FLAG s "\n", scale_type, ## x); \
911 pr_alert("%s", buf); in process_durations()
918 pr_alert("%s\n", buf); in process_durations()
990 pr_alert("Runs\tTime(ns)\n"); in main_func()
999 pr_alert("%s", buf); in main_func()
1004 pr_alert("%s", buf); in main_func()
1027 pr_alert("%s" SCALE_FLAG in ref_scale_print_module_parms()
1095 pr_alert("rcu-scale: invalid scale type: \"%s\"\n", scale_type); in ref_scale_init()
[all …]
/openbmc/linux/kernel/
H A Dtorture.c215 pr_alert("%s" TORTURE_FLAG in torture_offline()
229 pr_alert("%s" TORTURE_FLAG in torture_offline()
234 pr_alert("%s" TORTURE_FLAG in torture_offline()
275 pr_alert("%s" TORTURE_FLAG in torture_online()
289 pr_alert("%s" TORTURE_FLAG in torture_online()
294 pr_alert("%s" TORTURE_FLAG in torture_online()
328 pr_alert("%s" TORTURE_FLAG in torture_online_all()
641 pr_alert("%s" TORTURE_FLAG in torture_shutdown()
808 pr_alert("%s: Refusing %s init: %s running.\n", in torture_init_begin()
810 pr_alert("%s: One torture test at a time!\n", __func__); in torture_init_begin()
H A Dsmp.c229 pr_alert("csd: CSD lock (#%d) got unstuck on CPU#%02d, CPU#%02d released the lock.\n", in csd_lock_wait_toolong()
251pr_alert("csd: %s non-responsive CSD lock (#%d) on CPU#%d, waiting %llu ns for CPU#%02d %pS(%ps).\… in csd_lock_wait_toolong()
261 pr_alert("\tcsd: CSD lock (#%d) handling prior %pS(%ps) request.\n", in csd_lock_wait_toolong()
265 pr_alert("\tcsd: CSD lock (#%d) %s.\n", in csd_lock_wait_toolong()
272pr_alert("csd: Re-sending CSD lock (#%d) IPI from CPU#%02d to CPU#%02d\n", *bug_id, raw_smp_proces… in csd_lock_wait_toolong()
H A Dscftorture.c42 do { if (verbose) pr_alert(SCFTORT_FLAG s "\n", ## x); } while (0)
44 #define SCFTORTOUT_ERRSTRING(s, x...) pr_alert(SCFTORT_FLAG "!!! " s "\n", ## x)
177pr_alert("%s %sscf_invoked_count %s: %lld resched: %lld single: %lld/%lld single_ofl: %lld/%lld si… in scf_torture_stats_print()
503 pr_alert(SCFTORT_FLAG in scftorture_print_module_parms()
/openbmc/linux/mm/
H A Dpage_owner.c464 pr_alert("There is not page extension available.\n"); in __dump_page_owner()
473 pr_alert("page_owner info is not present (never set?)\n"); in __dump_page_owner()
479 pr_alert("page_owner tracks the page as allocated\n"); in __dump_page_owner()
481 pr_alert("page_owner tracks the page as freed\n"); in __dump_page_owner()
483pr_alert("page last allocated via order %u, migratetype %s, gfp_mask %#x(%pGg), pid %d, tgid %d (%… in __dump_page_owner()
490 pr_alert("page_owner allocation stack trace missing\n"); in __dump_page_owner()
496 pr_alert("page_owner free stack trace missing\n"); in __dump_page_owner()
498 pr_alert("page last free stack trace:\n"); in __dump_page_owner()
503 pr_alert("page has been migrated, last migrate reason: %s\n", in __dump_page_owner()
/openbmc/linux/include/linux/
H A Dtorture.h33 pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s)
38 pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s); \
42 pr_alert("%s" TORTURE_FLAG "!!! %s\n", torture_type, s)
/openbmc/linux/samples/rust/
H A Drust_print.rs47 pr_alert!("Alert message (level 1) without args\n"); in init()
59 pr_alert!("{} message (level {}) with args\n", "Alert", 1); in init()
/openbmc/linux/arch/x86/platform/uv/
H A Duv_nmi.c683 pr_alert("UV: Sending NMI IPI to %d CPUs: %*pbl\n", in uv_nmi_wait()
693 pr_alert("UV: %d CPUs not in NMI loop: %*pbl\n", in uv_nmi_wait()
698 pr_alert("UV: %d of %d CPUs in NMI\n", in uv_nmi_wait()
783 pr_alert("UV: NMI CPU health check (non-responding:%d)\n", out); in uv_nmi_action_health()
800 pr_alert("UV: tracing %s for %d CPUs from CPU %d\n", in uv_nmi_dump_state()
815 pr_alert("UV: %d CPUs ignored NMI\n", ignored); in uv_nmi_dump_state()
818 pr_alert("UV: process trace complete\n"); in uv_nmi_dump_state()
905 pr_alert("KGDB returned error, is kgdboc set?\n"); in uv_call_kgdb_kdb()
973 pr_alert("UV: unknown NMI action: %s\n", uv_nmi_action); in uv_handle_nmi()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-flash.c283 pr_alert("FLASH: Image update cancelled\n"); in opal_flash_update()
308 pr_alert("FLASH: Flashing new firmware\n"); in opal_flash_update_print_message()
309 pr_alert("FLASH: Image is %u bytes\n", image_data.size); in opal_flash_update_print_message()
310 pr_alert("FLASH: Performing flash and reboot/shutdown\n"); in opal_flash_update_print_message()
311 pr_alert("FLASH: This will take several minutes. Do not power off!\n"); in opal_flash_update_print_message()
/openbmc/linux/arch/powerpc/mm/
H A Dfault.c611 pr_alert("BUG: %s on %s at 0x%08lx\n", msg, in __bad_page_fault()
615 pr_alert("BUG: %s at 0x%08lx\n", msg, regs->dar); in __bad_page_fault()
619 pr_alert("BUG: Unable to handle kernel instruction fetch%s", in __bad_page_fault()
623 pr_alert("BUG: Unable to handle kernel unaligned access at 0x%08lx\n", in __bad_page_fault()
627 pr_alert("BUG: Unable to handle unknown paging fault at 0x%08lx\n", in __bad_page_fault()
/openbmc/linux/arch/arm/mm/
H A Dfault.c129 pr_alert("8<--- cut here ---\n"); in die_kernel_fault()
130 pr_alert("Unable to handle kernel %s at virtual address %08lx when %s\n", in die_kernel_fault()
529 pr_alert("8<--- cut here ---\n"); in do_DataAbort()
530 pr_alert("Unhandled fault: %s (0x%03x) at 0x%08lx\n", in do_DataAbort()
559 pr_alert("Unhandled prefetch abort: %s (0x%03x) at 0x%08lx\n", in do_PrefetchAbort()
/openbmc/linux/arch/sh/mm/
H A Dfault.c50 pr_alert("pgd = %p\n", pgd); in show_pte()
52 pr_alert("[%08lx] *pgd=%0*llx", addr, (u32)(sizeof(*pgd) * 2), in show_pte()
211 pr_alert("BUG: unable to handle kernel %s at %08lx\n", in show_fault_oops()
215 pr_alert("PC:"); in show_fault_oops()
/openbmc/linux/arch/x86/mm/
H A Dfault.c483 pr_alert("%s: NULL\n", name); in show_ldttss()
488 pr_alert("%s: 0x%hx -- out of bounds\n", name, index); in show_ldttss()
494 pr_alert("%s: 0x%hx -- GDT entry is not readable\n", in show_ldttss()
503 pr_alert("%s: 0x%hx -- base=0x%lx limit=0x%x\n", in show_ldttss()
534 pr_alert("BUG: kernel NULL pointer dereference, address: %px\n", in show_fault_oops()
537 pr_alert("BUG: unable to handle page fault for address: %px\n", in show_fault_oops()
540 pr_alert("#PF: %s %s in %s mode\n", in show_fault_oops()
546 pr_alert("#PF: error_code(0x%04lx) - %s\n", error_code, in show_fault_oops()
571 pr_alert("IDT: 0x%lx (limit=0x%hx) GDT: 0x%lx (limit=0x%hx)\n", in show_fault_oops()
/openbmc/linux/kernel/locking/
H A Dlocktorture.c206 pr_alert("%s: delay = %lu jiffies.\n", __func__, jiffies - j); in torture_spin_lock_write_delay()
953 pr_alert("%s", buf); in lock_torture_stats_print()
965 pr_alert("%s", buf); in lock_torture_stats_print()
993 pr_alert("%s" TORTURE_FLAG in lock_torture_print_module_parms()
1088 pr_alert("lock-torture: invalid torture type: \"%s\"\n", in lock_torture_init()
1090 pr_alert("lock-torture types:"); in lock_torture_init()
1092 pr_alert(" %s", torture_ops[i]->name); in lock_torture_init()
1093 pr_alert("\n"); in lock_torture_init()
1100 pr_alert("lock-torture: must run at least one locking thread\n"); in lock_torture_init()
/openbmc/linux/arch/m68k/mm/
H A Dfault.c46 pr_alert("Unable to handle kernel NULL pointer dereference"); in send_fault_sig()
48 pr_alert("Unable to handle kernel access"); in send_fault_sig()
/openbmc/linux/arch/nios2/mm/
H A Dfault.c191 pr_alert("Unable to handle kernel %s at virtual address %08lx", in do_page_fault()
194 pr_alert("ea = %08lx, ra = %08lx, cause = %ld\n", regs->ea, regs->ra, in do_page_fault()
/openbmc/linux/drivers/watchdog/
H A Dpretimeout_noop.c20 pr_alert("watchdog%d: pretimeout event\n", wdd->id); in pretimeout_noop()
/openbmc/linux/arch/mips/sgi-ip30/
H A Dip30-irq.c76 pr_alert("IP30: CPU%d: HEART ATTACK! ISR = 0x%.16llx, IMR = 0x%.16llx, CAUSE = 0x%.16llx\n", in ip30_error_irq()
81 pr_alert(" HEART_MEMERR_ADDR = 0x%.16llx\n", err_reg); in ip30_error_irq()
87 pr_alert(" HEART Error IRQ #%d\n", i); in ip30_error_irq()
/openbmc/linux/rust/kernel/
H A Dprelude.rs28 pub use super::{pr_alert, pr_crit, pr_debug, pr_emerg, pr_err, pr_info, pr_notice, pr_warn};
/openbmc/linux/drivers/acpi/
H A Dacpi_ffh.c52 pr_alert("OperationRegion handler could not be installed\n"); in acpi_init_ffh()
/openbmc/u-boot/include/linux/
H A Dprintk.h42 #define pr_alert(fmt, ...) \ macro

1234