Lines Matching defs:matches
99 * model. The capability provides a call back ( @matches() ) to
104 * matches. This implies, we have to run the check on all the
109 * matches. This implies, we run the check only once, when the
309 bool (*matches)(const struct arm64_cpu_capabilities *caps, int scope);
344 * An optional list of "matches/cpu_enable" pair for the same
346 * Only matches(), cpu_enable() and fields relevant to these
348 * invoked only if the corresponding entry "matches()".
350 * with multiple matches(), care should be taken that either
365 * Iterate over each entry to see if at least one matches.
373 for (caps = entry->match_list; caps->matches; caps++)
374 if (caps->matches(caps, scope))