Searched defs:ka43_mcframe (Results 1 – 1 of 1) sorted by relevance
91 struct ka43_mcframe { /* Format of RigelMAX machine check frame: */ struct92 int mc43_bcnt; /* byte count, always 24 (0x18) */93 int mc43_code; /* machine check type code and restart bit */94 int mc43_addr; /* most recent (faulting?) virtual address */95 int mc43_viba; /* contents of VIBA register */96 int mc43_sisr; /* ICCS bit 6 and SISR bits 15:0 */97 int mc43_istate; /* internal state */98 int mc43_sc; /* shift count register */99 int mc43_pc; /* trapped PC */100 int mc43_psl; /* trapped PSL */