Home
last modified time | relevance | path

Searched refs:machtype (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/sys/arch/luna88k/stand/boot/
H A Dinit_main.c115 int machtype; variable
154 machtype = LUNA_88K2; in main()
156 machtype = LUNA_88K; in main()
161 if (machtype == LUNA_88K) { in main()
214 if (machtype == LUNA_88K) { in get_nvram_data()
230 } else if (machtype == LUNA_88K2) { in get_nvram_data()
H A Dsamachdep.h82 extern int machtype;
H A Dgetsecs.c139 if (machtype == LUNA_88K) { in getsecs()
H A Dif_le.c235 switch (machtype) { in myetheraddr()
H A Dsc.c118 if (unit != 0 && machtype != LUNA_88K2) in scinit()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dsparclynx.c71 NAME(lynx,set_arch_mach) (abfd, machtype)
73 unsigned long machtype; variable
79 switch (machtype)
H A Dnetbsd.h46 #define N_SET_MACHTYPE(exec, machtype) \ argument
48 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
H A Dfreebsd.h47 #define N_SET_MACHTYPE(exec, machtype) \ argument
49 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
H A Dmipsbsd.c51 static void MY(set_arch_mach) PARAMS ((bfd *abfd, unsigned long machtype));
81 MY(set_arch_mach) (abfd, machtype)
83 unsigned long machtype; variable
89 switch (machtype)
H A Dlibaout.h328 # define N_SET_MACHTYPE(exec, machtype) \ argument
330 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
H A Daoutf1.h98 sunos_set_arch_mach (bfd *abfd, enum machine_type machtype) in sunos_set_arch_mach() argument
104 switch (machtype) in sunos_set_arch_mach()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsparclynx.c81 NAME(lynx,set_arch_mach) (abfd, machtype)
83 unsigned long machtype; variable
89 switch (machtype)
H A Dnetbsd.h46 #define N_SET_MACHTYPE(exec, machtype) \ argument
48 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype))&0x3ff) << 16))
H A Dfreebsd.h47 #define N_SET_MACHTYPE(exec, machtype) \ argument
49 ((exec).a_info & 0xfb00ffff) | ((((int)(machtype))&0x3ff) << 16))
H A Dmipsbsd.c51 static void MY(set_arch_mach) PARAMS ((bfd *abfd, unsigned long machtype));
81 MY(set_arch_mach) (abfd, machtype)
83 unsigned long machtype; variable
89 switch (machtype)
H A Daoutf1.h124 sunos_set_arch_mach (abfd, machtype) in sunos_set_arch_mach() argument
126 enum machine_type machtype;
131 switch (machtype)
H A Dlibaout.h331 # define N_SET_MACHTYPE(exec, machtype) \ argument
333 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
/openbsd/gnu/usr.bin/binutils-2.17/include/aout/
H A Dhp.h65 #define N_SET_MACHTYPE(exec, machtype) (((exec) . a_machtype) = (machtype)) argument
/openbsd/gnu/usr.bin/binutils/include/aout/
H A Dhp.h65 #define N_SET_MACHTYPE(exec, machtype) (((exec) . a_machtype) = (machtype)) argument
/openbsd/sys/arch/luna88k/luna88k/
H A Dmainbus.c100 extern int machtype;
119 if (devs[i].ma_machine & machtype)
H A Dmachdep.c189 int machtype = LUNA_88K; /* may be overwritten in cpu_startup() */ variable
277 switch(machtype) { in getcpuspeed()
293 machtype == LUNA_88K2 ? "2" : "", cpuspeed); in identifycpu()
304 machtype = LUNA_88K2; in cpu_startup()
1114 if (machtype == LUNA_88K) { in get_nvram_data()
1130 } else if (machtype == LUNA_88K2) { in get_nvram_data()
/openbsd/sys/arch/luna88k/dev/
H A Dif_le.c172 extern int machtype;
181 switch (machtype) { in myetheraddr()
H A Dtimekeeper.c98 extern int machtype; /* in machdep.c */
107 switch (machtype) { in clock_attach()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Daout_gnu.h140 #define N_SET_MACHTYPE(exec, machtype) \ argument
142 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Daout_gnu.h140 #define N_SET_MACHTYPE(exec, machtype) \ argument
142 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))

12