Lines Matching refs:eax
336 FOP1E(op##l, eax) \
365 FOP2E(op##l, eax, edx) \
374 FOP2E(op##l, eax, edx) \
383 FOP2E(op##l, eax, cl) \
392 FOP2E(op##l, edx, eax) \
404 FOP3E(op##l, eax, edx, cl) \
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()
2306 u32 eax, ebx, ecx, edx; in em_syscall_is_enabled() local
2315 eax = 0x00000000; in em_syscall_is_enabled()
2317 ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in em_syscall_is_enabled()
2700 tss->eax = reg_read(ctxt, VCPU_REGS_RAX); in save_state_to_tss32()
2729 *reg_write(ctxt, VCPU_REGS_RAX) = tss->eax; 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()
3487 u32 eax, ebx, ecx, edx; in em_cpuid() local
3489 eax = reg_read(ctxt, VCPU_REGS_RAX); in em_cpuid()
3491 ctxt->ops->get_cpuid(ctxt, &eax, &ebx, &ecx, &edx); in em_cpuid()
3492 *reg_write(ctxt, VCPU_REGS_RAX) = eax; in em_cpuid()