Searched defs:cmi_mca_trap (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpu_module_impl.h61 uint64_t (*cmi_mca_trap)(cmi_hdl_t, struct regs *); member in struct:cmi_ops
76 * Terminal dispositions to be returned by cmi_mca_trap entry point
84 * Non-terminal errors dispositions that can be returned by cmi_mca_trap
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi.c600 * non-zero. If the caller is cmi_mca_trap in this file then the nonzero
685 cmi_mca_trap(struct regs *rp) function
697 * This function can call cmn_err, and the cpu module cmi_mca_trap
707 !CMI_OP_PRESENT(cmi, cmi_mca_trap)) {
721 disp = CMI_OPS(cmi)->cmi_mca_trap(hdl, rp);

Completed in 63 milliseconds