• Home
  • Raw
  • Download

Lines Matching refs:matches

556 	for (; caps->matches; caps++) {  in init_cpu_hwcaps_indirect_list_from_array()
1274 .matches = has_useable_gicv3_cpuif,
1285 .matches = has_cpuid_feature,
1298 .matches = has_cpuid_feature,
1309 .matches = has_no_hw_prefetch,
1316 .matches = has_cpuid_feature,
1330 .matches = cpufeature_pan_not_uao,
1338 .matches = runs_at_el2,
1346 .matches = has_cpuid_feature,
1364 .matches = unmap_kernel_at_el0,
1372 .matches = has_no_fpsimd,
1379 .matches = has_cpuid_feature,
1388 .matches = has_cpuid_feature,
1404 .matches = has_cpuid_feature,
1413 .matches = has_cpuid_feature,
1425 .matches = has_cache_idc,
1432 .matches = has_cache_dic,
1442 .matches = has_cpuid_feature,
1461 .matches = has_hw_dbm,
1469 .matches = has_cpuid_feature,
1479 .matches = has_cpuid_feature,
1492 .matches = has_useable_cnp,
1504 .matches = has_cpuid_feature,
1519 .matches = has_cpuid_feature,
1530 .matches = has_cpuid_feature,
1541 .matches = has_cpuid_feature,
1551 .matches = has_cpuid_feature,
1562 .matches = can_use_gic_priorities,
1573 .matches = has_cpuid_feature, \
1594 .matches = cpucap_multi_entry_cap_matches, \
1731 for (; hwcaps->matches; hwcaps++) in setup_elf_hwcaps()
1732 if (hwcaps->matches(hwcaps, cpucap_default_scope(hwcaps))) in setup_elf_hwcaps()
1746 !caps->matches(caps, cpucap_default_scope(caps))) in update_cpu_capabilities()
1852 cpu_has_cap = caps->matches(caps, SCOPE_LOCAL_CPU); in verify_local_cpu_caps()
1909 for (; caps->matches; caps++) in verify_local_elf_hwcaps()
1910 if (cpus_have_elf_hwcap(caps) && !caps->matches(caps, SCOPE_LOCAL_CPU)) { in verify_local_elf_hwcaps()
2004 return cap->matches(cap, SCOPE_LOCAL_CPU); in this_cpu_has_cap()