Searched refs:panic (Results 1 - 25 of 659) sorted by last modified time

1234567891011>>

/linux-master/fs/btrfs/
H A Dmessages.c285 * panic or BUGs, depending on mount options.
304 panic(KERN_CRIT "BTRFS panic (device %s) in %s:%d: %pV (errno=%d %s)\n",
307 btrfs_crit(fs_info, "panic in %s:%d: %pV (errno=%d %s)",
/linux-master/fs/bcachefs/
H A Dbtree_key_cache.c990 panic("btree key cache shutdown error: nr_dirty nonzero (%li)\n",
994 panic("btree key cache shutdown error: nr_keys nonzero (%li)\n",
H A Dbcachefs_format.h1150 x(panic, 2)
/linux-master/block/
H A Dbdev.c390 panic("Cannot register bdev pseudo-fs");
393 panic("Cannot create bdev pseudo-fs");
H A Dblk-core.c1247 panic("Failed to create kblockd\n");
/linux-master/arch/x86/entry/
H A Dentry_fred.c34 panic("invalid or fatal FRED event");
H A Dcommon.c218 panic("Unexpected external interrupt 0x80\n");
233 panic("Unexpected external interrupt 0x80\n");
/linux-master/mm/
H A Dmemory-failure.c2208 panic("Memory failure on page %lx", pfn);
/linux-master/lib/
H A Dubsan.c481 panic("can't return from __builtin_unreachable()");
/linux-master/init/
H A Dmain.c637 panic("%s: Failed to allocate %zu bytes\n", __func__, len + ilen);
643 panic("%s: Failed to allocate %zu bytes\n", __func__, len);
1018 panic("Too many boot %s vars at `%s'", panic_later,
1130 panic("%s: Failed to allocate %zu bytes\n",
1135 panic("%s: Failed to allocate %zu bytes\n",
1318 panic("%s: Failed to allocate %zu bytes\n", __func__, len);
1487 panic("Requested init %s failed (error %d).",
1506 panic("No working init found. Try passing init= option to kernel. "
/linux-master/include/asm-generic/
H A Dbug.h21 #include <linux/panic.h>
66 panic("BUG!"); \
119 /* used internally by panic.c */
/linux-master/drivers/virtio/
H A Dvirtio.c592 panic("virtio bus registration failed");
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c2345 panic("Kernel requires i486+ for 'invlpg' and other features");
/linux-master/arch/x86/kernel/apic/
H A Dapic.c1788 panic("Cannot disable x2apic, id: %08x\n", x2apic_id);
/linux-master/drivers/iommu/intel/
H A Diommu.c66 * set to 1 to panic kernel if can't successfully enable VT-d
2889 panic("tboot: IOMMU setup failed, DMAR can not resume!\n");
3649 panic("tboot: Failed to initialize DMAR table\n");
3655 panic("tboot: Failed to initialize DMAR device scope\n");
3709 panic("tboot: Failed to initialize DMARs\n");
/linux-master/drivers/cache/
H A Dsifive_ccache.c226 panic("CCACHE: DirFail @ 0x%08X.%08X\n", add_h, add_l);
/linux-master/net/ipv4/
H A Droute.c3694 panic("IP: failed to allocate ip_rt_acct\n");
3703 panic("IP: failed to allocate ipv4_dst_ops counter\n");
3706 panic("IP: failed to allocate ipv4_dst_blackhole_ops counter\n");
/linux-master/tools/include/linux/
H A Dkernel.h11 #include <linux/panic.h>
H A Dpanic.h9 static inline void panic(const char *fmt, ...) function
/linux-master/drivers/crypto/ccp/
H A Dsev-dev.c148 * If invoked during panic handling, local interrupts are disabled,
1643 static int __sev_snp_shutdown_locked(int *error, bool panic) argument
1657 * If invoked during panic handling, local interrupts are disabled
1662 if (!panic)
2244 static void __sev_firmware_shutdown(struct sev_device *sev, bool panic) argument
2254 * If invoked during panic handling, local interrupts are
2260 if (!panic)
2281 __sev_snp_shutdown_locked(&error, panic);
2315 * more confusion during a panic, just bail out here.
/linux-master/arch/x86/kernel/
H A Dsev.c252 * panic() work, mark GHCBs inactive so that messages
259 panic("Unable to handle #VC exception! GHCB and Backup GHCB are already in use");
1346 panic("Can't allocate SEV-ES runtime data");
1361 panic("Can't map GHCBs unencrypted");
1379 panic("SEV-ES CPU Features missing");
1932 * and will panic when an error happens.
1951 panic("Can't handle #VC exception from unsupported context\n");
1974 /* If that fails and we get here - just panic */
1975 panic("Returned from Terminate-Request to Hypervisor\n");
H A Dsetup.c265 panic("Cannot find place for new RAMDISK of size %lld\n",
672 * Dump out kernel offset information on panic.
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c231 panic("Panicing machine check CPU died");
251 * matters a whole lot since the machine is going to panic anyway.
257 * Make sure only one CPU runs in machine check panic
266 /* Don't log too much for fake panic */
311 * panic.
321 panic(msg);
323 pr_emerg(HW_ERR "Fake kernel panic: %s\n", msg);
361 panic("MCA architectural violation!\n");
671 * Note: spec recommends to panic for fatal unsignalled
898 * Do a quick check if any of the events requires a panic
[all...]
/linux-master/arch/x86/coco/
H A Dcore.c235 * just panic here because it's absolutely unsafe to continue
239 panic("RDRAND is defective.");
/linux-master/net/mptcp/
H A Dsubflow.c2047 panic("MPTCP: failed to init subflow v4 request sock ops\n");
2076 panic("MPTCP: failed to init subflow v6 request sock ops\n");
2103 panic("MPTCP: failed to register subflows to ULP\n");

Completed in 536 milliseconds

1234567891011>>