machine_type      386 drivers/scsi/esas2r/esas2r.h 	u16 machine_type;
machine_type     1146 drivers/scsi/esas2r/esas2r_flash.c 			switch (le16_to_cpu(ei->machine_type)) {
machine_type       46 include/uapi/linux/a.out.h #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
machine_type      175 tools/perf/util/s390-cpumsf.c 	u16			machine_type;
machine_type      370 tools/perf/util/s390-cpumsf.c static bool s390_cpumsf_validate(int machine_type,
machine_type      390 tools/perf/util/s390-cpumsf.c 		switch (machine_type) {
machine_type      445 tools/perf/util/s390-cpumsf.c 	if (!s390_cpumsf_validate(sf->machine_type, buf, len, &bsdes,
machine_type      449 tools/perf/util/s390-cpumsf.c 		       len, sf->machine_type, bsdes, dsdes);
machine_type      610 tools/perf/util/s390-cpumsf.c 	if (!s390_cpumsf_validate(sf->machine_type, buf, len, &bsdes,
machine_type     1138 tools/perf/util/s390-cpumsf.c 	sf->machine_type = s390_cpumsf_get_type(session->evlist->env->cpuid);