Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/tools/
H A 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]);
/openbmc/linux/tools/perf/util/
H A Ds390-sample-raw.c98 te.mach_type = be16_to_cpu(tep->mach_type); in s390_cpumcfdg_dumptrail()
111 te.tod_base, te.mach_type); in s390_cpumcfdg_dumptrail()
H A Ds390-cpumcf-kernel.h53 unsigned int mach_type:16; /* Machine type */ member
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dspr_misc.c128 int spear_board_init(ulong mach_type) in spear_board_init() argument
130 gd->bd->bi_arch_number = mach_type; in spear_board_init()
/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_cf.c383 unsigned int mach_type:16; /* Machine type */ member
397 te->mach_type = cpuid.machine; in cfdiag_trailer()