Lines Matching defs:eax
359 FOP1E(op##l, eax) \
390 FOP2E(op##l, eax, edx) \
399 FOP2E(op##l, eax, edx) \
408 FOP2E(op##l, eax, cl) \
417 FOP2E(op##l, edx, eax) \
431 FOP3E(op##l, eax, edx, cl) \
2781 u32 eax, ebx, ecx, edx;
2783 eax = ecx = 0;
2784 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true);
2791 u32 eax, ebx, ecx, edx;
2800 eax = 0x00000000;
2802 ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true);
3208 tss->eax = reg_read(ctxt, VCPU_REGS_RAX);
3237 *reg_write(ctxt, VCPU_REGS_RAX) = tss->eax;
4055 u32 eax, ebx, ecx, edx;
4064 eax = reg_read(ctxt, VCPU_REGS_RAX);
4066 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, false);
4067 *reg_write(ctxt, VCPU_REGS_RAX) = eax;
4263 u32 eax, ecx, edx;
4265 eax = reg_read(ctxt, VCPU_REGS_RAX);
4269 if (ctxt->ops->set_xcr(ctxt, ecx, ((u64)edx << 32) | eax))