Lines Matching refs:UE
984 * Steps: 1. Get AFSR 2. Get AFAR <40:4> 3. If not UE error skip UDP registers.
1021 ! Check for a UE... From Kevin.Normoyle:
1022 ! We try to switch to the trap for the UE, but since that's
1025 ! UE and CE bits set but the UDB syndrome and the AFAR will be
1026 ! for the UE.
1029 sllx %g1, 21, %g1 ! shift left to <21> afsr UE
1030 andcc %g1, %g3, %g0 ! check for UE in afsr
1031 bnz async_err ! handle the UE, not the CE
1127 sllx %g1, 21, %g1 ! shift left to <21> afsr UE
1128 andcc %g1, %g3, %g0 ! check for UE in afsr
1129 bz,a,pn %icc, 2f ! if !UE skip sdb read/clear
1135 sllx %g6, 9, %g6 ! shift g6 to <9> sdb UE
1136 andcc %g5, %g6, %g1 ! check for UE in upper half
1141 stxa %g1, [%g4]ASI_SDB_INTR_W ! clear sdb reg UE error bit
1146 andcc %g5, %g6, %g1 ! check for UE in lower half
1151 stxa %g1, [%g4]ASI_SDB_INTR_W ! clear sdb reg UE error bit
1194 andcc %o5, %o2, %o1 ! check for UE,CE in upper half
1197 stxa %o1, [%o4]ASI_SDB_INTR_W ! clear sdb reg UE,CE error bits
1202 andcc %o5, %o2, %o1 ! check for UE,CE in lower half
1205 stxa %o1, [%o4]ASI_SDB_INTR_W ! clear sdb reg UE,CE error bits
1620 * it could generate a UE error while trying to clear the a bad line.
1779 * a UE back to mark the page poisoned.