Lines Matching refs:rax
107 pushq %rax /* pt_regs->orig_ax */
109 PUSH_AND_CLEAR_REGS rax=$-ENOSYS
240 movq %rax, %rdi /* prev */
264 pushq %rax
270 popq %rax
484 movq %rax, %rsp /* Switch to new stack */
610 push %rax
611 SWITCH_TO_USER_CR3 scratch_reg=%rdi scratch_reg2=%rax
612 pop %rax
689 movq %rax, (0*8)(%rdi) /* user RAX */
690 movq (1*8)(%rsp), %rax /* user RIP */
691 movq %rax, (1*8)(%rdi)
692 movq (2*8)(%rsp), %rax /* user CS */
693 movq %rax, (2*8)(%rdi)
694 movq (3*8)(%rsp), %rax /* user RFLAGS */
695 movq %rax, (3*8)(%rdi)
696 movq (5*8)(%rsp), %rax /* user SS */
697 movq %rax, (5*8)(%rdi)
698 movq (4*8)(%rsp), %rax /* user RSP */
699 movq %rax, (4*8)(%rdi)
712 orq PER_CPU_VAR(espfix_stack), %rax
718 movq %rax, %rsp
725 popq %rax /* Restore user RAX */
888 SAVE_AND_SWITCH_TO_KERNEL_CR3 scratch_reg=%rax save_reg=%r14
909 SAVE_AND_SET_GSBASE scratch_reg=%rax save_reg=%rbx
981 PARANOID_RESTORE_CR3 scratch_reg=%rax save_reg=%r14
1020 SWITCH_TO_KERNEL_CR3 scratch_reg=%rax
1039 cmpq %rax, RIP+8(%rsp)
1058 leaq 8(%rsp), %rax /* return pt_regs pointer */
1074 SWITCH_TO_KERNEL_CR3 scratch_reg=%rax
1084 mov %rax, %rdi
1488 movq PER_CPU_VAR(pcpu_hot + X86_top_of_stack), %rax
1489 leaq -PTREGS_SIZE(%rax), %rsp