HomeSort by: relevance | last modified time | path
    Searched defs:cpu_type (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/sh3/
sh_arch.cpp 44 SHArchitecture::cpu_type() function in class:SHArchitecture
  /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,
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);
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);
  /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/sparc/sparc/
cpuvar.h 60 int cpu_type; member in struct:module_info
  /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/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/compat/linux/arch/alpha/
linux_osf1.h 119 int cpu_type; member in struct:osf1_cpu_info
  /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/arch/sparc/include/
cpu.h 308 int cpu_type; /* Type: see CPUTYP_xxx below */ member in struct:cpu_info

Completed in 37 milliseconds