Searched refs:ecc_settings (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | amd64_edac.c | 19 static struct ecc_settings **ecc_stngs; 3116 static int toggle_ecc_err_reporting(struct ecc_settings *s, u16 nid, bool on) in toggle_ecc_err_reporting() 3154 static bool enable_ecc_error_reporting(struct ecc_settings *s, u16 nid, in enable_ecc_error_reporting() 3206 static void restore_ecc_error_reporting(struct ecc_settings *s, u16 nid, in restore_ecc_error_reporting() 3556 struct ecc_settings *s; in probe_one_instance() 3560 s = kzalloc(sizeof(struct ecc_settings), GFP_KERNEL); in probe_one_instance() 3633 struct ecc_settings *s = ecc_stngs[nid]; in remove_one_instance()
|
H A D | amd64_edac.h | 455 struct ecc_settings { struct
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | amd64_edac.c | 32 static struct ecc_settings **ecc_stngs; 3479 static int toggle_ecc_err_reporting(struct ecc_settings *s, u16 nid, bool on) in toggle_ecc_err_reporting() 3517 static bool enable_ecc_error_reporting(struct ecc_settings *s, u16 nid, in enable_ecc_error_reporting() 3569 static void restore_ecc_error_reporting(struct ecc_settings *s, u16 nid, in restore_ecc_error_reporting() 4238 struct ecc_settings *s; in probe_one_instance() 4242 s = kzalloc(sizeof(struct ecc_settings), GFP_KERNEL); in probe_one_instance() 4317 struct ecc_settings *s = ecc_stngs[nid]; in remove_one_instance()
|
H A D | amd64_edac.h | 450 struct ecc_settings { struct
|
Completed in 17 milliseconds