Searched refs:cpu_conf (Results 1 – 21 of 21) sorted by relevance
| /netbsd-src/sys/arch/vax/vax/ |
| H A D | ka48.c | 66 .cpu_conf = ka48_conf,
|
| H A D | ka660.c | 67 .cpu_conf = ka660_conf,
|
| H A D | ka410.c | 64 .cpu_conf = ka410_conf,
|
| H A D | ka46.c | 65 .cpu_conf = ka46_conf,
|
| H A D | ka630.c | 63 .cpu_conf = ka630_conf,
|
| H A D | ka730.c | 92 .cpu_conf = ka730_conf,
|
| H A D | ka670.c | 55 .cpu_conf = ka670_conf,
|
| H A D | ka53.c | 67 .cpu_conf = ka53_conf,
|
| H A D | ka49.c | 63 .cpu_conf = ka49_conf,
|
| H A D | ka680.c | 90 .cpu_conf = ka680_conf,
|
| H A D | ka43.c | 67 .cpu_conf = ka43_conf,
|
| H A D | machdep.c | 189 if (dep_call->cpu_conf) in cpu_startup() 190 (*dep_call->cpu_conf)(); in cpu_startup()
|
| H A D | ka750.c | 90 .cpu_conf = ka750_conf,
|
| H A D | ka650.c | 76 .cpu_conf = ka650_conf,
|
| H A D | ka780.c | 114 .cpu_conf = ka780_conf,
|
| H A D | ka860.c | 76 .cpu_conf = ka860_conf,
|
| H A D | ka6400.c | 80 .cpu_conf = ka6400_conf,
|
| H A D | ka88.c | 78 .cpu_conf = ka88_conf,
|
| H A D | ka820.c | 90 .cpu_conf = ka820_conf,
|
| /netbsd-src/sys/arch/vax/include/ |
| H A D | cpu.h | 67 void (*cpu_conf)(void); member
|
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | cpu.c | 1993 struct cpu_conf { struct 2001 } cpu_conf[] = { argument 2050 struct cpu_conf *mp; in getcpuinfo() 2112 for (mp = cpu_conf; ; mp++) { in getcpuinfo()
|