HomeSort by: relevance | last modified time | path
    Searched refs:cpu_conf (Results 1 - 21 of 21) sorted by relevancy

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

Completed in 23 milliseconds