cpu_softc
struct cpu_softc *sc = (struct cpu_softc *)self;
sizeof(struct cpu_softc), cpu_match, cpu_attach, NULL, cpu_activate
void cpu_init_mwait(struct cpu_softc *, struct cpu_info *);
cpu_init_mwait(struct cpu_softc *sc, struct cpu_info *ci)
struct cpu_softc *sc = (void *) self;
sizeof(struct cpu_softc), cpumatch, cpuattach
struct cpu_softc;
void cpu_init_mwait(struct cpu_softc *);
sizeof(struct cpu_softc), cpu_match, cpu_attach, NULL, cpu_activate
struct cpu_softc *sc = (void *)self;
struct cpu_softc *sc = (struct cpu_softc *)self;
cpu_init_mwait(struct cpu_softc *sc)