Searched refs:cpu_flt_in_memory (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | opl_olympus.c | 76 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 D | us3_common.c | 1960 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))) {
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | us3_module.h | 503 extern int cpu_flt_in_memory(ch_async_flt_t *ch_flt, uint64_t t_afsr_bit);
|
Completed in 83 milliseconds