Home
last modified time | relevance | path

Searched refs:cpu_conf (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/sys/arch/vax/vax/
H A Dka48.c66 .cpu_conf = ka48_conf,
H A Dka660.c67 .cpu_conf = ka660_conf,
H A Dka410.c64 .cpu_conf = ka410_conf,
H A Dka46.c65 .cpu_conf = ka46_conf,
H A Dka630.c63 .cpu_conf = ka630_conf,
H A Dka730.c92 .cpu_conf = ka730_conf,
H A Dka670.c55 .cpu_conf = ka670_conf,
H A Dka53.c67 .cpu_conf = ka53_conf,
H A Dka49.c63 .cpu_conf = ka49_conf,
H A Dka680.c90 .cpu_conf = ka680_conf,
H A Dka43.c67 .cpu_conf = ka43_conf,
H A Dmachdep.c189 if (dep_call->cpu_conf) in cpu_startup()
190 (*dep_call->cpu_conf)(); in cpu_startup()
H A Dka750.c90 .cpu_conf = ka750_conf,
H A Dka650.c76 .cpu_conf = ka650_conf,
H A Dka780.c114 .cpu_conf = ka780_conf,
H A Dka860.c76 .cpu_conf = ka860_conf,
H A Dka6400.c80 .cpu_conf = ka6400_conf,
H A Dka88.c78 .cpu_conf = ka88_conf,
H A Dka820.c90 .cpu_conf = ka820_conf,
/netbsd-src/sys/arch/vax/include/
H A Dcpu.h67 void (*cpu_conf)(void); member
/netbsd-src/sys/arch/sparc/sparc/
H A Dcpu.c1993 struct cpu_conf { struct
2001 } cpu_conf[] = { argument
2050 struct cpu_conf *mp; in getcpuinfo()
2112 for (mp = cpu_conf; ; mp++) { in getcpuinfo()