Home
last modified time | relevance | path

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

/sys/amd64/
Dsupport.S16 xorq %rax, %rax
20 movq $EFAULT, %rax
36 xorq %rax, %rax
40 movq $EFAULT, %rax
44 movq $ENAMETOOLONG, %rax
Dtrapentry.S12 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
Dmultiboot.S103 movq $LOWMEM(stack + STACK_SIZE), %rax
106 orq %rcx, %rax
107 movq %rax, %rsp
Dmpboot.S119 movq (0x6F00), %rax
121 movq %rax, %cr3
Dtrap.c113 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()
Ddebug.c116 tf->rax, tf->rbx, tf->rcx); in Debug_Registers()
/lib/libc/amd64/
Dentry.S12 movq %rax, %rdi
/sys/amd64/include/
Dtrap.h67 uint64_t rax; member