Searched refs:t_afsr_bit (Results 1 – 3 of 3) sorted by relevance
122 uint64_t t_afsr_bit);4751 cpu_flt_in_memory(ch_async_flt_t *ch_flt, uint64_t t_afsr_bit) in cpu_flt_in_memory() argument4755 return ((t_afsr_bit & C_AFSR_MEMORY) && in cpu_flt_in_memory()4756 afsr_to_afar_status(ch_flt->afsr_errs, t_afsr_bit) == in cpu_flt_in_memory()4766 cpu_flt_in_memory_one_event(ch_async_flt_t *ch_flt, uint64_t t_afsr_bit) in cpu_flt_in_memory_one_event() argument4772 if (!(t_afsr_bit & C_AFSR_MEMORY) || in cpu_flt_in_memory_one_event()4777 afar_status = afsr_to_afar_status(afsr_errs, t_afsr_bit); in cpu_flt_in_memory_one_event()4798 if (afsr_ow & t_afsr_bit) { in cpu_flt_in_memory_one_event()
1459 cpu_flt_in_memory(opl_async_flt_t *opl_flt, uint64_t t_afsr_bit) argument1464 return ((t_afsr_bit & SFSR_MEMORY) &&
503 extern int cpu_flt_in_memory(ch_async_flt_t *ch_flt, uint64_t t_afsr_bit);