Searched refs:cpuid_ecx (Results 1 – 8 of 8) sorted by relevance
85 *(u32 *)info = cpuid_ecx(CPUID_MWAIT_LEAF); in get_mwait_ecx()117 ecx = cpuid_ecx(CPUID_MWAIT_LEAF); in arch_acpi_set_pdc_bits()
1423 (cpuid_ecx(CPUID_MWAIT_LEAF) & ecx_req) == ecx_req ) in amd_cpuidle_init()
183 if (c->x86 == 0x15 && c->cpuid_level >= 6 && cpuid_ecx(6)) in probe_masking_msrs()338 uint32_t ecx = cpuid_ecx(6); in amd_init_levelling()494 bits = (cpuid_ecx(0x80000008) >> 12) & 0xf; in amd_get_topology()556 node = cpuid_ecx(0x8000001e) & 0xff; in amd_log_freq()776 c->x86_max_cores = (cpuid_ecx(0x80000008) & 0xff) + 1; in init_amd()
78 c->x86_max_cores = (cpuid_ecx(0x80000008) & 0xff) + 1; in init_hygon()
257 ecx = cpuid_ecx(0x80000006); in display_cacheinfo()395 (cpuid_ecx(CPUID_PM_LEAF) & CPUID6_ECX_APERFMPERF_CAPABILITY) ) in generic_identify()
231 static always_inline unsigned int cpuid_ecx(unsigned int op) in cpuid_ecx() function
678 caps[cpufeat_word(X86_FEATURE_HYPERVISOR)] = cpuid_ecx(1); in efi_arch_cpu()
76 (cpuid_ecx(1) & cpufeat_mask(X86_FEATURE_RDRAND)) ) in parse_xen_cpuid()
Completed in 19 milliseconds