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

1 2

  /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
235 cpu_type = "A5";
237 cpu_type = "A9";
240 cpu_type, sc->sc_wdog_period,
a9ptmr.c 120 const char *cpu_type; local
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
136 cpu_type = "A5";
138 cpu_type = "A9";
140 aprint_normal(": %s Global 64-bit Timer (%s)\n", cpu_type, freqbuf);
  /src/sys/arch/hppa/gsc/
if_iee_gsc.c 203 enum hppa_cpu_type cpu_type; local
217 cpu_type = hppa_cpu_info->hci_cputype;
218 if (cpu_type == hpcx || cpu_type == hpcxs || cpu_type == hpcxt)
  /src/external/gpl3/gdb/dist/sim/m68hc11/
interp.c 132 const char *cpu_type; local
141 m68hc11_cpu->cpu_type = CPU_M6811;
142 cpu_type = "/m68hc11";
146 m68hc11_cpu->cpu_type = CPU_M6812;
147 cpu_type = "/m68hc12";
150 hw_cpu = sim_hw_parse (sd, "%s", cpu_type);
153 sim_io_eprintf (sd, "%s cpu not found in device tree.", cpu_type);
520 const char *cpu_type; local
529 cpu_type = "68HC11";
531 cpu_type = "68HC12"
    [all...]
gencode.c 76 static int cpu_type; variable
1434 cpu_type == cpu6811 ? "m68hc11" : "m68hc12",
1706 cpu_type == cpu6811 ? "m68hc11" : "m68hc12",
2041 if (cpu_type & cpu6811)
2125 cpu_type = cpu6811;
2127 cpu_type = cpu6812;
2133 if (cpu_type == 0)
m68hc11-sim.h 47 enum cpu_type enum
183 enum cpu_type cpu_type; member in struct:m68hc11_sim_cpu
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
interp.c 132 const char *cpu_type; local
141 m68hc11_cpu->cpu_type = CPU_M6811;
142 cpu_type = "/m68hc11";
146 m68hc11_cpu->cpu_type = CPU_M6812;
147 cpu_type = "/m68hc12";
150 hw_cpu = sim_hw_parse (sd, "%s", cpu_type);
153 sim_io_eprintf (sd, "%s cpu not found in device tree.", cpu_type);
520 const char *cpu_type; local
529 cpu_type = "68HC11";
531 cpu_type = "68HC12"
    [all...]
gencode.c 76 static int cpu_type; variable
1434 cpu_type == cpu6811 ? "m68hc11" : "m68hc12",
1706 cpu_type == cpu6811 ? "m68hc11" : "m68hc12",
2041 if (cpu_type & cpu6811)
2125 cpu_type = cpu6811;
2127 cpu_type = cpu6812;
2133 if (cpu_type == 0)
m68hc11-sim.h 47 enum cpu_type enum
183 enum cpu_type cpu_type; member in struct:m68hc11_sim_cpu
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430-devices.cc 230 begins with "# Device Name". The column numbers for CPU_TYPE (MSP430 ISA)
247 int cpu_type = -1; local
252 const char * cpu_type_heading = "CPU_TYPE";
278 /* Find which column MPY_TYPE and CPU_TYPE are in. */
297 warning (0, "%<CPU_TYPE%> column heading is missing from "
303 warning (0, "%<CPU_TYPE%> and %<MPY_TYPE%> column headings "
337 cpu_type = atoi (val);
344 || (cpu_type == 0 && val[0] != '0')
345 || cpu_type > 2 || cpu_type < 0
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430-devices.cc 230 begins with "# Device Name". The column numbers for CPU_TYPE (MSP430 ISA)
247 int cpu_type = -1; local
252 const char * cpu_type_heading = "CPU_TYPE";
278 /* Find which column MPY_TYPE and CPU_TYPE are in. */
297 warning (0, "%<CPU_TYPE%> column heading is missing from "
303 warning (0, "%<CPU_TYPE%> and %<MPY_TYPE%> column headings "
337 cpu_type = atoi (val);
344 || (cpu_type == 0 && val[0] != '0')
345 || cpu_type > 2 || cpu_type < 0
    [all...]
  /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
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/x68k/x68k/
machdep.c 353 const char *cpu_type, *mach, *mmu, *fpu; local
400 cpu_type = cpubuf;
409 cpu_type = "m68040";
416 cpu_type = "m68030";
422 cpu_type = "m68020";
428 cpu_type = "unknown";
437 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/external/gpl3/binutils/dist/gas/config/
tc-mcore.c 80 cpu_type; typedef in typeref:enum:__anon7718
82 cpu_type cpu = M340;
  /src/external/gpl3/binutils/dist/opcodes/
arc-dis.c 810 static const struct cpu_type struct
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mcore.c 80 cpu_type; typedef in typeref:enum:__anon9190
82 cpu_type cpu = M340;
  /src/external/gpl3/binutils.old/dist/opcodes/
arc-dis.c 810 static const struct cpu_type struct
  /src/external/gpl3/gdb/dist/opcodes/
arc-dis.c 810 static const struct cpu_type struct
  /src/external/gpl3/gdb.old/dist/opcodes/
arc-dis.c 822 static const struct cpu_type struct

Completed in 59 milliseconds

1 2