Home
last modified time | relevance | path

Searched refs:crashed (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/remoteproc/
H A Dqcom_common.c208 static void glink_subdev_stop(struct rproc_subdev *subdev, bool crashed) in glink_subdev_stop() argument
319 static void smd_subdev_stop(struct rproc_subdev *subdev, bool crashed) in smd_subdev_stop() argument
436 .crashed = false, in ssr_notify_prepare()
449 .crashed = false, in ssr_notify_start()
457 static void ssr_notify_stop(struct rproc_subdev *subdev, bool crashed) in ssr_notify_stop() argument
462 .crashed = crashed, in ssr_notify_stop()
474 .crashed = false, in ssr_notify_unprepare()
H A Dremoteproc_core.c1118 static void rproc_stop_subdevices(struct rproc *rproc, bool crashed) in rproc_stop_subdevices() argument
1124 subdev->stop(subdev, crashed); in rproc_stop_subdevices()
1702 static int rproc_stop(struct rproc *rproc, bool crashed) in rproc_stop() argument
1712 rproc_stop_subdevices(rproc, crashed); in rproc_stop()
H A Dremoteproc_virtio.c483 static void rproc_vdev_do_stop(struct rproc_subdev *subdev, bool crashed) in rproc_vdev_do_stop() argument
/linux/Documentation/arch/s390/
H A Dzfcpdump.rst7 has to create a dump of the current (probably crashed) Linux image. In order to
8 not overwrite memory of the crashed Linux with data of the dump tool, the
20 The user space dump tool accesses the memory of the crashed system by means
21 of the /proc/vmcore interface. This interface exports the crashed system's
24 is needed by /proc/vmcore. The tail part of the crashed systems memory which
/linux/tools/testing/kunit/
H A Dkunit_parser.py83 crashed: int = 0 variable in TestCounts
90 ('crashed', self.crashed), ('skipped', self.skipped),
99 return (self.passed + self.failed + self.crashed +
114 self.crashed += counts.crashed
124 if self.crashed:
144 self.crashed += 1
583 the test footer are all printed. If failed_only is true, only failed/crashed
588 failed_only - True if only failed/crashed test
[all...]
/linux/tools/testing/selftests/coredump/
H A DREADME.rst14 The piped user program may be interested in reading the stack pointers of the crashed process. The
15 crashed process's stack pointers can be read from `procfs`: it is the `kstkesp` field in
45 reads the stack pointers of all threads of crashed processes.
/linux/drivers/soc/apple/
H A Drtkit.c86 if (rtk->crashed) in apple_rtkit_is_running()
98 return rtk->crashed; in apple_rtkit_is_crashed()
395 rtk->crashed = true; in apple_rtkit_crashlog_rx()
396 if (rtk->ops->crashed) in apple_rtkit_crashlog_rx()
397 rtk->ops->crashed(rtk->cookie, bfr, rtk->crashlog_buffer.size); in apple_rtkit_crashlog_rx()
612 if (rtk->crashed) { in apple_rtkit_send_message()
757 rtk->crashed = false; in apple_rtkit_reinit()
817 if (rtk->crashed) in apple_rtkit_boot()
H A Drtkit-internal.h41 bool crashed; member
/linux/Documentation/ABI/testing/
H A Dsysfs-class-remoteproc22 - "crashed"
32 "crashed" indicates that a problem/crash has been detected on
102 "disabled" means, a remote processor will remain in a crashed
H A Dsysfs-kernel-kexec-kdump47 how much space is needed to hold metadata about the crashed
H A Dsysfs-class-mic85 "crashed" Shutdown because of a HW or SW crash.
/linux/include/linux/remoteproc/
H A Dqcom_rproc.h24 bool crashed; member
/linux/include/linux/soc/apple/
H A Drtkit.h59 void (*crashed)(void *cookie, const void *crashlog, size_t crashlog_size); member
/linux/Documentation/ABI/obsolete/
H A Dsysfs-kernel-kexec-kdump57 how much space is needed to hold metadata about the crashed
/linux/include/linux/
H A Dremoteproc.h605 void (*stop)(struct rproc_subdev *subdev, bool crashed);
/linux/Documentation/driver-api/mei/
H A Diamt.rst11 even when the operating system running on the host processor has crashed or
/linux/drivers/rpmsg/
H A Dmtk_rpmsg.c339 static void mtk_rpmsg_stop(struct rproc_subdev *subdev, bool crashed) in mtk_rpmsg_stop() argument
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-flex-concentrator.dts174 * power-cycle and USB hub reset in case of misbehaving or crashed modules.
/linux/fs/
H A DKconfig.binfmt82 ELF core dump files describe each memory mapping of the crashed
/linux/Documentation/arch/powerpc/
H A Dtransactional_memory.rst141 /* Yes, we crashed during a transaction. Oops. */
/linux/Documentation/locking/
H A Drobust-futexes.rst99 is empty. If the thread/process crashed or terminated in some incorrect
/linux/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst561 Indicates whether the crashed kernel enabled SH extended mode.
/linux/arch/x86/math-emu/
H A DREADME189 sqrt() 128.7 crashed 145.2 227.0
/linux/Documentation/filesystems/
H A Doverlayfs.rst810 not crashed and contents of upperdir are intact, the "volatile" directory
/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst202 collecting process can block the reaping of a crashed process simply

12