Searched refs:has_cpuid_feature (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/arm64/kernel/ |
D | cpufeature.c | 1604 has_cpuid_feature(const struct arm64_cpu_capabilities *entry, int scope) in has_cpuid_feature() function 1656 if (!has_cpuid_feature(entry, scope)) in has_32bit_el0() 1669 if (!has_cpuid_feature(entry, scope)) in has_useable_gicv3_cpuif() 1732 return has_cpuid_feature(entry, scope); in has_useable_cnp() 1766 if (has_cpuid_feature(entry, scope)) in unmap_kernel_at_el0() 1832 !(has_cpuid_feature(entry, scope) || in has_nv1() 2021 return has_cpuid_feature(cap, SCOPE_LOCAL_CPU) && in cpu_can_use_dbm() 2074 if (has_cpuid_feature(cap, SCOPE_LOCAL_CPU)) { in cpu_amu_enable() 2133 if (!has_cpuid_feature(cap, scope)) { in has_nested_virt_support() 2402 .matches = has_cpuid_feature, [all …]
|