Searched refs:has_cpuid_feature (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/arm64/kernel/ |
| D | cpufeature.c | 870 has_cpuid_feature(const struct arm64_cpu_capabilities *entry, int scope) in has_cpuid_feature() function 887 if (!has_cpuid_feature(entry, scope)) in has_useable_gicv3_cpuif() 965 return has_cpuid_feature(entry, scope); in has_useable_cnp() 993 if (has_cpuid_feature(entry, scope)) in unmap_kernel_at_el0() 1111 return has_cpuid_feature(cap, SCOPE_LOCAL_CPU) && in cpu_can_use_dbm() 1285 .matches = has_cpuid_feature, 1298 .matches = has_cpuid_feature, 1316 .matches = has_cpuid_feature, 1346 .matches = has_cpuid_feature, 1379 .matches = has_cpuid_feature, [all …]
|