Lines Matching defs:matches
126 * model. The capability provides a call back ( @matches() ) to
131 * matches. This implies, we have to run the check on all the
136 * matches. This implies, we run the check only once, when the
336 bool (*matches)(const struct arm64_cpu_capabilities *caps, int scope);
372 * An optional list of "matches/cpu_enable" pair for the same
374 * Only matches(), cpu_enable() and fields relevant to these
376 * invoked only if the corresponding entry "matches()".
378 * with multiple matches(), care should be taken that either
393 * Iterate over each entry to see if at least one matches.
401 for (caps = entry->match_list; caps->matches; caps++)
402 if (caps->matches(caps, scope))