Home
last modified time | relevance | path

Searched refs:mach_type (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/tools/
Dgen-mach-types12 mach_type[nr] = "MACH_TYPE_"$3;
19 mach_type[nr] = "MACH_TYPE_"$3;
39 printf("#define %-30s %d\n", mach_type[i], num[i]);
50 printf("# define machine_arch_type\t%s\n", mach_type[i]);
52 printf("# define %s()\t(machine_arch_type == %s)\n", machine_is[i], mach_type[i]);
61 printf("/* #define %-30s <<not registered>> */\n", mach_type[i]);
/linux-4.1.27/arch/mips/include/asm/
Dmips_machine.h19 unsigned long mach_type; member
33 .mach_type = _type, \
/linux-4.1.27/arch/mips/kernel/
Dmips_machine.c33 mips_machtype = mach->mach_type; in mips_machtype_setup()
53 if (mips_machtype == mach->mach_type) { in mips_machine_setup()