Lines Matching defs:cpu_softc
34 struct cpu_softc { struct
35 device_t sc_dev; /* base device */
36 struct cpu_info *sc_ci; /* our cpu_info structure */
39 uint32_t sc_major_type; /* CPU major type */
40 uint32_t sc_minor_type; /* CPU minor type */
41 bool sc_vax_fp; /* supports VAX FP */
42 bool sc_ieee_fp; /* supports IEEE FP */
43 bool sc_primary_eligible; /* CPU is primary eligible */
46 u_long sc_amask; /* AMASK bits (inverted) */
47 u_long sc_implver; /* IMPLVER */
49 struct sysctllog *sc_sysctllog;
51 struct evcnt sc_evcnt_clock; /* clock interrupts */
52 struct evcnt sc_evcnt_device; /* device interrupts */
54 struct evcnt sc_evcnt_ipi; /* interprocessor interrupts */
55 struct evcnt sc_evcnt_which_ipi[ALPHA_NIPIS];