Searched refs:rax (Results 1 – 8 of 8) sorted by relevance
| /sys/amd64/ |
| D | support.S | 16 xorq %rax, %rax 20 movq $EFAULT, %rax 36 xorq %rax, %rax 40 movq $EFAULT, %rax 44 movq $ENAMETOOLONG, %rax
|
| D | trapentry.S | 12 pushq %rax 14 pushq %rax 15 xorq %rax, %rax 17 pushq %rax 25 pushq %rax 26 xorq %rax, %rax 28 pushq %rax 200 popq %rax 202 popq %rax
|
| D | multiboot.S | 103 movq $LOWMEM(stack + STACK_SIZE), %rax 106 orq %rcx, %rax 107 movq %rax, %rsp
|
| D | mpboot.S | 119 movq (0x6F00), %rax 121 movq %rax, %cr3
|
| D | trap.c | 113 tf->rax, tf->rbx, tf->rcx); in Trap_Dump() 219 tf->rax = Syscall_Entry(tf->rdi, tf->rsi, tf->rdx, tf->rcx, tf->r8, tf->r9); in trap_entry() 220 VLOG(syscall, "Return %016llx\n", tf->rax); in trap_entry()
|
| D | debug.c | 116 tf->rax, tf->rbx, tf->rcx); in Debug_Registers()
|
| /lib/libc/amd64/ |
| D | entry.S | 12 movq %rax, %rdi
|
| /sys/amd64/include/ |
| D | trap.h | 67 uint64_t rax; member
|