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

  /src/sys/arch/sparc/sparc/
eeprom.c 85 (cpuinfo.cpu_type != CPUTYP_4_100 &&
cpuvar.h 131 #define CPUTYP_4_100 1 /* Sun4/100 */
oclock.c 98 (cpuinfo.cpu_type != CPUTYP_4_100 &&
autoconf.c 732 case CPUTYP_4_100:
973 if (cpuinfo.cpu_type == CPUTYP_4_100)
cpu.c 1174 case CPUTYP_4_100:
1228 sc->cpu_type = CPUTYP_4_100;
  /src/sys/arch/sparc/dev/
obio.c 271 if (cpuinfo.cpu_type == CPUTYP_4_100 && (addr & 0xf0000000))
273 if (cpuinfo.cpu_type != CPUTYP_4_100 && !(addr & 0xf0000000))
zs_kgdb.c 322 if (cpuinfo.cpu_type == CPUTYP_4_100)
zs.c 331 if (cpuinfo.cpu_type == CPUTYP_4_100)
sw.c 228 if (cpuinfo.cpu_type != CPUTYP_4_100)

Completed in 18 milliseconds