Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c76 static int cpu_flt_in_memory(opl_async_flt_t *, uint64_t);
1459 cpu_flt_in_memory(opl_async_flt_t *opl_flt, uint64_t t_afsr_bit) function
1787 aflt->flt_in_memory = cpu_flt_in_memory(opl_flt, opl_flt->flt_bit);
H A Dus3_common.c1961 if (aflt->flt_panic && cpu_flt_in_memory(&ch_flt, C_AFSR_UE)) { in cpu_deferred_error()
1999 if (aflt->flt_panic && cpu_flt_in_memory(&ch_flt, C_AFSR_UE)) { in cpu_deferred_error()
4752 cpu_flt_in_memory(ch_async_flt_t *ch_flt, uint64_t t_afsr_bit) in cpu_flt_in_memory() function
6421 (cpu_flt_in_memory(ch_flt, (afsr & C_AFSR_CE)) ||
6422 cpu_flt_in_memory(ch_flt, (afsr & C_AFSR_RCE)))) {
6432 if (cpu_flt_in_memory(ch_flt, (afsr & C_AFSR_CE)) ||
6433 cpu_flt_in_memory(ch_flt, (afsr & C_AFSR_EMC))) {
/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);