Home
last modified time | relevance | path

Searched defs:cheetah_async_flt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dus3_module.h430 typedef struct cheetah_async_flt { struct
431 struct async_flt cmn_asyncflt; /* common - see sun4u/sys/async.h */
432 ushort_t flt_type; /* types of faults - cpu specific */
433 uint64_t flt_bit; /* fault bit for this log msg */
434 uint64_t afsr_ext; /* Panther has an AFSR_EXT register */
435 uint64_t afsr_errs; /* Store all AFSR error bits together */
436 uint64_t afar2; /* Serrano has an AFAR2 for FRC/FRU */
437 ch_diag_data_t flt_diag_data; /* Diagnostic data */
438 int flt_data_incomplete; /* Diagnostic data is incomplete */
439 int flt_trapped_ce; /* CEEN fault caught by trap handler */
[all …]