Lines Matching full:machine
17 // - 0 if the machine provides the asked-for feature and the cpu
18 // model, if specified, matches the machine
19 // - 1 the machine does not provide the asked-for feature or the
20 // cpu model, if specified, does not match the machine
23 // any feature if run on a non-s390x machine).
28 // s390x_features <feature> [<machine-model>]
67 processor 0: version = FF, identification = 0117C9, machine = 2064
69 and return the machine model or NULL on error.
95 /* Locate a machine model by name. Name can be either the cpuinfo
161 m = strstr(p, "machine");
164 p = m + sizeof "machine" - 1;
295 return 2; // Feature not recognised (non-s390x machine!)
309 fprintf( stderr, "usage: s390x_features <feature> [<machine-model>]\n" );