OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mach_type
(Results
1 - 4
of
4
) 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
...]
/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)
388
if (
mach_type
== MACH_SGI_IP22) {
489
if (
mach_type
< MACH_SGI_IP20 && bootinfo == NULL &&
549
switch (
mach_type
) {
598
panic("IP%d architecture not supported",
mach_type
);
803
if (
mach_type
== MACH_SGI_IP32) {
821
if (
mach_type
== MACH_SGI_IP32)
[
all
...]
/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
);
/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
);
Completed in 22 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026