Searched refs:ecx (Results 151 - 175 of 204) sorted by relevance

123456789

/linux-master/tools/perf/arch/x86/util/
H A Dperf_regs.c74 SDT_NAME_REG(ecx, cx),
/linux-master/arch/x86/kernel/
H A Dsmpboot.c1278 unsigned int eax, ebx, ecx, edx; local
1294 ecx = 0;
1295 native_cpuid(&eax, &ebx, &ecx, &edx);
1301 if (!(ecx & CPUID5_ECX_EXTENSIONS_SUPPORTED)) {
H A Dvm86_32.c120 unsafe_put_user(regs->pt.cx, &user->regs.ecx, Efault_end);
258 vm86regs.pt.cx = v.regs.ecx;
/linux-master/arch/x86/kernel/cpu/
H A Damd.c1069 u32 ebx, eax, ecx, edx; local
1078 cpuid(0x80000006, &eax, &ebx, &ecx, &edx);
1088 cpuid(0x80000005, &eax, &ebx, &ecx, &edx);
1107 cpuid(0x80000005, &eax, &ebx, &ecx, &edx);
H A Dmshyperv.c365 cpuid(HYPERV_CPUID_VERSION, &info->eax, &info->ebx, &info->ecx, &info->edx);
/linux-master/drivers/video/fbdev/
H A Duvesafb.c372 task->t.regs.ecx = 0x000f;
403 task->t.regs.ecx = 0x000f;
503 task->t.regs.ecx = (u32) *mode;
625 task->t.regs.ecx = 0;
647 task->t.regs.ecx = task->t.regs.edx = 0;
767 task->t.regs.ecx = 0x000f;
974 task->t.regs.ecx = count;
/linux-master/drivers/input/misc/
H A Dwistron_btns.c57 u32 eax, ebx, ecx; member in struct:regs
70 : "=a" (regs->eax), "=b" (regs->ebx), "=c" (regs->ecx)
71 : "0" (regs->eax), "1" (regs->ebx), "2" (regs->ecx),
154 regs.ecx = 0x0000;
189 return regs.ecx;
/linux-master/drivers/hwmon/
H A Ddell-smm-hwmon.c81 unsigned int ecx; member in struct:smm_regs
199 "+c" (regs->ecx),
257 &regs->ecx,
290 sizeof(regs->ecx),
291 regs->ecx,
/linux-master/arch/x86/crypto/
H A Dsha1_ssse3_asm.S34 #define REG_A %ecx
94 mov $8, %ecx
H A Dtwofish-x86_64-asm_64-3way.S33 #define RAB2d %ecx
H A Dtwofish-x86_64-asm_64.S40 #define R2D %ecx
/linux-master/drivers/xen/xenbus/
H A Dxenbus_xs.c733 uint32_t eax, ebx, ecx, edx, base; local
736 cpuid(base + 1, &eax, &ebx, &ecx, &edx);
/linux-master/arch/x86/include/asm/
H A Dparavirt.h118 unsigned int *ecx, unsigned int *edx)
120 PVOP_VCALL4(cpu.cpuid, eax, ebx, ecx, edx);
618 #define PV_SAVE_ALL_CALLER_REGS "pushl %ecx;"
619 #define PV_RESTORE_ALL_CALLER_REGS "popl %ecx;"
117 __cpuid(unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
H A Dparavirt_types.h93 unsigned int *ecx, unsigned int *edx);
272 * %edx, %ecx (in that order), and the remaining arguments are placed
273 * on the stack. All caller-save registers (eax,edx,ecx) are expected
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c409 uint32_t eax, ebx, ecx, edx; local
411 cpuid(1, &eax, &ebx, &ecx, &edx);
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h233 __u32 ecx; member in struct:kvm_cpuid_entry
251 __u32 ecx; member in struct:kvm_cpuid_entry2
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h233 __u32 ecx; member in struct:kvm_cpuid_entry
251 __u32 ecx; member in struct:kvm_cpuid_entry2
/linux-master/arch/x86/boot/
H A Dboot.h215 u32 ecx; member in struct:biosregs::__anon66::__anon67
/linux-master/arch/x86/events/amd/
H A Duncore.c888 unsigned int eax, ecx, edx; local
893 cpuid(EXT_PERFMON_DEBUG_FEATURES, &eax, &ebx.full, &ecx, &edx);
894 info.split.aux_data = ecx; /* stash active mask */
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c1044 u32 eax, ebx, ecx, edx; local
1047 cpuid_count(0x80000020, 3, &eax, &ebx, &ecx, &edx);
1048 hw_res->mbm_cfg_mask = ecx & MAX_EVT_CONFIG_BITS;
/linux-master/arch/x86/kvm/
H A Demulate.c352 FOP1E(op, ecx) \
361 FOP1EEX(op, ecx) \
2359 u32 eax, ebx, ecx, edx; local
2361 eax = ecx = 0;
2362 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true);
2363 return is_guest_vendor_intel(ebx, ecx, edx);
2369 u32 eax, ebx, ecx, edx; local
2379 ecx = 0x00000000;
2380 ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true);
2387 if (is_guest_vendor_intel(ebx, ecx, ed
3628 u32 eax, ebx, ecx, edx; local
3836 u32 eax, ecx, edx; local
[all...]
/linux-master/tools/testing/selftests/sgx/
H A Dmain.c91 unsigned int eax, ebx, ecx, edx; local
93 __cpuid_count(SGX_CPUID, 0x0, eax, ebx, ecx, edx);
329 unsigned int eax, ebx, ecx, edx; local
335 __cpuid_count(SGX_CPUID, section + SGX_CPUID_EPC, eax, ebx, ecx, edx);
344 total_size += sgx_calc_section_metric(ecx, edx);
/linux-master/tools/testing/selftests/x86/
H A Dptrace_syscall.c32 # define user_arg1 ecx
/linux-master/include/asm-generic/
H A Dhyperv-tlfs.h833 u32 ecx; member in struct:hv_hypervisor_version_info::__anon136
/linux-master/drivers/cpufreq/
H A Dpowernow-k8.c462 u32 eax, ebx, ecx, edx; local
482 cpuid(CPUID_FREQ_VOLT_CAPABILITIES, &eax, &ebx, &ecx, &edx);

Completed in 339 milliseconds

123456789