Lines Matching refs:eax
337 FOP1E(op##l, eax) \
366 FOP2E(op##l, eax, edx) \
375 FOP2E(op##l, eax, edx) \
384 FOP2E(op##l, eax, cl) \
393 FOP2E(op##l, edx, eax) \
405 FOP3E(op##l, eax, edx, cl) \
2264 u32 eax, ebx, ecx, edx; in emulator_has_longmode() local
2266 eax = 0x80000001; in emulator_has_longmode()
2268 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in emulator_has_longmode()
2568 u32 eax, ebx, ecx, edx; in vendor_intel() local
2570 eax = ecx = 0; in vendor_intel()
2571 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in vendor_intel()
2580 u32 eax, ebx, ecx, edx; in em_syscall_is_enabled() local
2589 eax = 0x00000000; in em_syscall_is_enabled()
2591 ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in em_syscall_is_enabled()
2998 tss->eax = reg_read(ctxt, VCPU_REGS_RAX); in save_state_to_tss32()
3027 *reg_write(ctxt, VCPU_REGS_RAX) = tss->eax; in load_state_from_tss32()
3479 u32 ebx, ecx, edx, eax = 1; in em_movbe() local
3485 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in em_movbe()
3788 u32 eax, ebx, ecx, edx; in em_cpuid() local
3790 eax = reg_read(ctxt, VCPU_REGS_RAX); in em_cpuid()
3792 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in em_cpuid()
3793 *reg_write(ctxt, VCPU_REGS_RAX) = eax; in em_cpuid()