Home | History | Annotate | Download | only in tests

Lines Matching refs:match

19 //     cpu model, if specified, does not match the machine
195 unsigned long long match;
202 match = (facilities & (1ULL << 62) && (facilities & (1ULL << 61)));
204 match = (facilities & (1ULL << 63));
206 match = (facilities & (1ULL << 56));
208 match = (facilities & (1ULL << 45) && (facilities & (1ULL << 44)));
210 match = (facilities & (1ULL << 42));
212 match = (facilities & (1ULL << 38));
214 match = (facilities & (1ULL << 29));
216 match = (facilities & (1ULL << 28));
221 if (match == 0) return 1; // facility not provided
236 // match exact
239 // :NAME match machines up to and including CPU
243 // NAME: match machines beginning with CPU or later
249 // NAME:NAME match machines in interval
271 return 1; // host does not match CPU specification