Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/edac/
A 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,
A Dedac_device.h162 int panic_on_ue; /* boolean for panic'ing on an UE */ member
A Dqcom_edac.c360 edev_ctl->panic_on_ue = LLCC_ERP_PANIC_ON_UE; in qcom_llcc_edac_probe()
A Dedac_device.c523 return edac_dev->panic_on_ue; in edac_device_get_panic_on_ue()
/linux-6.3-rc2/Documentation/ABI/testing/
A 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-6.3-rc2/Documentation/admin-guide/
A Dras.rst502 errors that have occurred on this DIMM. If panic_on_ue is set
591 errors that have occurred on this csrow. If panic_on_ue is set
897 panic_on_ue boolean to ``panic`` the system if an UE is encountered

Completed in 11 milliseconds