Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dcpufeature.c1296 has_cpuid_feature(const struct arm64_cpu_capabilities *entry, int scope) in has_cpuid_feature() function
1348 if (!has_cpuid_feature(entry, scope)) in has_32bit_el0()
1361 if (!has_cpuid_feature(entry, scope)) in has_useable_gicv3_cpuif()
1439 return has_cpuid_feature(entry, scope); in has_useable_cnp()
1513 if (has_cpuid_feature(entry, scope)) in unmap_kernel_at_el0()
1642 return has_cpuid_feature(cap, SCOPE_LOCAL_CPU) && in cpu_can_use_dbm()
1706 if (has_cpuid_feature(cap, SCOPE_LOCAL_CPU)) { in cpu_amu_enable()
1944 .matches = has_cpuid_feature,
1957 .matches = has_cpuid_feature,
1975 .matches = has_cpuid_feature,
[all …]