Home
last modified time | relevance | path

Searched refs:flt_panic (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Derror.c185 aflt->flt_panic = 1; in process_resumable_error()
187 aflt->flt_panic = 0; in process_resumable_error()
207 if (aflt->flt_panic) { in process_resumable_error()
286 aflt->flt_panic = 0; in process_nonresumable_error()
317 aflt->flt_panic = 1; in process_nonresumable_error()
353 aflt->flt_panic = 1; in process_nonresumable_error()
369 if (aflt->flt_panic) { in process_nonresumable_error()
429 aflt->flt_panic = 1; in errh_cpu_run_bus_error_handlers()
491 if (aflt->flt_panic) in cpu_queue_one_event()
497 aflt->flt_panic); in cpu_queue_one_event()
[all …]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c1098 if (ecc->flt_panic) { in cpu_ce_log_err()
1411 aflt->flt_panic = 1; in cpu_async_error()
1532 aflt->flt_panic = 1; in cpu_async_error()
1594 aflt->flt_panic = 1; in cpu_async_error()
1599 aflt->flt_panic); in cpu_async_error()
1643 aflt->flt_panic = 1; in cpu_async_error()
1650 aflt->flt_panic); in cpu_async_error()
1662 aflt->flt_panic = 1; in cpu_async_error()
1788 aflt->flt_panic = 1; in cpu_async_error()
3930 if (aflt->flt_panic) in ecache_scrub_log()
[all …]
H A Dopl_olympus.c1513 if (aflt->flt_panic || panicstr) {
1560 if (aflt->flt_panic || panicstr) {
1584 aflt->flt_panic = 1;
1792 sizeof (opl_async_flt_t), ue_queue, aflt->flt_panic);
1961 aflt->flt_panic = 1;
1964 sizeof (opl_async_flt_t), ue_queue, aflt->flt_panic);
1985 if (!aflt->flt_panic && aflt->flt_priv && tl == 0) {
2035 aflt->flt_panic |= aft_panic;
2037 aflt->flt_panic = 1;
2074 if (aflt->flt_panic) {
[all …]
H A Dus3_common.c1238 aflt->flt_panic); in cpu_check_cpu_logout()
1425 aflt->flt_panic |= in cpu_log_fast_ecc_error()
1433 aflt->flt_panic |= in cpu_log_fast_ecc_error()
1487 if (aflt->flt_panic) in cpu_log_fast_ecc_error()
1692 !aflt->flt_panic) in cpu_disrupting_error()
1721 if (aflt->flt_panic) in cpu_disrupting_error()
2043 if (aflt->flt_panic) in cpu_deferred_error()
2265 if (aflt->flt_panic) in cpu_parity_error()
3399 aflt->flt_panic = 1; in cpu_async_panic_callb()
6338 aflt->flt_panic = 0;
[all …]
H A Dus3_cheetahplus.c1026 aflt->flt_panic = tl1_trap ? 1 : 0; in cpu_tlb_parity_error()
1045 if (aflt->flt_panic) { in cpu_tlb_parity_error()
1047 sizeof (ch_async_flt_t), ue_queue, aflt->flt_panic); in cpu_tlb_parity_error()
1055 sizeof (ch_async_flt_t), ce_queue, aflt->flt_panic); in cpu_tlb_parity_error()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysioerr.c364 ecc.flt_panic = (debug_sysio_errs == 0); in sysio_ue_intr()
366 errorq_dispatch(ue_queue, &ecc, sizeof (ecc), ecc.flt_panic); in sysio_ue_intr()
372 if (ecc.flt_panic && ecc.flt_in_memory) in sysio_ue_intr()
380 ecc.flt_panic = 1; in sysio_ue_intr()
382 if (ecc.flt_panic) in sysio_ue_intr()
782 aflt.flt_panic = 1; in sbus_ctrl_ecc_err()
784 errorq_dispatch(ue_queue, &aflt, sizeof (aflt), aflt.flt_panic); in sbus_ctrl_ecc_err()
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_ecc.c381 ecc_err_p->ecc_aflt.flt_panic); in pcmu_ecc_err_handler()
398 ecc_err_p->ecc_aflt.flt_panic = 1; in pcmu_ecc_err_handler()
400 if (ecc_err_p->ecc_aflt.flt_panic) { in pcmu_ecc_err_handler()
H A Dpcicmu.c1947 ecc->flt_panic = 1; in pcmu_ecc_classify()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_ecc.c447 ecc_err_p->ecc_aflt.flt_panic); in ecc_err_handler()
471 ecc_err_p->ecc_aflt.flt_panic = 1; in ecc_err_handler()
473 if (ecc_err_p->ecc_aflt.flt_panic && in ecc_err_handler()
477 if (ecc_err_p->ecc_aflt.flt_panic) { in ecc_err_handler()
H A Dpcipsy.c1586 ecc->flt_panic = ecc_ue_is_fatal(&ecc_err_p->ecc_aflt); in pci_ecc_classify()
1599 ecc->flt_panic = ecc_ue_is_fatal(&ecc_err_p->ecc_aflt); in pci_ecc_classify()
1612 ecc->flt_panic = ecc_ue_is_fatal(&ecc_err_p->ecc_aflt); in pci_ecc_classify()
H A Dpcisch.c1899 ecc_p->flt_panic = 1; in pci_ecc_classify()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dasync.h80 uchar_t flt_panic; /* fault caused owner to panic() */ member