Home
last modified time | relevance | path

Searched refs:ecc_aflt (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_ecc.c297 ecc_err_p->ecc_aflt.flt_id = gethrtime(); in pcmu_ecc_errstate_get()
298 ecc_err_p->ecc_aflt.flt_stat = ecc_err_p->ecc_afsr; in pcmu_ecc_errstate_get()
299 ecc_err_p->ecc_aflt.flt_addr = P2ALIGN(ecc_err_p->ecc_afar, 64) + in pcmu_ecc_errstate_get()
301 ecc_err_p->ecc_aflt.flt_bus_id = bus_id; in pcmu_ecc_errstate_get()
302 ecc_err_p->ecc_aflt.flt_inst = 0; in pcmu_ecc_errstate_get()
303 ecc_err_p->ecc_aflt.flt_status = ECC_IOBUS; in pcmu_ecc_errstate_get()
304 ecc_err_p->ecc_aflt.flt_in_memory = 0; in pcmu_ecc_errstate_get()
305 ecc_err_p->ecc_aflt.flt_class = BUS_FAULT; in pcmu_ecc_errstate_get()
376 ecc_err_p->ecc_aflt.flt_synd = 0; in pcmu_ecc_err_handler()
381 ecc_err_p->ecc_aflt.flt_panic); in pcmu_ecc_err_handler()
[all …]
H A Dpcicmu.c1919 struct async_flt *ecc = &ecc_err_p->ecc_aflt; in pcmu_ecc_classify()
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_ecc.c343 ecc_err_p->ecc_aflt.flt_id = gethrtime(); in ecc_errstate_get()
344 ecc_err_p->ecc_aflt.flt_stat = ecc_err_p->ecc_afsr; in ecc_errstate_get()
345 ecc_err_p->ecc_aflt.flt_addr = P2ALIGN(ecc_err_p->ecc_afar, 64) + in ecc_errstate_get()
347 ecc_err_p->ecc_aflt.flt_bus_id = bus_id; in ecc_errstate_get()
348 ecc_err_p->ecc_aflt.flt_inst = CPU->cpu_id; in ecc_errstate_get()
349 ecc_err_p->ecc_aflt.flt_status = ECC_IOBUS; in ecc_errstate_get()
350 ecc_err_p->ecc_aflt.flt_in_memory = in ecc_errstate_get()
352 ecc_err_p->ecc_aflt.flt_class = BUS_FAULT; in ecc_errstate_get()
441 ecc_err_p->ecc_aflt.flt_synd = in ecc_err_handler()
447 ecc_err_p->ecc_aflt.flt_panic); in ecc_err_handler()
[all …]
H A Dpcipsy.c1591 struct async_flt *ecc = &ecc_err_p->ecc_aflt; in pci_ecc_classify()
1618 ecc->flt_panic = ecc_ue_is_fatal(&ecc_err_p->ecc_aflt); in pci_ecc_classify()
1631 ecc->flt_panic = ecc_ue_is_fatal(&ecc_err_p->ecc_aflt); in pci_ecc_classify()
1644 ecc->flt_panic = ecc_ue_is_fatal(&ecc_err_p->ecc_aflt); in pci_ecc_classify()
H A Dpcisch.c1836 struct async_flt *ecc_p = &ecc_err_p->ecc_aflt; in pci_ecc_classify()
/titanic_41/usr/src/uts/sun4u/opl/sys/pcicmu/
H A Dpcmu_err.h103 struct async_flt ecc_aflt; member
/titanic_41/usr/src/uts/sun4u/sys/pci/
H A Dpci_fm.h164 struct async_flt ecc_aflt; member