Lines Matching refs:cpu_softc
110 struct cpu_softc { struct
127 CFATTACH_DECL_NEW(cpu_mainbus, sizeof(struct cpu_softc), argument
134 CFATTACH_DECL_NEW(cpu_cpuunit, sizeof(struct cpu_softc),
138 static void cpu_setup_sysctl(struct cpu_softc *);
140 static void cpu_attach(struct cpu_softc *, int, int);
143 static void cache_print(struct cpu_softc *);
183 static void cpu_attach_non_boot(struct cpu_softc *, struct cpu_info *, int);
224 struct cpu_softc *sc; in cpu_mainbus_attach()
311 struct cpu_softc *sc = device_private(self); in cpu_cpuunit_attach()
393 cpu_setup_sysctl(struct cpu_softc *sc) in cpu_setup_sysctl()
449 cpu_attach(struct cpu_softc *sc, int node, int mid) in cpu_attach()
562 cpu_attach_non_boot(struct cpu_softc *sc, struct cpu_info *cpi, int node) in cpu_attach_non_boot()
1069 cache_print(struct cpu_softc *sc) in cache_print()