Searched defs:pdc_coproc (Results 1 – 2 of 2) sorted by relevance
478 struct pdc_coproc { /* PDC_COPROC */ struct479 u_int ccr_enable; /* same format as CCR (CR 10) */480 u_int ccr_present; /* which co-proc's are present (bitset) */481 u_int pad[15];482 u_int fpu_revision;483 u_int fpu_model;
295 struct pdc_coproc pdc_coproc; variable