Home
last modified time | relevance | path

Searched full:crashed (Results 1 – 25 of 152) sorted by relevance

1234567

/openbmc/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
/openbmc/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
540 return stdout.red('[CRASHED] ') + test.name
613 "Testing complete. Passed: 2, Failed: 0, Crashed: 0, Skipped: 0,
640 test and check if any of the tests crashed and if so set the test
641 status to crashed. Otherwise if the test has no subtests add the
[all …]
/openbmc/linux/drivers/remoteproc/
H A Dqcom_common.c206 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()
H A Dremoteproc_sysfs.c32 * disabled: When disabled, a remote processor will remain in a crashed
37 * remote processor is in a crashed state, without changing
170 [RPROC_CRASHED] = "crashed",
H A Dqcom_sysmon.c534 static void sysmon_stop(struct rproc_subdev *subdev, bool crashed) in sysmon_stop() argument
549 /* Don't request graceful shutdown if we've crashed */ in sysmon_stop()
550 if (crashed) in sysmon_stop()
/openbmc/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
/openbmc/linux/include/linux/remoteproc/
H A Dqcom_rproc.h12 * @QCOM_SSR_BEFORE_SHUTDOWN: Remoteproc crashed or shutting down (stop stage)
24 bool crashed; member
/openbmc/linux/include/linux/soc/apple/
H A Drtkit.h40 * @crashed: Called when the co-processor has crashed. Runs in process
59 void (*crashed)(void *cookie); member
139 * Checks if RTKit has crashed.
/openbmc/linux/arch/x86/xen/
H A Dmmu_hvm.c12 * The kdump kernel has to check whether a pfn of the crashed kernel
14 * whether to access a pfn of the crashed kernel.
/openbmc/linux/drivers/soc/apple/
H A Drtkit.c89 if (rtk->crashed) in apple_rtkit_is_running()
101 return rtk->crashed; in apple_rtkit_is_crashed()
356 dev_err(rtk->dev, "RTKit: co-processor has crashed\n"); in apple_rtkit_crashlog_rx()
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()
H A Drtkit-internal.h45 bool crashed; member
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss.h83 * @crashed: Crashed entities
102 struct media_entity_enum crashed; member
H A Diss.c412 * crashed. Mark it as such, the ISS will be reset when in iss_pipeline_disable()
415 media_entity_enum_set(&iss->crashed, &subdev->entity); in iss_pipeline_disable()
444 /* If one of the entities in the pipeline has crashed it will not work in iss_pipeline_enable()
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()
/openbmc/phosphor-state-manager/target_files/
H A Dobmc-host-crash@.target2 Description=Host instance %i crashed
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disp.h152 * @crashed: Crashed ent_enum
194 struct media_entity_enum crashed; member
/openbmc/linux/drivers/tee/optee/
H A Dcore.c194 * The kernel may have crashed at the same time that all available in optee_core_init()
196 * suspended threads without access to the crashed kernel's wait_queue. in optee_core_init()
/openbmc/openbmc-test-automation/security/
H A Dtest_bmcweb_security.robot28 # This should fail, if bmcweb is crashed.
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-fork.c34 /* If we reach here, we've passed. Otherwise we've probably crashed in test_fork()
/openbmc/linux/arch/x86/include/asm/
H A Dkdebug.h28 * For when userspace crashed, but we don't think it's our fault, and
/openbmc/linux/kernel/
H A Dcrash_dump.c24 * elfcorehdr= specifies the location of elf core header stored by the crashed
/openbmc/linux/drivers/base/
H A Ddevcoredump.c247 * @dev: the struct device for the crashed device
309 * @dev: the struct device for the crashed device
399 * @dev: the struct device for the crashed device
/openbmc/phosphor-state-manager/scripts/
H A Dhost-reboot59 echo "reboot count is 0 and host crashed, go to host quiesce"
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-38471-1.patch9 which crashed the daemon.
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/
H A Dgdb-common.inc3 …e another program while it executes -- or what another program was doing at the moment it crashed."
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DHost.interface.yaml135 The host firmware crashed and the BMC has automatically

1234567