Searched refs:cpuid_ecx (Results 1 – 13 of 13) sorted by relevance
137 unsigned int cpuid_ecx(unsigned int op);169 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()144 if (cpuid_level >= 6 && (cpuid_ecx(6) & (1 << 3))) in get_cpu_info()
28 unsigned long ecx = cpuid_ecx(1); in cpu_has_vmx()
629 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()
475 ecx = cpuid_ecx(0x80000008); in early_init_amd_mc()547 ecx = cpuid_ecx(0x8000001e); in bsp_init_amd()838 if (!(cpuid_ecx(1) & BIT(30)) || rdrand_force) in clear_rdrand_cpuid_bit()847 if (cpuid_ecx(1) & BIT(30)) { in clear_rdrand_cpuid_bit()
246 hv_host_info_ecx = cpuid_ecx(HYPERV_CPUID_VERSION); in ms_hyperv_init_platform()
276 cpu_pwr_sample_ratio = cpuid_ecx(0x80000007); in amd_power_pmu_init()
637 if (cpuid_ecx(0x1) & BIT(17)) { in pti_init()
430 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()
282 cx = cpuid_ecx(1); in xen_check_xsave()
1230 max_sev_asid = cpuid_ecx(0x8000001F); in sev_hardware_setup()