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

  /src/sys/arch/sgimips/gio/
gio.c 92 uint32_t mach_type; member in struct:gio_probe
172 if (mach_type == MACH_SGI_IP12 || mach_type == MACH_SGI_IP20 ||
173 mach_type == MACH_SGI_IP22)
201 if (gfx_bases[i].mach_type != mach_type)
240 if (slot_bases[i].mach_type != mach_type)
367 if (gfx_bases[i].mach_type != mach_type)
    [all...]
gio.c 92 uint32_t mach_type; member in struct:gio_probe
172 if (mach_type == MACH_SGI_IP12 || mach_type == MACH_SGI_IP20 ||
173 mach_type == MACH_SGI_IP22)
201 if (gfx_bases[i].mach_type != mach_type)
240 if (slot_bases[i].mach_type != mach_type)
367 if (gfx_bases[i].mach_type != mach_type)
    [all...]
  /src/sys/arch/sgimips/sgimips/
machdep.c 115 int mach_type = 0; /* IPxx type */ variable
369 if (mach_type == 0 &&
372 mach_type = strtoul(&arcbios_system_identifier[i],
377 if (mach_type <= 0)
473 if (mach_type < MACH_SGI_IP20 && bootinfo == NULL &&
533 switch (mach_type) {
582 panic("IP%d architecture not supported", mach_type);
787 if (mach_type == MACH_SGI_IP32) {
805 if (mach_type == MACH_SGI_IP32) {
machdep.c 115 int mach_type = 0; /* IPxx type */ variable
369 if (mach_type == 0 &&
372 mach_type = strtoul(&arcbios_system_identifier[i],
377 if (mach_type <= 0)
473 if (mach_type < MACH_SGI_IP20 && bootinfo == NULL &&
533 switch (mach_type) {
582 panic("IP%d architecture not supported", mach_type);
787 if (mach_type == MACH_SGI_IP32) {
805 if (mach_type == MACH_SGI_IP32) {
  /src/external/gpl3/binutils/dist/gas/config/
tc-z80.c 543 int mach_type; local
548 mach_type = bfd_mach_z80;
551 mach_type = bfd_mach_r800;
554 mach_type = bfd_mach_z180;
557 mach_type = bfd_mach_gbz80;
560 mach_type = cpu_mode ? bfd_mach_ez80_adl : bfd_mach_ez80_z80;
563 mach_type = bfd_mach_z80n;
566 mach_type = 0;
568 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_type);
tc-z80.c 543 int mach_type; local
548 mach_type = bfd_mach_z80;
551 mach_type = bfd_mach_r800;
554 mach_type = bfd_mach_z180;
557 mach_type = bfd_mach_gbz80;
560 mach_type = cpu_mode ? bfd_mach_ez80_adl : bfd_mach_ez80_z80;
563 mach_type = bfd_mach_z80n;
566 mach_type = 0;
568 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_type);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c 543 int mach_type; local
548 mach_type = bfd_mach_z80;
551 mach_type = bfd_mach_r800;
554 mach_type = bfd_mach_z180;
557 mach_type = bfd_mach_gbz80;
560 mach_type = cpu_mode ? bfd_mach_ez80_adl : bfd_mach_ez80_z80;
563 mach_type = bfd_mach_z80n;
566 mach_type = 0;
568 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_type);
tc-z80.c 543 int mach_type; local
548 mach_type = bfd_mach_z80;
551 mach_type = bfd_mach_r800;
554 mach_type = bfd_mach_z180;
557 mach_type = bfd_mach_gbz80;
560 mach_type = cpu_mode ? bfd_mach_ez80_adl : bfd_mach_ez80_z80;
563 mach_type = bfd_mach_z80n;
566 mach_type = 0;
568 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_type);

Completed in 232 milliseconds