Home
last modified time | relevance | path

Searched refs:machine_type (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Da.out.h16 enum machine_type { enum
46 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
/Linux-v5.4/tools/perf/util/
Ds390-cpumsf.c175 u16 machine_type; member
370 static bool s390_cpumsf_validate(int machine_type, in s390_cpumsf_validate() argument
390 switch (machine_type) { in s390_cpumsf_validate()
445 if (!s390_cpumsf_validate(sf->machine_type, buf, len, &bsdes, in s390_cpumsf_dump()
449 len, sf->machine_type, bsdes, dsdes); in s390_cpumsf_dump()
610 if (!s390_cpumsf_validate(sf->machine_type, buf, len, &bsdes, in s390_cpumsf_samples()
1138 sf->machine_type = s390_cpumsf_get_type(session->evlist->env->cpuid); in s390_cpumsf_process_auxtrace_info()
/Linux-v5.4/drivers/scsi/esas2r/
Desas2r.h386 u16 machine_type; member
Desas2r_flash.c1146 switch (le16_to_cpu(ei->machine_type)) { in esas2r_read_image_type()