HomeSort by: relevance | last modified time | path
    Searched defs:cpu_softc (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/hppa/hppa/
cpuvar.h 32 struct cpu_softc { struct
  /src/sys/arch/ibmnws/ibmnws/
cpu.c 43 struct cpu_softc { struct
48 CFATTACH_DECL_NEW(cpu, sizeof(struct cpu_softc),
68 struct cpu_softc *sc = device_private(self);
  /src/sys/arch/evbmips/sbmips/
cpuvar.h 9 struct cpu_softc { struct
  /src/sys/arch/sbmips/include/
cpuvar.h 9 struct cpu_softc { struct
  /src/sys/arch/alpha/include/
cpuvar.h 34 struct cpu_softc { struct
  /src/sys/arch/ia64/ia64/
cpu.c 53 struct cpu_softc { struct
61 static void identifycpu(struct cpu_softc *);
63 CFATTACH_DECL_NEW(cpu, sizeof(struct cpu_softc),
77 struct cpu_softc *sc = device_private(self);
112 identifycpu(struct cpu_softc *sc)
  /src/sys/arch/arm/broadcom/
bcm53xx_var.h 90 struct cpu_softc { struct
bcm53xx_board.c 70 static struct cpu_softc cpu_softc; variable in typeref:struct:cpu_softc
425 struct cpu_softc * const cpu = ci->ci_softc;
443 const struct bcm53xx_clock_info * const clk = &cpu_softc.cpu_clk;
484 curcpu()->ci_softc = &cpu_softc;
489 struct bcm53xx_clock_info * const clk = &cpu_softc.cpu_clk;
570 cpu_softc.cpu_clk.clk_cpu / 2);
  /src/sys/arch/usermode/dev/
cpu.c 81 typedef struct cpu_softc { struct
  /src/sys/arch/powerpc/include/booke/
cpuvar.h 53 struct cpu_softc { struct
  /src/sys/arch/xen/x86/
cpu.c 131 struct cpu_softc { struct
142 CFATTACH_DECL2_NEW(cpu, sizeof(struct cpu_softc),
145 CFATTACH_DECL_NEW(vcpu, sizeof(struct cpu_softc),
197 struct cpu_softc *sc = device_private(self);
253 struct cpu_softc *sc = device_private(self);
276 struct cpu_softc *sc = device_private(self);
366 struct cpu_softc *sc = device_private(self);
  /src/sys/arch/powerpc/booke/
booke_machdep.c 124 struct cpu_softc cpu_softc[] = { variable in typeref:struct:cpu_softc[]
138 .ci_softc = &cpu_softc[0],
147 .ci_softc = &cpu_softc[CPU_MAXNUM-1],
154 __CTASSERT(__arraycount(cpu_info) == __arraycount(cpu_softc));
225 struct cpu_softc * const cpu = &cpu_softc[i];
227 cpu->cpu_bst = cpu_softc[0].cpu_bst;
228 cpu->cpu_le_bst = cpu_softc[0].cpu_le_bst;
229 cpu->cpu_bsh = cpu_softc[0].cpu_bsh
    [all...]
  /src/sys/arch/x86/x86/
cpu.c 151 struct cpu_softc { struct
165 CFATTACH_DECL2_NEW(cpu, sizeof(struct cpu_softc),
343 struct cpu_softc *sc = device_private(self);
570 struct cpu_softc *sc = device_private(self);
623 struct cpu_softc *sc = device_private(self);
1328 struct cpu_softc *sc = device_private(dv);
1357 struct cpu_softc *sc = device_private(dv);
1372 struct cpu_softc *sc = device_private(dv);
1403 struct cpu_softc *sc = device_private(dv);
  /src/sys/arch/mips/cavium/
octeonvar.h 84 struct cpu_softc { struct
  /src/sys/arch/sparc/sparc/
cpu.c 110 struct cpu_softc { struct
127 CFATTACH_DECL_NEW(cpu_mainbus, sizeof(struct cpu_softc),
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;
311 struct cpu_softc *sc = device_private(self);
393 cpu_setup_sysctl(struct cpu_softc *sc
    [all...]

Completed in 19 milliseconds