Searched refs:machine_type (Results 1 – 3 of 3) sorted by relevance
/linux/include/uapi/linux/ |
H A D | a.out.h | 16 enum machine_type { enum 46 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
|
/linux/tools/perf/util/ |
H A D | s390-cpumsf.c | 176 u16 machine_type; member 371 static bool s390_cpumsf_validate(int machine_type, in s390_cpumsf_validate() argument 391 switch (machine_type) { in s390_cpumsf_validate() 446 if (!s390_cpumsf_validate(sf->machine_type, buf, len, &bsdes, in s390_cpumsf_dump() 450 len, sf->machine_type, bsdes, dsdes); in s390_cpumsf_dump() 611 if (!s390_cpumsf_validate(sf->machine_type, buf, len, &bsdes, in s390_cpumsf_samples() 1143 sf->machine_type = s390_cpumsf_get_type(session->evlist->env->cpuid); in s390_cpumsf_process_auxtrace_info()
|
/linux/drivers/scsi/esas2r/ |
H A D | esas2r_flash.c | 1146 switch (le16_to_cpu(ei->machine_type)) { in esas2r_read_image_type()
|