Home
last modified time | relevance | path

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

123

/linux/arch/arm64/mm/
H A Dfault.c68 pr_alert("Data abort info:\n"); in data_abort_decode()
71 pr_alert(" Access size = %u byte(s)\n", in data_abort_decode()
73 pr_alert(" SSE = %lu, SRT = %lu\n", in data_abort_decode()
76 pr_alert(" SF = %lu, AR = %lu\n", in data_abort_decode()
79 pr_alert(" Xs = %llu\n", in data_abort_decode()
82 pr_alert(" ISV = 0, ISS = 0x%08lx, ISS2 = 0x%08lx\n", in data_abort_decode()
86 pr_alert(" CM = %lu, WnR = %lu, TnD = %lu, TagAccess = %lu\n", in data_abort_decode()
92 pr_alert(" GCS = %ld, Overlay = %lu, DirtyBit = %lu\n", in data_abort_decode()
100 pr_alert("Mem abort info:\n"); in mem_abort_decode()
102 pr_alert(" ESR = 0x%016lx\n", esr); in mem_abort_decode()
[all …]
/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()
/linux/kernel/rcu/
H A Drcutorture.c1553 pr_alert("%s: gp_cond without primitives.\n", __func__); in rcu_torture_write_types()
1559 pr_alert("%s: gp_cond_exp without primitives.\n", __func__); in rcu_torture_write_types()
1565 pr_alert("%s: gp_cond_full without primitives.\n", __func__); in rcu_torture_write_types()
1572 pr_alert("%s: gp_cond_exp_full without primitives.\n", __func__); in rcu_torture_write_types()
1578 pr_alert("%s: gp_exp without primitives.\n", __func__); in rcu_torture_write_types()
1584 pr_alert("%s: gp_normal without primitives.\n", __func__); in rcu_torture_write_types()
1591 pr_alert("%s: gp_poll without primitives.\n", __func__); in rcu_torture_write_types()
1598 pr_alert("%s: gp_poll_full without primitives.\n", __func__); in rcu_torture_write_types()
1604 pr_alert("%s: gp_poll_exp without primitives.\n", __func__); in rcu_torture_write_types()
1611 pr_alert("%s: gp_poll_exp_full without primitives.\n", __func__); in rcu_torture_write_types()
[all …]
H A Drcuscale.c52 pr_alert("%s" SCALE_FLAG " %s\n", scale_type, s)
54 do { if (verbose) pr_alert("%s" SCALE_FLAG " %s\n", scale_type, s); } while (0)
56 pr_alert("%s" SCALE_FLAG "!!! %s\n", scale_type, s)
636 pr_alert("%s%s rcu_scale_writer %ld has %d measurements\n", in rcu_scale_writer()
698 pr_alert("%s" SCALE_FLAG in rcu_scale_print_module_parms()
821pr_alert("Total time taken by all kfree'ers: %llu ns, loops: %d, batches: %ld, memory footprint: %… in kfree_scale_thread()
882 pr_alert("%s" SCALE_FLAG in kfree_scale_init()
889 pr_alert("CONFIG_RCU_LAZY is disabled, falling back to kfree_rcu() for delayed RCU kfree'ing\n"); in kfree_scale_init()
909 pr_alert("ERROR: call_rcu() CBs are not being lazy as expected!\n"); in kfree_scale_init()
915 pr_alert("ERROR: call_rcu() CBs are being too lazy!\n"); in kfree_scale_init()
[all …]
H A Dtasks.h766 pr_alert("%s%s Tasks%s RCU g%ld gp_start %lu gp_jiffies %lu gp_state %d (%s).\n", in rcu_tasks_torture_stats_print_generic()
770 pr_alert("\tEnqueue shift %d limit %d Dequeue limit %d gpseq %lu.\n", in rcu_tasks_torture_stats_print_generic()
776 pr_alert("\tCallback counts:"); in rcu_tasks_torture_stats_print_generic()
793 pr_alert("\tBarrier seq %lu start %lu count %d holdout CPUs ", in rcu_tasks_torture_stats_print_generic()
1116 pr_alert("%p: %c%c nvcsw: %lu/%lu holdout: %d idle_cpu: %d/%d\n", in check_holdout_task()
/linux/kernel/
H A Dtorture.c216 pr_alert("%s" TORTURE_FLAG in torture_offline()
230 pr_alert("%s" TORTURE_FLAG in torture_offline()
235 pr_alert("%s" TORTURE_FLAG in torture_offline()
276 pr_alert("%s" TORTURE_FLAG in torture_online()
290 pr_alert("%s" TORTURE_FLAG in torture_online()
295 pr_alert("%s" TORTURE_FLAG in torture_online()
329 pr_alert("%s" TORTURE_FLAG in torture_online_all()
648 pr_alert("%s" TORTURE_FLAG in torture_shutdown()
807pr_alert("torture module --- %s: disable_onoff_at_boot=%d ftrace_dump_at_shutdown=%d verbose_slee… in torture_print_module_parms()
825 pr_alert("%s: Refusing %s init: %s running.\n", in torture_init_begin()
[all …]
H A Dsmp.c258 pr_alert("csd: CSD lock (#%d) got unstuck on CPU#%02d, CPU#%02d released the lock.\n", in csd_lock_wait_toolong()
275 pr_alert("sched_clock on CPU %d went backward by %llu ns\n", raw_smp_processor_id(), ts_delta); in csd_lock_wait_toolong()
297pr_alert("csd: %s non-responsive CSD lock (#%d) on CPU#%d, waiting %lld ns for CPU#%02d %pS(%ps).\… in csd_lock_wait_toolong()
310 pr_alert("\tcsd: CSD lock (#%d) handling prior %pS(%ps) request.\n", in csd_lock_wait_toolong()
314 pr_alert("\tcsd: CSD lock (#%d) %s.\n", in csd_lock_wait_toolong()
321pr_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)
208pr_alert("%s %sscf_invoked_count %s: %lld resched: %lld single: %lld/%lld single_ofl: %lld/%lld si… in scf_torture_stats_print()
531 pr_alert(SCFTORT_FLAG in scftorture_print_module_parms()
/linux/arch/arm/mm/
H A Dfault.c123 pr_alert("8<--- cut here ---\n"); in die_kernel_fault()
124 pr_alert("Unable to handle kernel %s at virtual address %08lx when %s\n", in die_kernel_fault()
636 pr_alert("8<--- cut here ---\n"); in do_DataAbort()
637 pr_alert("Unhandled fault: %s (0x%03x) at 0x%08lx\n", in do_DataAbort()
666 pr_alert("8<--- cut here ---\n"); in do_PrefetchAbort()
667 pr_alert("Unhandled prefetch abort: %s (0x%03x) at 0x%08lx\n", in do_PrefetchAbort()
/linux/samples/rust/
H A Drust_print_main.rs66 pr_alert!("Alert message (level 1) without args\n"); in init()
78 pr_alert!("{} message (level {}) with args\n", "Alert", 1); in init()
/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()
/linux/arch/m68k/mm/
H A Dfault.c48 pr_alert("Unable to handle kernel NULL pointer dereference"); in send_fault_sig()
50 pr_alert("Unable to handle kernel access"); in send_fault_sig()
/linux/kernel/locking/
H A Dlocktorture.c260 pr_alert("%s: delay = %lu jiffies.\n", __func__, jiffies - j); in torture_spin_lock_write_delay()
1054 pr_alert("%s", buf); in lock_torture_stats_print()
1066 pr_alert("%s", buf); in lock_torture_stats_print()
1100 pr_alert("%s" TORTURE_FLAG in lock_torture_print_module_parms()
1252 pr_alert("lock-torture: invalid torture type: \"%s\"\n", in lock_torture_init()
1254 pr_alert("lock-torture types:"); in lock_torture_init()
1256 pr_alert(" %s", torture_ops[i]->name); in lock_torture_init()
1257 pr_alert("\n"); in lock_torture_init()
1264 pr_alert("lock-torture: must run at least one locking thread\n"); in lock_torture_init()
/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()
/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()
/linux/drivers/watchdog/
H A Dpretimeout_noop.c20 pr_alert("watchdog%d: pretimeout event\n", wdd->id); in pretimeout_noop()
/linux/arch/riscv/mm/
H A Dfault.c40 pr_alert("Current %s pgtable: %luK pagesize, %d-bit VAs, pgdp=0x%016llx\n", in show_pte()
46 pr_alert("[%016lx] pgd=%016lx", addr, pgd_val(pgd)); in show_pte()
84 pr_alert("Unable to handle kernel %s at virtual address " REG_FMT "\n", msg, in die_kernel_fault()
/linux/drivers/acpi/
H A Dacpi_ffh.c52 pr_alert("OperationRegion handler could not be installed\n"); in acpi_init_ffh()
H A Dacpi_pcc.c143 pr_alert("OperationRegion handler could not be installed\n"); in acpi_init_pcc()
/linux/rust/kernel/
H A Dprelude.rs109 pr_alert,
H A Ddevice.rs316 pub fn pr_alert(&self, args: fmt::Arguments<'_>) { in pr_alert() method
795 ($($f:tt)*) => { $crate::dev_printk!(pr_alert, $($f)*) }
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-basics.rst42 | KERN_ALERT | "1" | pr_alert() |
/linux/arch/mips/bcm47xx/
H A Dsetup.c64 pr_alert("Please stand by while rebooting the system...\n"); in bcm47xx_machine_restart()
/linux/lib/tests/
H A Dtest_ratelimit.c117 pr_alert("Spawned test_ratelimit_stress_child %d\n", i); in test_ratelimit_stress()
/linux/drivers/xen/xenbus/
H A Dxenbus_client.c723 pr_alert("leaking %p size %u page(s)", in xenbus_map_ring_hvm()
799 pr_alert("leaking VM area %p size %u page(s)", area, nr_grefs); in xenbus_map_ring_pv()
859 pr_alert("leaking VM area %p size %u page(s)", in xenbus_unmap_ring_pv()

123