Home
last modified time | relevance | path

Searched refs:afsr_ow (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c4771 uint64_t afsr_errs, afsr_ow, *ow_bits; in cpu_flt_in_memory_one_event() local
4794 while ((afsr_ow = *ow_bits++) != 0) { in cpu_flt_in_memory_one_event()
4799 if (afsr_ow & t_afsr_bit) { in cpu_flt_in_memory_one_event()
4800 if ((afsr_errs & afsr_ow) & ~C_AFSR_MEMORY) in cpu_flt_in_memory_one_event()
5266 uint64_t afsr_ow; in afsr_to_overw_status() local
5268 while ((afsr_ow = *ow_bits++) != 0) { in afsr_to_overw_status()
5276 if (afsr_ow & afsr_bit) { in afsr_to_overw_status()
5280 if (afsr & (afsr_ow & ~afsr_bit)) in afsr_to_overw_status()
5283 } else if (afsr & afsr_ow) in afsr_to_overw_status()