Searched defs:async_flt (Results 1 – 1 of 1) sorted by relevance
66 struct async_flt { struct67 uint64_t flt_id; /* gethrtime() at time of fault */68 uint64_t flt_stat; /* async fault status register */69 uint64_t flt_addr; /* async fault address register */70 caddr_t flt_pc; /* program counter from error trap */71 async_func_t flt_func; /* logging function */72 uint_t flt_bus_id; /* hardware bus id# of cpu/sbus/pci */96 * test for errors and enqueue async_flt events. They may not grab adaptive argument