/src/sys/arch/hppa/hppa/ |
cpuvar.h | 32 struct cpu_softc { struct
|
ipifuncs.c | 63 struct cpu_softc *sc = ci->ci_softc; 80 struct cpu_softc *sc = ci->ci_softc;
|
/src/sys/arch/evbmips/sbmips/ |
systemsw.h | 59 struct cpu_softc; 60 void sb1250_cpu_init(struct cpu_softc *);
|
cpuvar.h | 9 struct cpu_softc { struct
|
sb1250_icu.c | 171 struct cpu_softc * const cpu = ci->ci_softc; 179 struct cpu_softc * const cpu = ci->ci_softc; 192 struct cpu_softc * const cpu = ci->ci_softc; 205 sb1250_cpu_init(struct cpu_softc *cpu) 293 struct cpu_softc * const cpu = ci->ci_softc; 338 struct cpu_softc * const cpu = curcpu()->ci_softc;
|
cpu.c | 63 CFATTACH_DECL_NEW(cpu, sizeof(struct cpu_softc), 89 struct cpu_softc * const cpu = device_private(self);
|
/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/sbmips/include/ |
systemsw.h | 61 struct cpu_softc; 62 void sb1250_cpu_init(struct cpu_softc *);
|
cpuvar.h | 9 struct cpu_softc { struct
|
/src/sys/arch/alpha/include/ |
cpuvar.h | 34 struct cpu_softc { struct
|
cpu.h | 120 struct cpu_softc *ci_softc; /* pointer to our device */
|
/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/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...] |
e500_timer.c | 70 openpic_write(struct cpu_softc *cpu, bus_size_t offset, uint32_t val) 82 struct cpu_softc * const cpu = ci->ci_softc; 151 struct cpu_softc * const cpu = ci->ci_softc;
|
e500_intr.c | 461 openpic_read(struct cpu_softc *cpu, bus_size_t offset) 469 openpic_write(struct cpu_softc *cpu, bus_size_t offset, uint32_t val) 513 struct cpu_softc * const cpu = ci->ci_softc; 715 struct cpu_softc * const cpu = ci->ci_softc; 740 struct cpu_softc * const cpu = ci->ci_softc; 859 struct cpu_softc * const cpu = curcpu()->ci_softc; 939 struct cpu_softc * const cpu = ci->ci_softc; 1096 struct cpu_softc * const cpu = ci->ci_softc; 1195 struct cpu_softc * const cpu = ci->ci_softc; 1225 struct cpu_softc * const cpu = ci->ci_softc [all...] |
/src/sys/arch/sbmips/sbmips/ |
sb1250_icu.c | 171 struct cpu_softc * const cpu = ci->ci_softc; 179 struct cpu_softc * const cpu = ci->ci_softc; 192 struct cpu_softc * const cpu = ci->ci_softc; 205 sb1250_cpu_init(struct cpu_softc *cpu) 293 struct cpu_softc * const cpu = ci->ci_softc; 338 struct cpu_softc * const cpu = curcpu()->ci_softc;
|
cpu.c | 62 CFATTACH_DECL_NEW(cpu, sizeof(struct cpu_softc), 88 struct cpu_softc * const cpu = device_private(self);
|
/src/sys/arch/mips/cavium/ |
octeon_intr.c | 215 struct cpu_softc octeon_cpu_softc[OCTEON_NCPU]; 220 struct cpu_softc *cpu; 259 struct cpu_softc *cpu = &octeon_cpu_softc[cpunum]; 338 struct cpu_softc *cpu; 423 struct cpu_softc *cpu; 481 struct cpu_softc * const cpu = ci->ci_softc; 541 struct cpu_softc * const cpu = ci->ci_softc; 601 struct cpu_softc * const cpu = ci->ci_softc;
|
octeon_cpunode.c | 62 extern struct cpu_softc octeon_cpu_softc[]; 252 struct cpu_softc * const cpu __diagused = ci->ci_softc; 372 struct cpu_softc * const cpu = ci->ci_softc; 403 struct cpu_softc * const cpu = ci->ci_softc; 422 struct cpu_softc *cpu = arg;
|
/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/alpha/alpha/ |
cpu.c | 141 CFATTACH_DECL_NEW(cpu, sizeof(struct cpu_softc), 181 cpu_description(const struct cpu_softc * const sc, 231 const struct cpu_softc * const sc = node.sysctl_data; 243 const struct cpu_softc * const sc = node.sysctl_data; 290 const struct cpu_softc * const sc = node.sysctl_data; 341 struct cpu_softc * const sc = device_private(self);
|
ipifuncs.c | 98 struct cpu_softc * const sc = ci->ci_softc; 117 struct cpu_softc * const sc = ci->ci_softc;
|
/src/sys/arch/powerpc/include/booke/ |
cpuvar.h | 53 struct cpu_softc { struct
|
/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);
|