Searched refs:flt_id (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | spitfire.c | 839 ecc->flt_id = gethrtime_waitfree(); in cpu_ce_error() 1297 aflt->flt_id = gethrtime_waitfree(); in cpu_async_error() 2174 ASSERT(aflt->flt_id == panic_aflt.flt_id); in cpu_async_log_err() 2356 cpflt->flt_id = aflt->flt_id; in cpu_check_allcpus() 2498 if (panic_aflt.flt_id != 0) { in cpu_async_panic_callb() 2510 aflt->flt_id = panic_aflt.flt_id; in cpu_async_panic_callb() 3211 (uint32_t)(aflt->flt_id >> 32), (uint32_t)aflt->flt_id); in cpu_aflt_log() 3251 (uint32_t)(aflt->flt_id >> 32), in cpu_aflt_log() 3252 (uint32_t)aflt->flt_id); in cpu_aflt_log() 3910 aflt->flt_id = gethrtime_waitfree(); in ecache_scrub_log() [all …]
|
H A D | opl_olympus.c | 1552 fm_ena_generate(aflt->flt_id, FM_ENA_FMT1), detector, NULL); 1579 de.fme_ena = fm_ena_generate(aflt->flt_id, FM_ENA_FMT1); 1937 aflt->flt_id = gethrtime_waitfree(); 2118 aflt->flt_id = gethrtime_waitfree();
|
H A D | us3_common.c | 1215 aflt->flt_id = gethrtime_waitfree(); in cpu_check_cpu_logout() 1383 aflt->flt_id = gethrtime_waitfree(); in cpu_log_fast_ecc_error() 1812 aflt->flt_id = gethrtime_waitfree(); in cpu_deferred_error() 2108 aflt->flt_id = gethrtime_waitfree(); in cpu_parity_error() 3391 aflt->flt_id = gethrtime_waitfree(); in cpu_async_panic_callb() 6366 aflt->flt_id = gethrtime_waitfree(); 6725 fm_ena_generate_cpu(aflt->flt_id, aflt->flt_inst, FM_ENA_FMT1), 6788 de.fme_ena = fm_ena_generate_cpu(aflt->flt_id, aflt->flt_inst, 7009 aflt->flt_id = gethrtime_waitfree();
|
H A D | us3_cheetahplus.c | 1017 aflt->flt_id = gethrtime_waitfree(); in cpu_tlb_parity_error()
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | async.h | 67 uint64_t flt_id; /* gethrtime() at time of fault */ member
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | error.c | 176 aflt->flt_id = gethrtime(); in process_resumable_error() 260 aflt->flt_id = gethrtime(); in process_nonresumable_error() 415 de.fme_ena = fm_ena_generate(aflt->flt_id, FM_ENA_FMT1); in errh_cpu_run_bus_error_handlers()
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | plat_ecc_unum.c | 564 e2d.ee2d_timestamp = aflt->flt_id; in plat_log_fruid_error2() 776 i2d->ei2d_timestamp = aflt->flt_id; in plat_log_fruid_indictment2() 1006 aflt.flt_id = gethrtime(); in plat_blacklist()
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sysioerr.c | 355 ecc.flt_id = gethrtime(); in sysio_ue_intr() 479 ecc.flt_id = gethrtime(); in sysio_ce_intr() 775 aflt.flt_id = gethrtime(); in sbus_ctrl_ecc_err()
|
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_ecc.c | 297 ecc_err_p->ecc_aflt.flt_id = gethrtime(); in pcmu_ecc_errstate_get()
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_ecc.c | 343 ecc_err_p->ecc_aflt.flt_id = gethrtime(); in ecc_errstate_get()
|