Searched refs:MID_MACHINE (Results 1 - 25 of 55) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/arch/hpcsh/include/
H A Dparam.h52 #define MID_MACHINE MID_SH3 macro
/netbsd-6-1-5-RELEASE/sys/arch/landisk/include/
H A Dparam.h52 #define MID_MACHINE MID_SH3 macro
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/include/
H A Dparam.h52 #define MID_MACHINE MID_SH3 macro
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/include/
H A Dparam.h52 #define MID_MACHINE MID_SH3 macro
/netbsd-6-1-5-RELEASE/sys/compat/freebsd/
H A Dfreebsd_exec_aout.c72 /* assume FreeBSD's MID_MACHINE and [ZQNO]MAGIC is same as NetBSD's */
74 case (MID_MACHINE << 16) | ZMAGIC:
77 case (MID_MACHINE << 16) | QMAGIC:
80 case (MID_MACHINE << 16) | NMAGIC:
83 case (MID_MACHINE << 16) | OMAGIC:
/netbsd-6-1-5-RELEASE/sys/arch/evbsh3/include/
H A Dparam.h58 #define MID_MACHINE MID_SH3 macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dparam.h51 #ifndef MID_MACHINE
52 #define MID_MACHINE MID_M68K macro
/netbsd-6-1-5-RELEASE/sys/arch/sun2/include/
H A Dparam.h50 #define MID_MACHINE MID_M680002K macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dparam.h80 #define MID_MACHINE MID_ARM6 macro
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dcore_machdep.c60 CORE_SETMAGIC(*chdr, COREMAGIC, MID_MACHINE, 0);
70 CORE_SETMAGIC(cseg, CORESEGMAGIC, MID_MACHINE, CORE_CPU);
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dcore_machdep.c120 CORE_SETMAGIC(*chdr, COREMAGIC, MID_MACHINE, 0);
138 CORE_SETMAGIC(cseg, CORESEGMAGIC, MID_MACHINE, CORE_CPU);
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Dcore_machdep.c111 CORE_SETMAGIC(*chdr, COREMAGIC, MID_MACHINE, 0);
124 CORE_SETMAGIC(cseg, CORESEGMAGIC, MID_MACHINE, CORE_CPU);
/netbsd-6-1-5-RELEASE/sys/arch/hppa/hppa/
H A Dcore_machdep.c66 CORE_SETMAGIC(*core, COREMAGIC, MID_MACHINE, 0);
83 CORE_SETMAGIC(cseg, CORESEGMAGIC, MID_MACHINE, CORE_CPU);
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dcore_machdep.c78 CORE_SETMAGIC(*chdr, COREMAGIC, MID_MACHINE, 0);
101 CORE_SETMAGIC(cseg, CORESEGMAGIC, MID_MACHINE, CORE_CPU);
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dcore_machdep.c77 CORE_SETMAGIC(*chdr, COREMAGIC, MID_MACHINE, 0);
89 CORE_SETMAGIC(cseg, CORESEGMAGIC, MID_MACHINE, CORE_CPU);
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm/
H A Dcore_machdep.c69 CORE_SETMAGIC(*chdr, COREMAGIC, MID_MACHINE, 0);
86 CORE_SETMAGIC(cseg, CORESEGMAGIC, MID_MACHINE, CORE_CPU);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dcore_machdep.c61 CORE_SETMAGIC(*chdr, COREMAGIC, MID_MACHINE, 0);
77 CORE_SETMAGIC(cseg, CORESEGMAGIC, MID_MACHINE, CORE_CPU);
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dparam.h47 #define MID_MACHINE MID_VAX macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dparam.h54 #define MID_MACHINE MID_POWERPC macro
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dparam.h38 #define MID_MACHINE MID_HPPA macro
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Dparam.h52 #define MID_MACHINE MID_IA64 macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dparam.h48 #define MID_MACHINE MID_ALPHA macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dparam.h75 #define MID_MACHINE MID_SPARC64 macro
81 #define MID_MACHINE MID_SPARC macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dcore_machdep.c86 CORE_SETMAGIC(*chdr, COREMAGIC, MID_MACHINE, 0);
102 CORE_SETMAGIC(cseg, CORESEGMAGIC, MID_MACHINE, CORE_CPU);
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dmips_param.h110 #define MID_MACHINE MID_PMAX /* MID_PMAX (little-endian) */ macro
113 #define MID_MACHINE MID_MIPS /* MID_MIPS (big-endian) */ macro

Completed in 386 milliseconds

123