/kernel/linux/linux-5.10/arch/mips/loongson2ef/common/ |
H A D | machtype.c | 14 /* please ensure the length of the machtype string is less than 50 */ 41 int machtype = MACH_LEMOTE_FL2E; in prom_init_machtype() local 45 p = strstr(arcs_cmdline, "machtype="); in prom_init_machtype() 50 p += strlen("machtype="); in prom_init_machtype() 57 for (; system_types[machtype]; machtype++) in prom_init_machtype() 58 if (strstr(system_types[machtype], str)) { in prom_init_machtype() 59 mips_machtype = machtype; in prom_init_machtype()
|
/kernel/linux/linux-6.6/arch/mips/loongson2ef/common/ |
H A D | machtype.c | 14 /* please ensure the length of the machtype string is less than 50 */ 41 int machtype = MACH_LEMOTE_FL2E; in prom_init_machtype() local 45 p = strstr(arcs_cmdline, "machtype="); in prom_init_machtype() 50 p += strlen("machtype="); in prom_init_machtype() 57 for (; system_types[machtype]; machtype++) in prom_init_machtype() 58 if (strstr(system_types[machtype], str)) { in prom_init_machtype() 59 mips_machtype = machtype; in prom_init_machtype()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | idprom.c | 27 * of the Sparc CPU and have a meaningful IDPROM machtype value that we 40 static void __init display_system_type(unsigned char machtype) in display_system_type() argument 46 if (Sun_Machines[i].id_machtype == machtype) { in display_system_type() 47 if (machtype != (SM_SUN4M_OBP | 0x00) || in display_system_type() 58 prom_printf("IDPROM: Warning, bogus id_machtype value, 0x%x\n", machtype); in display_system_type() 61 static void __init display_system_type(unsigned char machtype) in display_system_type() argument
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | idprom.c | 27 * of the Sparc CPU and have a meaningful IDPROM machtype value that we 40 static void __init display_system_type(unsigned char machtype) in display_system_type() argument 46 if (Sun_Machines[i].id_machtype == machtype) { in display_system_type() 47 if (machtype != (SM_SUN4M_OBP | 0x00) || in display_system_type() 58 prom_printf("IDPROM: Warning, bogus id_machtype value, 0x%x\n", machtype); in display_system_type() 61 static void __init display_system_type(unsigned char machtype) in display_system_type() argument
|
/kernel/linux/linux-5.10/arch/m68k/sun3/ |
H A D | idprom.c | 26 * of the Sparc CPU and have a meaningful IDPROM machtype value that we 61 static void __init display_system_type(unsigned char machtype) in display_system_type() argument 66 if(Sun_Machines[i].id_machtype == machtype) { in display_system_type() 67 if (machtype != (SM_SUN4M_OBP | 0x00)) in display_system_type() 82 prom_printf("IDPROM: Bogus id_machtype value, 0x%x\n", machtype); in display_system_type()
|
/kernel/linux/linux-6.6/arch/m68k/sun3/ |
H A D | idprom.c | 26 * of the Sparc CPU and have a meaningful IDPROM machtype value that we 61 static void __init display_system_type(unsigned char machtype) in display_system_type() argument 66 if(Sun_Machines[i].id_machtype == machtype) { in display_system_type() 67 if (machtype != (SM_SUN4M_OBP | 0x00)) in display_system_type() 82 prom_printf("IDPROM: Bogus id_machtype value, 0x%x\n", machtype); in display_system_type()
|
/kernel/linux/linux-5.10/arch/mips/generic/ |
H A D | board-ingenic.c | 21 static __init char *ingenic_get_system_type(unsigned long machtype) in ingenic_get_system_type() argument 23 switch (machtype) { in ingenic_get_system_type()
|
/kernel/linux/linux-6.6/arch/mips/generic/ |
H A D | board-ingenic.c | 24 static __init char *ingenic_get_system_type(unsigned long machtype) in ingenic_get_system_type() argument 26 switch (machtype) { in ingenic_get_system_type()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | a.out.h | 55 #define N_SET_MACHTYPE(exec, machtype) \ 57 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | a.out.h | 55 #define N_SET_MACHTYPE(exec, machtype) \ 57 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | a.out.h | 58 #define N_SET_MACHTYPE(exec,machtype) ((exec).a_info = ((exec).a_info & 0xff00ffff) | ((((int) (machtype)) & 0xff) << 16))
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | a.out.h | 58 #define N_SET_MACHTYPE(exec,machtype) ((exec).a_info = ((exec).a_info & 0xff00ffff) | ((((int) (machtype)) & 0xff) << 16))
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | a.out.h | 50 #define N_SET_MACHTYPE(exec, machtype) \ 52 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
|
/kernel/linux/linux-5.10/arch/mips/dec/prom/ |
H A D | memory.c | 15 #include <asm/dec/machtype.h>
|
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/ |
H A D | bootinfo.h | 168 __be32 machtype; member
|
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/ |
H A D | bootinfo.h | 176 __be32 machtype; member
|
/kernel/linux/linux-6.6/arch/mips/dec/prom/ |
H A D | memory.c | 15 #include <asm/dec/machtype.h>
|
/kernel/linux/linux-5.10/arch/mips/dec/ |
H A D | time.c | 20 #include <asm/dec/machtype.h>
|
/kernel/linux/linux-6.6/arch/mips/dec/ |
H A D | time.c | 20 #include <asm/dec/machtype.h>
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | dz.c | 56 #include <asm/dec/machtype.h>
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | dz.c | 56 #include <asm/dec/machtype.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
H A D | declance.c | 73 #include <asm/dec/machtype.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/ |
H A D | declance.c | 73 #include <asm/dec/machtype.h>
|