Searched refs:flt_priv (Results 1 – 6 of 6) sorted by relevance
180 aflt->flt_priv = (((errh_flt.errh_er.attr & ERRH_MODE_MASK) in process_resumable_error()265 aflt->flt_priv = (exec_mode == ERRH_MODE_PRIV || in process_nonresumable_error()305 if (aflt->flt_priv == 1 && aflt->flt_tl == 0 && in process_nonresumable_error()312 if (!aflt->flt_priv || aflt->flt_prot == in process_nonresumable_error()385 if (!aflt->flt_priv || aflt->flt_prot == AFLT_PROT_COPY || in process_nonresumable_error()427 if ((aflt->flt_prot == AFLT_PROT_NONE) && (aflt->flt_priv == 1) && in errh_cpu_run_bus_error_handlers()
79 uchar_t flt_priv; /* fault occurred in kernel if != 0 */ member
1409 (aflt->flt_priv ? B_TRUE : B_FALSE), NULL);1945 aflt->flt_priv = (uchar_t)(tl == 1 ? 1 : ((rp->r_tstate &1985 if (!aflt->flt_panic && aflt->flt_priv && tl == 0) {2033 if (!aflt->flt_priv || aflt->flt_prot == AFLT_PROT_COPY) {2049 } else if (!aflt->flt_priv) {2087 if (!aflt->flt_priv || aflt->flt_prot == AFLT_PROT_COPY) {2125 aflt->flt_priv = (uchar_t)(tl == 1 ? 1 : ((rp->r_tstate & TSTATE_PRIV) ?
1305 aflt->flt_priv = (rp->r_tstate & TSTATE_PRIV) ? 1 : 0; in cpu_async_error()1337 if (aflt->flt_priv && tl == 0) { in cpu_async_error()1402 if (aflt->flt_priv || aft_panic) in cpu_async_error()1407 if (aflt->flt_priv) in cpu_async_error()1621 if (aflt->flt_priv && aflt->flt_prot == AFLT_PROT_NONE) { in cpu_async_error()1720 (!aflt->flt_priv || aflt->flt_prot == AFLT_PROT_COPY)) { in cpu_async_error()2020 if (afsr_priv != aflt->flt_priv) { in log_ue_err()2027 "TSTATE.PRIV=%d used", (aflt->flt_priv) ? 1 : 0); in log_ue_err()2031 if (aflt->flt_priv) in log_ue_err()2155 aflt->flt_priv ? "privileged" : "user"); in cpu_async_log_err()[all …]
1225 aflt->flt_priv = ((t_afsr & C_AFSR_PRIV) != 0); in cpu_check_cpu_logout()1393 aflt->flt_priv = priv; in cpu_log_fast_ecc_error()1420 aflt->flt_panic == 0 && aflt->flt_priv != 0 && in cpu_log_fast_ecc_error()1681 aflt->flt_priv = (rp->r_tstate & TSTATE_PRIV) ? 1 : 0; in cpu_disrupting_error()1821 aflt->flt_priv = (rp->r_tstate & TSTATE_PRIV) ? 1 : 0; in cpu_deferred_error()1834 if (aflt->flt_priv && tl == 0) { in cpu_deferred_error()1882 if (!aflt->flt_priv || aflt->flt_prot == AFLT_PROT_COPY) { in cpu_deferred_error()1902 } else if (!aflt->flt_priv) { in cpu_deferred_error()2051 if (!aflt->flt_priv || aflt->flt_prot == AFLT_PROT_COPY) { in cpu_deferred_error()2114 aflt->flt_priv = (tl || (rp->r_tstate & TSTATE_PRIV)) ? 1 : 0; in cpu_parity_error()[all …]
1024 aflt->flt_priv = (rp->r_tstate & TSTATE_PRIV) ? 1 : 0; in cpu_tlb_parity_error()