Lines Matching full:panic

3  *  linux/kernel/panic.c
110 * Stop ourself in panic -- architecture code may override this
128 * Stop other CPUs in panic. Architecture dependent code may override this
138 * This function can be called twice in panic path, but obviously in crash_smp_send_stop()
146 * unfortunately means it may not be hardened to work in a panic in crash_smp_send_stop()
156 * A variant of panic() called from NMI context. We return if we've already
169 panic("%s", msg); in nmi_panic()
203 * panic - halt the system
210 void panic(const char *fmt, ...) in panic() function
221 * This thread may hit another WARN() in the panic path. in panic()
224 * panic_mutex in panic(). in panic()
231 * from deadlocking the first cpu that invokes the panic, since in panic()
233 * after setting panic_cpu) from invoking panic() again. in panic()
239 * It's possible to come here directly from a panic-assertion and in panic()
243 * Only one CPU is allowed to execute the panic code from here. For in panic()
244 * multiple parallel invocations of panic, all other CPUs either in panic()
268 pr_emerg("Kernel panic - not syncing: %s\n", buf); in panic()
271 * Avoid nested stack-dumping if a panic occurs during oops processing in panic()
298 * panic situation. in panic()
311 * Run any panic handlers, including those that might need to in panic()
340 * panic() is not being callled from OOPS. in panic()
388 pr_emerg("---[ end Kernel panic - not syncing: %s ]---\n", buf); in panic()
403 EXPORT_SYMBOL(panic);
490 panic("panic_on_taint set ..."); in add_taint()
621 panic("panic_on_warn set ...\n"); in __warn()
703 panic("stack-protector: Kernel stack is corrupted in: %pB", in __stack_chk_fail()
711 core_param(panic, panic_timeout, int, 0644);
721 if (!strcmp(s, "panic")) in oops_setup()