HomeSort by: relevance | last modified time | path
    Searched refs:cpu_type (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/arch/hpc/stand/hpcboot/sh3/
sh_boot.cpp 108 if (SHArchitecture::cpu_type() != 3)
114 if (SHArchitecture::cpu_type() != 3)
120 if (SHArchitecture::cpu_type() != 3)
126 if (SHArchitecture::cpu_type() != 4)
168 SHArchitecture::cpu_type()));
sh_arch.cpp 44 SHArchitecture::cpu_type() function in class:SHArchitecture
sh_mmu.cpp 102 switch (SHArchitecture::cpu_type()) {
155 switch (SHArchitecture::cpu_type()) {
sh_arch.h 70 static int cpu_type(void);
  /src/sys/arch/sparc/sparc/
eeprom.c 85 (cpuinfo.cpu_type != CPUTYP_4_100 &&
86 cpuinfo.cpu_type != CPUTYP_4_200))
mkclock.c 114 if (cpuinfo.cpu_type != CPUTYP_4_300 &&
115 cpuinfo.cpu_type != CPUTYP_4_400)
261 if (cpuinfo.cpu_type == CPUTYP_4_300 ||
262 cpuinfo.cpu_type == CPUTYP_4_400) {
oclock.c 98 (cpuinfo.cpu_type != CPUTYP_4_100 &&
99 cpuinfo.cpu_type != CPUTYP_4_200))
timer.c 309 if (cpuinfo.cpu_type != CPUTYP_4_300 &&
310 cpuinfo.cpu_type != CPUTYP_4_400)
cpu.c 1173 switch (sc->cpu_type) {
1228 sc->cpu_type = CPUTYP_4_100;
1235 sc->cpu_type = CPUTYP_4_200;
1242 sc->cpu_type = CPUTYP_4_300;
1249 sc->cpu_type = CPUTYP_4_400;
1628 sc->cpu_type = CPUTYP_HS_MBUS;/*XXX*/
1735 sc->cpu_type = 0;
1839 sc->cpu_type = CPUTYP_SS1_MBUS_MXCC;
1841 sc->cpu_type = CPUTYP_SS1_MBUS_NOMXCC;
2142 if (sc->cpu_type == 0
    [all...]
cpuvar.h 60 int cpu_type; member in struct:module_info
autoconf.c 728 switch (cpuinfo.cpu_type) {
744 cpuinfo.cpu_type);
975 if (cpuinfo.cpu_type == CPUTYP_4_100)
cache.c 700 /*if (cpuinfo.cpu_type == CPUTYP_HS_MBUS) -- more work than it's worth */
746 if (cpuinfo.cpu_type == CPUTYP_HS_MBUS) {
  /src/sys/arch/hppa/gsc/
if_iee_gsc.c 203 enum hppa_cpu_type cpu_type; local in function:iee_gsc_attach
217 cpu_type = hppa_cpu_info->hci_cputype;
218 if (cpu_type == hpcx || cpu_type == hpcxs || cpu_type == hpcxt)
  /src/sys/arch/arm/cortex/
a9wdt.c 189 const char *cpu_type; local in function:a9wdt_attach
235 cpu_type = "A5";
237 cpu_type = "A9";
240 cpu_type, sc->sc_wdog_period,
a9ptmr.c 120 const char *cpu_type; local in function:a9ptmr_attach
174 cpu_type = "A5";
176 cpu_type = "A9";
178 aprint_normal(": %s Private Timer (%s)\n", cpu_type, freqbuf);
a9tmr.c 121 const char *cpu_type; local in function:a9tmr_attach
136 cpu_type = "A5";
138 cpu_type = "A9";
140 aprint_normal(": %s Global 64-bit Timer (%s)\n", cpu_type, freqbuf);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
xenoprof.h 95 char cpu_type[XENOPROF_CPU_TYPE_SIZE]; member in struct:xenoprof_init
  /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)
  /src/sys/arch/x68k/x68k/
machdep.c 328 const char *cpu_type, *mach, *mmu, *fpu; local in function:identifycpu
375 cpu_type = cpubuf;
384 cpu_type = "m68040";
391 cpu_type = "m68030";
397 cpu_type = "m68020";
403 cpu_type = "unknown";
412 mach, cpu_type, mmu, fpu, clock,
  /src/sys/compat/linux/arch/alpha/
linux_osf1.h 119 int cpu_type; member in struct:osf1_cpu_info
  /src/sys/arch/amiga/amiga/
machdep.c 148 const char *cpu_type = "m68k"; variable in typeref:typename:const char *
328 cpu_type = cpubuf;
343 cpu_type = "m68040";
348 cpu_type = "m68030"; /* XXX */
351 cpu_type = "m68020";
366 cpu_setmodel("%s (%s CPU%s%s)", mach, cpu_type, mmu, fpu);
  /src/sys/arch/hppa/hppa/
machdep.c 221 enum hppa_cpu_type cpu_type; variable in typeref:enum:hppa_cpu_type
657 cpu_type = hpc_unknown;
683 "Using cpu_modelno (%#x) based cpu_type.\n", error, cpu_modelno));
685 cpu_type = cpu_model_cpuid(cpu_modelno);
686 if (cpu_type == hpc_unknown) {
687 printf("WARNING: Unknown cpu_type for cpu_modelno %x\n",
787 } else if (cpu_type != hpc_unknown) {
788 DPRINTF(("%s: looking for cpu_type %d\n", __func__,
789 cpu_type));
792 if (p->hci_cputype == cpu_type) {
    [all...]
  /src/sys/arch/sparc/include/
cpu.h 308 int cpu_type; /* Type: see CPUTYP_xxx below */ member in struct:cpu_info

Completed in 55 milliseconds

1 2