Searched refs:panic_on_ue (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | edac_device_sysfs.c | 65 /* 'panic_on_ue' */ 69 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,
|
H A D | edac_device.h | 162 int panic_on_ue; /* boolean for panic'ing on an UE */ member
|
H A D | qcom_edac.c | 360 edev_ctl->panic_on_ue = LLCC_ERP_PANIC_ON_UE; in qcom_llcc_edac_probe()
|
H A D | edac_device.c | 553 return edac_dev->panic_on_ue; in edac_device_get_panic_on_ue()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | edac_device_sysfs.c | 65 /* 'panic_on_ue' */ 69 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,
|
H A D | edac_device.h | 162 int panic_on_ue; /* boolean for panic'ing on an UE */ member
|
H A D | qcom_edac.c | 362 edev_ctl->panic_on_ue = LLCC_ERP_PANIC_ON_UE; in qcom_llcc_edac_probe()
|
H A D | edac_device.c | 523 return edac_dev->panic_on_ue; in edac_device_get_panic_on_ue()
|
Completed in 7 milliseconds