Searched defs:cpu_flt_in_memory (Results 1 - 2 of 2) 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.c1960 if (aflt->flt_panic && cpu_flt_in_memory(&ch_flt, C_AFSR_UE)) {
1998 if (aflt->flt_panic && cpu_flt_in_memory(&ch_flt, C_AFSR_UE)) {
4751 cpu_flt_in_memory(ch_async_flt_t *ch_flt, uint64_t t_afsr_bit) function
6420 (cpu_flt_in_memory(ch_flt, (afsr & C_AFSR_CE)) ||
6421 cpu_flt_in_memory(ch_flt, (afsr & C_AFSR_RCE)))) {
6431 if (cpu_flt_in_memory(ch_flt, (afsr & C_AFSR_CE)) ||
6432 cpu_flt_in_memory(ch_flt, (afsr & C_AFSR_EMC))) {

Completed in 62 milliseconds