| /openbmc/u-boot/arch/x86/cpu/x86_64/ |
| H A D | setjmp.S | 24 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 D | cmpxchg.c | 10 : [ 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 D | crt0_x86_64_efi.S | 29 testq %rax, %rax
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | call32.S | 33 lea compat(%rip), %rax 34 push %rax
|
| H A D | start64.S | 19 mov %rax, %rsp
|
| /openbmc/qemu/common-user/host/x86_64/ |
| H A D | safe-syscall.inc.S | 48 mov %rsi, %rax /* syscall number */ 75 cmp $-4095, %rax
|
| /openbmc/qemu/tests/tcg/x86_64/system/ |
| H A D | boot.S | 148 pushq %rax 149 mov %rax, %rdx 151 popq %rax
|
| /openbmc/qemu/bsd-user/x86_64/ |
| H A D | target_arch_thread.h | 33 regs->rax = 0; in target_thread_init()
|
| H A D | target_syscall.h | 36 abi_ulong rax; member
|
| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | qemu_elf.h | 23 uint64_t rax, rbx, rcx, rdx, rsi, rdi, rsp, rbp; member
|
| H A D | main.c | 155 .Rax = s->rax, in win_context_init_from_qemu_cpu_state()
|
| /openbmc/qemu/target/i386/ |
| H A D | arch_dump.c | 28 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 D | svm.h | 217 uint64_t rax; member
|
| H A D | sev.h | 104 uint64_t rax; member
|
| /openbmc/qemu/include/hw/xen/interface/arch-x86/ |
| H A D | xen-x86_64.h | 112 uint64_t rax, r11, rcx, flags, rip, cs, rflags, rsp, ss; member
|
| /openbmc/qemu/linux-user/i386/ |
| H A D | signal.c | 108 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 D | cper-json-specification.tex | 627 rax & uint64 & The RAX register.\\
|