Home
last modified time | relevance | path

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

/linux/arch/mips/loongson2ef/common/
A Dmachtype.c41 int machtype = MACH_LEMOTE_FL2E; in prom_init_machtype() local
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()
A DMakefile7 bonito-irq.o mem.o machtype.o platform.o
/linux/arch/sparc/kernel/
A Didprom.c40 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
/linux/arch/m68k/sun3/
A Didprom.c61 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()
/linux/arch/mips/generic/
A Dboard-ingenic.c23 static __init char *ingenic_get_system_type(unsigned long machtype) in ingenic_get_system_type() argument
25 switch (machtype) { in ingenic_get_system_type()
/linux/include/uapi/linux/
A Da.out.h55 #define N_SET_MACHTYPE(exec, machtype) \ argument
57 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
/linux/arch/mips/loongson2ef/lemote-2f/
A DMakefile6 obj-y += clock.o machtype.o irq.o reset.o dma.o ec_kb3310b.o
/linux/arch/m68k/include/uapi/asm/
A Dbootinfo.h168 __be32 machtype; member
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt2755 machtype= [Loongson] Share the same kernel image file between
2757 Example: machtype=lemote-yeeloong-2f-7inch

Completed in 15 milliseconds