/Linux-v6.6/drivers/remoteproc/ |
D | qcom_common.c | 206 static void glink_subdev_stop(struct rproc_subdev *subdev, bool crashed) in glink_subdev_stop() argument 317 static void smd_subdev_stop(struct rproc_subdev *subdev, bool crashed) in smd_subdev_stop() argument 434 .crashed = false, in ssr_notify_prepare() 447 .crashed = false, in ssr_notify_start() 455 static void ssr_notify_stop(struct rproc_subdev *subdev, bool crashed) in ssr_notify_stop() argument 460 .crashed = crashed, in ssr_notify_stop() 472 .crashed = false, in ssr_notify_unprepare()
|
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()
|
D | remoteproc_core.c | 1122 static void rproc_stop_subdevices(struct rproc *rproc, bool crashed) in rproc_stop_subdevices() argument 1128 subdev->stop(subdev, crashed); in rproc_stop_subdevices() 1706 static int rproc_stop(struct rproc *rproc, bool crashed) in rproc_stop() argument 1716 rproc_stop_subdevices(rproc, crashed); in rproc_stop()
|
D | remoteproc_virtio.c | 480 static void rproc_vdev_do_stop(struct rproc_subdev *subdev, bool crashed) in rproc_vdev_do_stop() argument
|
/Linux-v6.6/Documentation/arch/s390/ |
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-v6.6/tools/testing/kunit/ |
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
|
/Linux-v6.6/drivers/soc/apple/ |
D | rtkit.c | 89 if (rtk->crashed) in apple_rtkit_is_running() 101 return rtk->crashed; in apple_rtkit_is_crashed() 374 rtk->crashed = true; in apple_rtkit_crashlog_rx() 375 if (rtk->ops->crashed) in apple_rtkit_crashlog_rx() 376 rtk->ops->crashed(rtk->cookie); in apple_rtkit_crashlog_rx() 608 if (rtk->crashed) in apple_rtkit_send_message() 805 rtk->crashed = false; in apple_rtkit_reinit() 861 if (rtk->crashed) in apple_rtkit_boot()
|
D | rtkit-internal.h | 45 bool crashed; member
|
/Linux-v6.6/Documentation/ABI/testing/ |
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
|
/Linux-v6.6/drivers/staging/media/omap4iss/ |
D | iss.c | 415 media_entity_enum_set(&iss->crashed, &subdev->entity); in iss_pipeline_disable() 450 if (media_entity_enum_intersects(&pipe->ent_enum, &iss->crashed)) in iss_pipeline_enable() 573 media_entity_enum_zero(&iss->crashed); in iss_reset() 903 if (!media_entity_enum_empty(&iss->crashed)) in omap4iss_put() 1301 ret = media_entity_enum_init(&iss->crashed, &iss->media_dev); in iss_probe() 1315 media_entity_enum_cleanup(&iss->crashed); in iss_probe() 1331 media_entity_enum_cleanup(&iss->crashed); in iss_remove()
|
D | iss.h | 102 struct media_entity_enum crashed; member
|
/Linux-v6.6/include/linux/remoteproc/ |
D | qcom_rproc.h | 24 bool crashed; member
|
/Linux-v6.6/include/linux/soc/apple/ |
D | rtkit.h | 59 void (*crashed)(void *cookie); member
|
/Linux-v6.6/drivers/media/platform/ti/omap3isp/ |
D | isp.h | 194 struct media_entity_enum crashed; member
|
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()
|
/Linux-v6.6/Documentation/mm/ |
D | page_table_check.rst | 17 In case of detected corruption, the kernel is crashed. There is a small
|
/Linux-v6.6/include/linux/ |
D | remoteproc.h | 605 void (*stop)(struct rproc_subdev *subdev, bool crashed);
|
/Linux-v6.6/drivers/rpmsg/ |
D | mtk_rpmsg.c | 339 static void mtk_rpmsg_stop(struct rproc_subdev *subdev, bool crashed) in mtk_rpmsg_stop() argument
|
/Linux-v6.6/drivers/net/ipa/ |
D | ipa_modem.c | 435 notify_data->crashed ? "crashed" : "stopping"); in ipa_modem_notify()
|
/Linux-v6.6/Documentation/driver-api/mei/ |
D | iamt.rst | 11 even when the operating system running on the host processor has crashed or
|
/Linux-v6.6/fs/proc/ |
D | Kconfig | 46 Exports the dump image of crashed kernel in ELF format.
|
/Linux-v6.6/arch/arm/boot/dts/nxp/imx/ |
D | imx7d-flex-concentrator.dts | 174 * power-cycle and USB hub reset in case of misbehaving or crashed modules.
|
/Linux-v6.6/fs/ |
D | Kconfig.binfmt | 82 ELF core dump files describe each memory mapping of the crashed
|
/Linux-v6.6/Documentation/admin-guide/kdump/ |
D | vmcoreinfo.rst | 432 These values are used to compute the number of nodes the crashed kernel used. 591 Indicates whether the crashed kernel enabled SH extended mode.
|
/Linux-v6.6/Documentation/powerpc/ |
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
|