Searched refs:has_cpuid_feature (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm64/kernel/ |
H A D | cpufeature.c | 1481 has_cpuid_feature(const struct arm64_cpu_capabilities *entry, int scope) in has_cpuid_feature() function 1533 if (!has_cpuid_feature(entry, scope)) in has_32bit_el0() 1546 if (!has_cpuid_feature(entry, scope)) in has_useable_gicv3_cpuif() 1627 return has_cpuid_feature(entry, scope); in has_useable_cnp() 1701 if (has_cpuid_feature(entry, scope)) in unmap_kernel_at_el0() 1880 return has_cpuid_feature(cap, SCOPE_LOCAL_CPU) && in cpu_can_use_dbm() 1946 if (has_cpuid_feature(cap, SCOPE_LOCAL_CPU)) { in cpu_amu_enable() 2007 if (!has_cpuid_feature(cap, scope)) { in has_nested_virt_support() 2275 .matches = has_cpuid_feature, 2282 .matches = has_cpuid_feature, [all …]
|
/openbmc/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 2289 static bool has_cpuid_feature(DisasContext *s, X86CPUIDFeature cpuid) 2401 if ((s->prefix & PREFIX_VEX) && s->vex_l && !has_cpuid_feature(s, X86_FEAT_AVX2)) { 2697 if (!has_cpuid_feature(s, decode.e.cpuid)) {
|