Lines Matching defs:eax
343 FOP1E(op##l, eax) \
374 FOP2E(op##l, eax, edx) \
383 FOP2E(op##l, eax, edx) \
392 FOP2E(op##l, eax, cl) \
401 FOP2E(op##l, edx, eax) \
415 FOP3E(op##l, eax, edx, cl) \
2356 u32 eax, ebx, ecx, edx;
2358 eax = ecx = 0;
2359 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true);
2366 u32 eax, ebx, ecx, edx;
2375 eax = 0x00000000;
2377 ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, true);
2782 tss->eax = reg_read(ctxt, VCPU_REGS_RAX);
2811 *reg_write(ctxt, VCPU_REGS_RAX) = tss->eax;
3623 u32 eax, ebx, ecx, edx;
3632 eax = reg_read(ctxt, VCPU_REGS_RAX);
3634 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx, false);
3635 *reg_write(ctxt, VCPU_REGS_RAX) = eax;
3831 u32 eax, ecx, edx;
3836 eax = reg_read(ctxt, VCPU_REGS_RAX);
3840 if (ctxt->ops->set_xcr(ctxt, ecx, ((u64)edx << 32) | eax))