Lines Matching refs:rax
162 pushq %rax /* pt_regs->orig_ax */
178 cmpq $__NR_syscall_max, %rax
185 call *sys_call_table(, %rax, 8)
186 movq %rax, RAX(%rsp)
241 test %rax, %rax
244 movq ORIG_RAX(%rsp), %rax
251 movq %rax, %rdx
262 cmpq $__NR_syscall_max, %rax
269 call *sys_call_table(, %rax, 8)
270 movq %rax, RAX(%rsp)
381 movq %rax, RAX(%rsp)
424 movq %rax, RAX(%rsp)
625 pushq %rax
629 movq %rax, (0*8)(%rdi) /* RAX */
630 movq (2*8)(%rsp), %rax /* RIP */
631 movq %rax, (1*8)(%rdi)
632 movq (3*8)(%rsp), %rax /* CS */
633 movq %rax, (2*8)(%rdi)
634 movq (4*8)(%rsp), %rax /* RFLAGS */
635 movq %rax, (3*8)(%rdi)
636 movq (6*8)(%rsp), %rax /* SS */
637 movq %rax, (5*8)(%rdi)
638 movq (5*8)(%rsp), %rax /* RSP */
639 movq %rax, (4*8)(%rdi)
642 orq PER_CPU_VAR(espfix_stack), %rax
644 movq %rax, %rsp
645 popq %rax
800 movq %rax, %rsp /* switch stack */
1090 cmpq %rax, RIP+8(%rsp)
1121 mov %rax, %rsp
1224 pushq %rax /* pt_regs->ax */