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

1 2 3

  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-c.cc 39 #define LARCH_CPP_SET_PROCESSOR(PREFIX, CPU_TYPE) \
43 int cpu_type = (CPU_TYPE); \
46 loongarch_cpu_strings[cpu_type], NULL); \
52 loongarch_cpu_strings[cpu_type], 1); \
  /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
  /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/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/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)
  /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)
  /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/sys/arch/arm/cortex/
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);
a9wdt.c 189 const char *cpu_type; local
235 cpu_type = "A5";
237 cpu_type = "A9";
240 cpu_type, sc->sc_wdog_period,
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/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))
  /src/sys/compat/linux/arch/alpha/
linux_osf1.h 119 int cpu_type; member in struct:osf1_cpu_info
  /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...]

Completed in 35 milliseconds

1 2 3