Searched refs:cpuid_ecx (Results 1 – 14 of 14) sorted by relevance
138 unsigned int cpuid_ecx(unsigned int op);170 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()148 if (cpuid_level >= 6 && (cpuid_ecx(6) & (1 << 3))) in get_cpu_info()
28 unsigned long ecx = cpuid_ecx(1); in cpu_has_vmx()
647 static inline unsigned int cpuid_ecx(unsigned int op) in cpuid_ecx() function
187 ecx = cpuid_ecx(0x80000008); in early_init_hygon_mc()237 ecx = cpuid_ecx(0x8000001e); in bsp_init_hygon()
499 ecx = cpuid_ecx(0x80000008); in early_init_amd_mc()571 ecx = cpuid_ecx(0x8000001e); in bsp_init_amd()866 if (!(cpuid_ecx(1) & BIT(30)) || rdrand_force) in clear_rdrand_cpuid_bit()875 if (cpuid_ecx(1) & BIT(30)) { in clear_rdrand_cpuid_bit()
265 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()
623 if (cpuid_ecx(0x1) & BIT(17)) { in pti_init()
426 data->cpu_pwr_sample_ratio = cpuid_ecx(0x80000007); in fam15h_power_init_data()
1163 unsigned int cpuid_eax, cpuid_ebx, cpuid_ecx, cpuid_edx; in unisys_vmcall() local1169 cpuid(0x00000001, &cpuid_eax, &cpuid_ebx, &cpuid_ecx, &cpuid_edx); in unisys_vmcall()1170 if (!(cpuid_ecx & 0x80000000)) in unisys_vmcall()
276 cx = cpuid_ecx(1); in xen_check_xsave()
407 if (cpuid_ecx(7) & F(LA57)) in kvm_set_cpu_caps()
1147 max_sev_asid = cpuid_ecx(0x8000001F); in sev_hardware_setup()