Lines Matching refs:flt_status

1227 	aflt->flt_status = ecc_type;  in cpu_check_cpu_logout()
1395 aflt->flt_status = ECC_F_TRAP; in cpu_log_fast_ecc_error()
1827 aflt->flt_status = ((ttype == T_DATA_ERROR) ? ECC_D_TRAP : ECC_I_TRAP); in cpu_deferred_error()
2118 aflt->flt_status = iparity ? ECC_IP_TRAP : ECC_DP_TRAP; in cpu_parity_error()
2394 if ((aflt->flt_status & ECC_C_TRAP) && in cpu_async_log_err()
2611 aflt->flt_status |= ECC_ECACHE; in cpu_log_err()
2613 aflt->flt_status &= ~ECC_ECACHE; in cpu_log_err()
2955 ecc->flt_status &= ~(ECC_INTERMITTENT | ECC_PERSISTENT | ECC_STICKY); in cpu_ce_scrub_mem_err()
2961 if (ecc->flt_status & ECC_IOBUS) in cpu_ce_scrub_mem_err()
3481 ushort_t flt_status, char *buf, int buflen, int *lenp) in cpu_get_mem_unum() argument
3502 flt_in_memory, flt_status, buf, buflen, lenp)) != 0) { in cpu_get_mem_unum()
3530 aflt->flt_status, buf, buflen, lenp)); in cpu_get_mem_unum_aflt()
3551 aflt->flt_status, buf, UNUM_NAMLEN, &len)) != 0) { in cpu_get_mem_unum_synd()
3572 ushort_t flt_status = 0; in cpu_get_mem_name() local
3607 flt_status |= ECC_ECACHE; in cpu_get_mem_name()
3610 CPU->cpu_id, flt_in_memory, flt_status, unum, UNUM_NAMLEN, lenp); in cpu_get_mem_name()
4636 DATA_TYPE_UINT8, (uint8_t)aflt->flt_status & 0xff, NULL); in cpu_payload_add_aflt()
4641 DATA_TYPE_UINT8, (uint8_t)(aflt->flt_status >> 8), NULL); in cpu_payload_add_aflt()
4686 aflt->flt_status |= ECC_ECACHE; in cpu_payload_add_aflt()
4688 aflt->flt_status &= ~ECC_ECACHE; in cpu_payload_add_aflt()
5024 ((eccp->ec_flags & aflt->flt_status) != 0)) { in cpu_queue_events()
5052 (eccp->ec_flags & aflt->flt_status) != 0) { in cpu_queue_events()
5123 if (aflt->flt_status & ECC_I_TRAP) in flt_to_trap_type()
5125 if (aflt->flt_status & ECC_D_TRAP) in flt_to_trap_type()
5127 if (aflt->flt_status & ECC_F_TRAP) in flt_to_trap_type()
5129 if (aflt->flt_status & ECC_C_TRAP) in flt_to_trap_type()
5131 if (aflt->flt_status & ECC_DP_TRAP) in flt_to_trap_type()
5133 if (aflt->flt_status & ECC_IP_TRAP) in flt_to_trap_type()
5135 if (aflt->flt_status & ECC_ITLB_TRAP) in flt_to_trap_type()
5137 if (aflt->flt_status & ECC_DTLB_TRAP) in flt_to_trap_type()
6371 aflt->flt_status = ECC_C_TRAP;
7012 aflt->flt_status = (how << 8) | op;