HomeSort by: relevance | last modified time | path
    Searched defs:cpu_type (Results 1 - 25 of 26) 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/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/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;
tc-rx.c 111 struct cpu_type
118 struct cpu_type cpu_type_list[] =
110 struct cpu_type struct
tc-alpha.c 515 static const struct cpu_type
5106 const struct cpu_type *p;
5605 const struct cpu_type *p;
510 static const struct cpu_type struct
tc-arc.c 457 static const struct cpu_type struct
471 static struct cpu_type selected_cpu = { 0, 0, 0, E_ARC_OSABI_CURRENT, 0 };
847 static struct cpu_type old_cpu = { 0, 0, 0, E_ARC_OSABI_CURRENT, 0 };
  /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;
tc-rx.c 111 struct cpu_type
118 struct cpu_type cpu_type_list[] =
110 struct cpu_type struct
tc-alpha.c 515 static const struct cpu_type
5106 const struct cpu_type *p;
5605 const struct cpu_type *p;
510 static const struct cpu_type struct
  /src/external/gpl3/binutils.old/dist/opcodes/
arc-dis.c 810 static const struct cpu_type struct
  /src/sys/arch/sparc/include/
cpu.h 308 int cpu_type; /* Type: see CPUTYP_xxx below */ member in struct:cpu_info
  /src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc 125 /* CPU_TYPE, says what cpu we're compiling for. */
126 int cpu_type; variable
144 /* ??? The above could be put in an array indexed by CPU_TYPE. */
147 /* Various operations needed by the following, indexed by CPU_TYPE. */
287 cpu_type = (int) CPU_H8300H;
289 h8_push_op = h8_push_ops[cpu_type];
290 h8_pop_op = h8_pop_ops[cpu_type];
291 h8_mov_op = h8_mov_ops[cpu_type];
3707 info->shift1 = shift_one[cpu_type][shift_type][shift_mode].assembler;
3709 info->cc_inline = shift_one[cpu_type][shift_type][shift_mode].cc_valid
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
mach-o.c 634 cpusubtype (unsigned long cpu_type, unsigned long cpu_subtype, char *buffer)
649 switch (cpu_type)
5237 enum bfd_architecture cpu_type; local
5262 &cpu_type, &cpu_subtype);
5263 if (cpu_type == bfd_arch_unknown)
5272 bfd_set_arch_mach (abfd, cpu_type, cpu_subtype);
5381 bfd_mach_o_cpu_type cpu_type)
5408 if (cpu_type)
5410 if (header.cputype != cpu_type)
5767 enum bfd_architecture cpu_type; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.c 632 cpusubtype (unsigned long cpu_type, unsigned long cpu_subtype, char *buffer)
647 switch (cpu_type)
5236 enum bfd_architecture cpu_type; local
5261 &cpu_type, &cpu_subtype);
5262 if (cpu_type == bfd_arch_unknown)
5271 bfd_set_arch_mach (abfd, cpu_type, cpu_subtype);
5380 bfd_mach_o_cpu_type cpu_type)
5407 if (cpu_type)
5409 if (header.cputype != cpu_type)
5766 enum bfd_architecture cpu_type; local
    [all...]

Completed in 89 milliseconds

1 2