Searched refs:cs_found (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | amd64_edac.c | 1844 int cs_found = -EINVAL; in f1x_lookup_addr_in_dct() local 1849 return cs_found; in f1x_lookup_addr_in_dct() 1871 cs_found = csrow; in f1x_lookup_addr_in_dct() 1874 cs_found = f10_process_possible_spare(pvt, dct, csrow); in f1x_lookup_addr_in_dct() 1876 edac_dbg(1, " MATCH csrow=%d\n", cs_found); in f1x_lookup_addr_in_dct() 1880 return cs_found; in f1x_lookup_addr_in_dct() 1921 int cs_found = -EINVAL; in f1x_match_to_this_node() local 1990 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, channel); in f1x_match_to_this_node() 1992 if (cs_found >= 0) in f1x_match_to_this_node() 1995 return cs_found; in f1x_match_to_this_node() 2001 int cs_found = -EINVAL; f15_m30h_match_to_this_node() local 2124 int cs_found = -EINVAL; f1x_translate_sysaddr_to_cs() local [all...] |
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | amd64_edac.c | 2475 int cs_found = -EINVAL; in f1x_lookup_addr_in_dct() local 2480 return cs_found; in f1x_lookup_addr_in_dct() 2502 cs_found = csrow; in f1x_lookup_addr_in_dct() 2505 cs_found = f10_process_possible_spare(pvt, dct, csrow); in f1x_lookup_addr_in_dct() 2507 edac_dbg(1, " MATCH csrow=%d\n", cs_found); in f1x_lookup_addr_in_dct() 2511 return cs_found; in f1x_lookup_addr_in_dct() 2552 int cs_found = -EINVAL; in f1x_match_to_this_node() local 2621 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, channel); in f1x_match_to_this_node() 2623 if (cs_found >= 0) in f1x_match_to_this_node() 2626 return cs_found; in f1x_match_to_this_node() 2632 int cs_found = -EINVAL; f15_m30h_match_to_this_node() local 2755 int cs_found = -EINVAL; f1x_translate_sysaddr_to_cs() local [all...] |
Completed in 11 milliseconds