Searched refs:has_cpuid_feature (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dcpufeature.c1601 has_cpuid_feature(const struct arm64_cpu_capabilities *entry, int scope) function
1653 if (!has_cpuid_feature(entry, scope))
1666 if (!has_cpuid_feature(entry, scope))
1729 return has_cpuid_feature(entry, scope);
1763 if (has_cpuid_feature(entry, scope))
1829 !(has_cpuid_feature(entry, scope) ||
2018 return has_cpuid_feature(cap, SCOPE_LOCAL_CPU) &&
2071 if (has_cpuid_feature(cap, SCOPE_LOCAL_CPU)) {
2130 if (!has_cpuid_feature(cap, scope)) {
2383 .matches = has_cpuid_feature,
[all...]

Completed in 107 milliseconds