Searched refs:cpuid_ecx (Results 1 – 13 of 13) sorted by relevance
155 unsigned int cpuid_ecx(unsigned int op);195 static inline unsigned int cpuid_ecx(unsigned int op) { return 0; }; in cpuid_ecx() function
125 if (cpuid_level >= 6 && (cpuid_ecx(6) & 0x1)) in get_cpu_info()175 if (cpuid_level >= 6 && (cpuid_ecx(6) & (1 << 3))) in get_cpu_info()
28 unsigned long ecx = cpuid_ecx(1); in cpu_has_vmx()
640 static inline unsigned int cpuid_ecx(unsigned int op) in cpuid_ecx() function
184 ecx = cpuid_ecx(0x80000008); in early_init_hygon_mc()217 ecx = cpuid_ecx(0x8000001e); in bsp_init_hygon()
463 ecx = cpuid_ecx(0x80000008); in early_init_amd_mc()515 ecx = cpuid_ecx(0x8000001e); in bsp_init_amd()814 if (!(cpuid_ecx(1) & BIT(30)) || rdrand_force) in clear_rdrand_cpuid_bit()823 if (cpuid_ecx(1) & BIT(30)) { in clear_rdrand_cpuid_bit()
310 hv_host_info_ecx = cpuid_ecx(HYPERV_CPUID_VERSION); in ms_hyperv_init_platform()
273 cpu_pwr_sample_ratio = cpuid_ecx(0x80000007); in amd_power_pmu_init()
622 if (cpuid_ecx(0x1) & BIT(17)) { in pti_init()
426 data->cpu_pwr_sample_ratio = cpuid_ecx(0x80000007); in fam15h_power_init_data()
250 cx = cpuid_ecx(1); in xen_check_xsave()
414 art_freq = cpuid_ecx(ART_CPUID_LEAF); in intel_mgbe_pse_crossts_adj()
577 if (cpuid_ecx(7) & F(LA57)) in kvm_set_cpu_caps()