Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/vax/vax/
H A Dka670.c69 struct ka670_mcframe { /* Format of RigelMAX machine check frame: */ struct
70 int mc670_bcnt; /* byte count, always 24 (0x18) */
71 int mc670_code; /* machine check type code and restart bit */
72 int mc670_addr; /* most recent (faulting?) virtual address */
73 int mc670_viba; /* contents of VIBA register */
74 int mc670_sisr; /* ICCS bit 6 and SISR bits 15:0 */
75 int mc670_istate; /* internal state */
76 int mc670_sc; /* shift count register */
77 int mc670_pc; /* trapped PC */
78 int mc670_psl; /* trapped PSL */