Searched refs:machine_type (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/include/uapi/linux/ | 
| D | a.out.h | 16 enum machine_type {  enum 46 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
  | 
| /Linux-v6.6/tools/perf/util/ | 
| 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() 1148 	sf->machine_type = s390_cpumsf_get_type(session->evlist->env->cpuid);  in s390_cpumsf_process_auxtrace_info()
  | 
| /Linux-v6.6/drivers/scsi/esas2r/ | 
| D | esas2r.h | 386 	u16 machine_type;  member
  | 
| D | esas2r_flash.c | 1146 			switch (le16_to_cpu(ei->machine_type)) {  in esas2r_read_image_type()
  |