Searched refs:new0 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/tcg/s390x/ |
H A D | cdsg.c | 20 unsigned long new0, unsigned long new1, in cdsg() argument 31 r2 = new0; in cdsg() 50 unsigned long orig0, orig1, new0, new1; in cdsg_loop() local 60 new0 = orig0 + 1; in cdsg_loop() 63 cc = cdsg(&orig0, &orig1, new0, new1, &val); in cdsg_loop() 66 orig0 = new0; in cdsg_loop()
|
/openbmc/linux/drivers/edac/ |
H A D | i7core_edac.c | 1534 const int new0, in i7core_rdimm_update_ce_count() argument 1546 add0 = new0 - pvt->rdimm_last_ce_count[chan][0]; in i7core_rdimm_update_ce_count() 1565 pvt->rdimm_last_ce_count[chan][0] = new0; in i7core_rdimm_update_ce_count() 1586 int i, new0, new1, new2; in i7core_rdimm_check_mc_ecc_err() local 1606 new0 = DIMM_BOT_COR_ERR(rcv[i][0]); in i7core_rdimm_check_mc_ecc_err() 1610 new0 = DIMM_TOP_COR_ERR(rcv[i][0]) + in i7core_rdimm_check_mc_ecc_err() 1617 i7core_rdimm_update_ce_count(mci, i, new0, new1, new2); in i7core_rdimm_check_mc_ecc_err() 1631 int new0, new1, new2; in i7core_udimm_check_mc_ecc_err() local 1645 new0 = DIMM0_COR_ERR(rcv0); in i7core_udimm_check_mc_ecc_err() 1654 add0 = new0 - pvt->udimm_last_ce_count[0]; in i7core_udimm_check_mc_ecc_err() [all …]
|