/linux/drivers/remoteproc/ |
H A D | qcom_common.c | 208 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 D | qcom_sysmon.c | 534 static void sysmon_stop(struct rproc_subdev *subdev, bool crashed) in sysmon_stop() argument 550 if (crashed) in sysmon_stop()
|
/linux/Documentation/arch/s390/ |
H A D | zfcpdump.rst | 7 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 D | kunit_parser.py | 83 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
|
H A D | kunit.py | 207 if len(filter_globs) == 1 and test_counts.crashed > 0:
|
/linux/drivers/soc/apple/ |
H A D | rtkit.c | 84 if (rtk->crashed) in apple_rtkit_is_running() 96 return rtk->crashed; in apple_rtkit_is_crashed() 369 rtk->crashed = true; in apple_rtkit_crashlog_rx() 370 if (rtk->ops->crashed) in apple_rtkit_crashlog_rx() 371 rtk->ops->crashed(rtk->cookie); in apple_rtkit_crashlog_rx() 591 if (rtk->crashed) in apple_rtkit_send_message() 728 rtk->crashed = false; in apple_rtkit_reinit() 784 if (rtk->crashed) in apple_rtkit_boot()
|
H A D | rtkit-internal.h | 41 bool crashed; member
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-remoteproc | 22 - "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 D | sysfs-class-mic | 85 "crashed" Shutdown because of a HW or SW crash.
|
/linux/include/linux/remoteproc/ |
H A D | qcom_rproc.h | 24 bool crashed; member
|
/linux/include/linux/soc/apple/ |
H A D | rtkit.h | 59 void (*crashed)(void *cookie); member
|
/linux/drivers/media/platform/ti/omap3isp/ |
H A D | isp.c | 686 if (media_entity_enum_intersects(&pipe->ent_enum, &isp->crashed)) in isp_pipeline_enable() 845 media_entity_enum_set(&isp->crashed, in isp_pipeline_disable() 1050 media_entity_enum_zero(&isp->crashed); in isp_reset() 1461 if (!media_entity_enum_empty(&isp->crashed) || in __omap3isp_put() 2014 media_entity_enum_cleanup(&isp->crashed); in isp_remove() 2049 ret = media_entity_enum_init(&isp->crashed, &isp->media_dev); in isp_subdev_notifier_complete()
|
H A D | isp.h | 194 struct media_entity_enum crashed; member
|
/linux/include/linux/ |
H A D | remoteproc.h | 605 void (*stop)(struct rproc_subdev *subdev, bool crashed);
|
/linux/Documentation/driver-api/mei/ |
H A D | iamt.rst | 11 even when the operating system running on the host processor has crashed or
|
/linux/drivers/net/ipa/ |
H A D | ipa_modem.c | 459 notify_data->crashed ? "crashed" : "stopping"); in ipa_modem_notify()
|
/linux/fs/proc/ |
H A D | Kconfig | 46 Exports the dump image of crashed kernel in ELF format.
|
/linux/drivers/rpmsg/ |
H A D | mtk_rpmsg.c | 339 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 D | imx7d-flex-concentrator.dts | 174 * power-cycle and USB hub reset in case of misbehaving or crashed modules.
|
/linux/Documentation/arch/powerpc/ |
H A D | firmware-assisted-dump.rst | 8 a crashed system, and to do so from a fully-reset system, and 84 of memory, which holds the previous crashed kernel dump in ELF
|
H A D | transactional_memory.rst | 141 /* Yes, we crashed during a transaction. Oops. */
|
/linux/fs/ |
H A D | Kconfig.binfmt | 82 ELF core dump files describe each memory mapping of the crashed
|
/linux/Documentation/locking/ |
H A D | robust-futexes.rst | 99 is empty. If the thread/process crashed or terminated in some incorrect
|
/linux/Documentation/admin-guide/kdump/ |
H A D | vmcoreinfo.rst | 561 Indicates whether the crashed kernel enabled SH extended mode.
|
/linux/Documentation/admin-guide/ |
H A D | bug-hunting.rst | 80 If the machine has crashed so badly that you cannot enter commands or
|