Home
last modified time | relevance | path

Searched refs:panic_on_ue (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/edac/
Dedac_device.h162 int panic_on_ue; /* boolean for panic'ing on an UE */ member
Dedac_device_sysfs.c69 return sprintf(data, "%u\n", ctl_info->panic_on_ue); in edac_device_ctl_panic_on_ue_show()
77 ctl_info->panic_on_ue = (simple_strtoul(data, NULL, 0) != 0); in edac_device_ctl_panic_on_ue_store()
159 CTL_INFO_ATTR(panic_on_ue, S_IRUGO | S_IWUSR,
Dedac_device.c555 return edac_dev->panic_on_ue; in edac_device_get_panic_on_ue()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-devices-edac36 panic_on_ue is set, this counter will not have a chance to
155 errors that have occurred on this DIMM. If panic_on_ue is set, this
/Linux-v4.19/Documentation/admin-guide/
Dras.rst493 errors that have occurred on this DIMM. If panic_on_ue is set
582 errors that have occurred on this csrow. If panic_on_ue is set
888 panic_on_ue boolean to ``panic`` the system if an UE is encountered