Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c122 uint64_t t_afsr_bit);
4752 cpu_flt_in_memory(ch_async_flt_t *ch_flt, uint64_t t_afsr_bit) in cpu_flt_in_memory() argument
4756 return ((t_afsr_bit & C_AFSR_MEMORY) && in cpu_flt_in_memory()
4757 afsr_to_afar_status(ch_flt->afsr_errs, t_afsr_bit) == in cpu_flt_in_memory()
4767 cpu_flt_in_memory_one_event(ch_async_flt_t *ch_flt, uint64_t t_afsr_bit) in cpu_flt_in_memory_one_event() argument
4773 if (!(t_afsr_bit & C_AFSR_MEMORY) || in cpu_flt_in_memory_one_event()
4778 afar_status = afsr_to_afar_status(afsr_errs, t_afsr_bit); in cpu_flt_in_memory_one_event()
4799 if (afsr_ow & t_afsr_bit) { in cpu_flt_in_memory_one_event()
H A Dopl_olympus.c1459 cpu_flt_in_memory(opl_async_flt_t *opl_flt, uint64_t t_afsr_bit) argument
1464 return ((t_afsr_bit & SFSR_MEMORY) &&
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dus3_module.h503 extern int cpu_flt_in_memory(ch_async_flt_t *ch_flt, uint64_t t_afsr_bit);