Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sun2/sun2/
H A Dlocore2.c214 unsigned char machtype; in _verify_hardware() local
217 machtype = identity_prom.idp_machtype; in _verify_hardware()
218 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN2) { in _verify_hardware()
223 cpu_machine_id = machtype; in _verify_hardware()
/netbsd-src/sys/arch/sun3/sun3/
H A Dlocore2.c234 unsigned char machtype; in _verify_hardware() local
237 machtype = identity_prom.idp_machtype; in _verify_hardware()
238 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN3) { in _verify_hardware()
243 cpu_machine_id = machtype; in _verify_hardware()
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dinit_main.c89 int machtype; variable
186 machtype = LUNA_I; in main()
191 machtype = LUNA_II; in main()
238 if (machtype == LUNA_I) { in main()
H A Dautoconf.c37 if (machtype == LUNA_II) { in find_devs()
H A Dgetsecs.c52 if (machtype == LUNA_I) { in getsecs()
H A Dsamachdep.h104 extern int machtype;
H A Dif_le.c241 switch (machtype) { in myetheraddr()
/netbsd-src/external/gpl3/binutils.old/dist/include/aout/
H A Dhp.h66 #define N_SET_MACHTYPE(execp, machtype) (((execp)->a_machtype) = (machtype)) argument
/netbsd-src/external/gpl3/binutils/dist/include/aout/
H A Dhp.h66 #define N_SET_MACHTYPE(execp, machtype) (((execp)->a_machtype) = (machtype)) argument
/netbsd-src/sys/arch/sun3/sun3x/
H A Dmachdep.c261 u_char machtype; in identifycpu() local
263 machtype = identity_prom.idp_machtype; in identifycpu()
264 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN3X) { in identifycpu()
269 cpu_machine_id = machtype; in identifycpu()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dnetbsd.h46 #define N_SET_MACHTYPE(execp, machtype) \ argument
48 ((execp)->a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
H A Dlibaout.h327 # define N_SET_MACHTYPE(execp, machtype) \ argument
329 ((execp)->a_info & 0xff00ffff) | ((((int) (machtype)) &0xff) << 16))
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dnetbsd.h46 #define N_SET_MACHTYPE(execp, machtype) \ argument
48 ((execp)->a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
H A Dlibaout.h327 # define N_SET_MACHTYPE(execp, machtype) \ argument
329 ((execp)->a_info & 0xff00ffff) | ((((int) (machtype)) &0xff) << 16))
/netbsd-src/sys/compat/linux/common/
H A Dlinux_exec_aout.c135 int machtype, magic; in exec_linux_aout_makecmds() local
142 machtype = LINUX_N_MACHTYPE(linux_ep); in exec_linux_aout_makecmds()
144 if (machtype != LINUX_MID_MACHINE) in exec_linux_aout_makecmds()
/netbsd-src/sys/arch/luna68k/include/
H A Dcpu.h60 extern int machtype;
/netbsd-src/sys/arch/luna68k/luna68k/
H A Dclock.c72 if (machtype == LUNA_I) in cpu_initclocks()
H A Dmachdep.c135 int machtype; /* model: 1 for LUNA-1, 2 for LUNA-2 */ variable
375 machtype = LUNA_I; in identifycpu()
387 machtype = LUNA_II; in identifycpu()
/netbsd-src/sys/arch/luna68k/dev/
H A Dspc.c78 if (machtype == LUNA_I && ma->ma_addr != SCSI_ADDR) in spc_mainbus_match()
H A Dif_le.c222 switch (machtype) { in myetheraddr()
H A Dlcd.c359 if (machtype == LUNA_II) in greeting()
H A Dtimekeeper.c89 switch (machtype) { in clock_attach()
H A Dpsgpam.c200 if (machtype != LUNA_I) in psgpam_match()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c10529 unsigned int machtype; in process_unwind() member
10547 if (filedata->file_header.e_machine == handlers[i].machtype) in process_unwind()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c11082 unsigned int machtype; in process_unwind() member
11100 if (filedata->file_header.e_machine == handlers[i].machtype) in process_unwind()