Home
last modified time | relevance | path

Searched refs:flt_prot (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Derror.c179 aflt->flt_prot = AFLT_PROT_NONE; in process_resumable_error()
267 aflt->flt_prot = AFLT_PROT_NONE; 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()
447 aflt->flt_prot = AFLT_PROT_EC; in errh_error_protected()
455 aflt->flt_prot = AFLT_PROT_ACCESS; in errh_error_protected()
472 aflt->flt_prot = AFLT_PROT_COPY; in errh_error_protected()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c1074 if (!panicstr && aflt->flt_prot == AFLT_PROT_EC &&
1583 if ((aflt->flt_prot == AFLT_PROT_NONE) && (status == DDI_FM_FATAL))
1943 aflt->flt_prot = (uchar_t)AFLT_PROT_NONE;
1990 aflt->flt_prot = (uchar_t)AFLT_PROT_EC;
1999 aflt->flt_prot = (uchar_t)AFLT_PROT_ACCESS;
2016 aflt->flt_prot = AFLT_PROT_COPY;
2033 if (!aflt->flt_priv || aflt->flt_prot == AFLT_PROT_COPY) {
2087 if (!aflt->flt_priv || aflt->flt_prot == AFLT_PROT_COPY) {
H A Dspitfire.c1303 aflt->flt_prot = AFLT_PROT_NONE; in cpu_async_error()
1342 aflt->flt_prot = AFLT_PROT_EC; in cpu_async_error()
1351 aflt->flt_prot = AFLT_PROT_ACCESS; in cpu_async_error()
1368 aflt->flt_prot = AFLT_PROT_COPY; in cpu_async_error()
1397 if (aflt->flt_prot == AFLT_PROT_NONE) { in cpu_async_error()
1410 } else if (aflt->flt_prot == AFLT_PROT_COPY && aft_panic) { 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()
2092 aflt->flt_prot == AFLT_PROT_EC) { in cpu_async_log_err()
2330 } else if (aflt->flt_prot == AFLT_PROT_COPY) { in cpu_async_log_err()
[all …]
H A Dus3_common.c1223 aflt->flt_prot = AFLT_PROT_NONE; in cpu_check_cpu_logout()
1391 aflt->flt_prot = AFLT_PROT_NONE; in cpu_log_fast_ecc_error()
1820 aflt->flt_prot = AFLT_PROT_NONE; in cpu_deferred_error()
1840 aflt->flt_prot = AFLT_PROT_EC; in cpu_deferred_error()
1849 aflt->flt_prot = AFLT_PROT_ACCESS; in cpu_deferred_error()
1866 aflt->flt_prot = AFLT_PROT_COPY; in cpu_deferred_error()
2113 aflt->flt_prot = AFLT_PROT_NONE; in cpu_parity_error()
2433 aflt->flt_prot == AFLT_PROT_EC) { in cpu_async_log_err()
3396 aflt->flt_prot = AFLT_PROT_NONE; in cpu_async_panic_callb()
6369 aflt->flt_prot = AFLT_PROT_NONE;
[all …]
H A Dus3_cheetahplus.c1022 aflt->flt_prot = AFLT_PROT_NONE; in cpu_tlb_parity_error()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dasync.h78 uchar_t flt_prot; /* type of fault protection (if any) */ member