Lines Matching refs:ecx
345 FOP1E(op, ecx) \
354 FOP1EEX(op, ecx) \
2294 u32 eax, ebx, ecx, edx; in vendor_intel() local
2296 eax = ecx = 0; in vendor_intel()
2297 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in vendor_intel()
2299 && ecx == X86EMUL_CPUID_VENDOR_GenuineIntel_ecx in vendor_intel()
2306 u32 eax, ebx, ecx, edx; in em_syscall_is_enabled() local
2316 ecx = 0x00000000; in em_syscall_is_enabled()
2317 ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in em_syscall_is_enabled()
2327 ecx == X86EMUL_CPUID_VENDOR_GenuineIntel_ecx && in em_syscall_is_enabled()
2333 ecx == X86EMUL_CPUID_VENDOR_AuthenticAMD_ecx && in em_syscall_is_enabled()
2339 ecx == X86EMUL_CPUID_VENDOR_AMDisbetterI_ecx && in em_syscall_is_enabled()
2701 tss->ecx = reg_read(ctxt, VCPU_REGS_RCX); in save_state_to_tss32()
2730 *reg_write(ctxt, VCPU_REGS_RCX) = tss->ecx; in load_state_from_tss32()
3178 u32 ebx, ecx, edx, eax = 1; in em_movbe() local
3184 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in em_movbe()
3185 if (!(ecx & FFL(MOVBE))) in em_movbe()
3487 u32 eax, ebx, ecx, edx; in em_cpuid() local
3490 ecx = reg_read(ctxt, VCPU_REGS_RCX); in em_cpuid()
3491 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in em_cpuid()
3494 *reg_write(ctxt, VCPU_REGS_RCX) = ecx; in em_cpuid()