|
l_oisr0_status.value = in32(OCB_OISR0); |
When testing the RAS function of the OpenPOWER system, we found that after the Checkstop was triggered, "l_oisr0_status. fields. check_stop_ppc405" has a certain probability of being false, resulting in the FIR data not being collected. Excuse me?
-
Which module is this register set by?
-
The OCC determines whether to collect FIR data based on this value. At that time, it was determined that this value would be set up when the check stop?
occ/src/occ_405/errl/errl.c
Line 832 in 16131c3
When testing the RAS function of the OpenPOWER system, we found that after the Checkstop was triggered, "l_oisr0_status. fields. check_stop_ppc405" has a certain probability of being false, resulting in the FIR data not being collected. Excuse me?
Which module is this register set by?
The OCC determines whether to collect FIR data based on this value. At that time, it was determined that this value would be set up when the check stop?