Home
last modified time | relevance | path

Searched refs:rax (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/x86_64/
H A Dsetjmp.S24 xorq %rax, %rax /* Direct invocation returns 0 */
42 movq %rsi, %rax /* Value to be returned by setjmp() */
43 testq %rax, %rax /* cannot be 0 in this case */
45 incq %rax /* Return 1 instead */
/openbmc/qemu/tests/tcg/x86_64/
H A Dcmpxchg.c10 : [ mem ] "+m"(mem), [ rax ] "=a"(ret) in test_cmpxchgb()
20 : [ mem ] "+m"(mem), [ rax ] "=a"(ret) in test_cmpxchgw()
30 : [ mem ] "+m"(mem), [ rax ] "=a"(ret) in test_cmpxchgl()
/openbmc/u-boot/arch/x86/lib/
H A Dcrt0_x86_64_efi.S29 testq %rax, %rax
/openbmc/u-boot/arch/x86/cpu/
H A Dcall32.S33 lea compat(%rip), %rax
34 push %rax
H A Dstart64.S19 mov %rax, %rsp
/openbmc/qemu/common-user/host/x86_64/
H A Dsafe-syscall.inc.S48 mov %rsi, %rax /* syscall number */
75 cmp $-4095, %rax
/openbmc/qemu/tests/tcg/x86_64/system/
H A Dboot.S148 pushq %rax
149 mov %rax, %rdx
151 popq %rax
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_thread.h33 regs->rax = 0; in target_thread_init()
H A Dtarget_syscall.h36 abi_ulong rax; member
/openbmc/qemu/contrib/elf2dmp/
H A Dqemu_elf.h23 uint64_t rax, rbx, rcx, rdx, rsi, rdi, rsp, rbp; member
H A Dmain.c155 .Rax = s->rax, in win_context_init_from_qemu_cpu_state()
/openbmc/qemu/target/i386/
H A Darch_dump.c28 target_ulong r9, r8, rax, rcx, rdx, rsi, rdi, orig_rax; member
69 regs.rax = env->regs[R_EAX]; in x86_64_write_elf64_note()
255 uint64_t rax, rbx, rcx, rdx, rsi, rdi, rsp, rbp; member
287 s->rax = env->regs[R_EAX]; in qemu_get_cpustate()
H A Dsvm.h217 uint64_t rax; member
H A Dsev.h104 uint64_t rax; member
/openbmc/qemu/include/hw/xen/interface/arch-x86/
H A Dxen-x86_64.h112 uint64_t rax, r11, rcx, flags, rip, cs, rflags, rsp, ss; member
/openbmc/qemu/linux-user/i386/
H A Dsignal.c108 uint64_t rax; member
385 __put_user(env->regs[R_EAX], &sc->rax); in setup_sigcontext()
750 env->regs[R_EAX] = tswapl(sc->rax); in restore_sigcontext()
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex627 rax & uint64 & The RAX register.\\