Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/tools/
Dgen-mach-types13 mach_type[nr] = "MACH_TYPE_"$3;
20 mach_type[nr] = "MACH_TYPE_"$3;
40 printf("#define %-30s %d\n", mach_type[i], num[i]);
51 printf("# define machine_arch_type\t%s\n", mach_type[i]);
53 printf("# define %s()\t(machine_arch_type == %s)\n", machine_is[i], mach_type[i]);
62 printf("/* #define %-30s <<not registered>> */\n", mach_type[i]);
/Linux-v5.4/arch/mips/include/asm/
Dmips_machine.h15 unsigned long mach_type; member
29 .mach_type = _type, \
/Linux-v5.4/arch/mips/kernel/
Dmips_machine.c29 mips_machtype = mach->mach_type; in mips_machtype_setup()
49 if (mips_machtype == mach->mach_type) { in mips_machine_setup()
/Linux-v5.4/tools/perf/util/
Ds390-sample-raw.c97 te.mach_type = be16_to_cpu(tep->mach_type); in s390_cpumcfdg_dumptrail()
110 te.tod_base, te.mach_type); in s390_cpumcfdg_dumptrail()
Ds390-cpumcf-kernel.h52 unsigned int mach_type:16; /* Machine type */ member
/Linux-v5.4/arch/s390/kernel/
Dperf_cpum_cf_diag.c101 unsigned int mach_type:16; /* Machine type */ member
116 te->mach_type = cpuid.machine; in cf_diag_trailer()