Lines Matching refs:rax
20 movq saved_magic, %rax
22 cmpq %rdx, %rax
43 movq saved_rip, %rax
45 jmp *%rax
54 movq $saved_context, %rax
55 movq %rsp, pt_regs_sp(%rax)
56 movq %rbp, pt_regs_bp(%rax)
57 movq %rsi, pt_regs_si(%rax)
58 movq %rdi, pt_regs_di(%rax)
59 movq %rbx, pt_regs_bx(%rax)
60 movq %rcx, pt_regs_cx(%rax)
61 movq %rdx, pt_regs_dx(%rax)
62 movq %r8, pt_regs_r8(%rax)
63 movq %r9, pt_regs_r9(%rax)
64 movq %r10, pt_regs_r10(%rax)
65 movq %r11, pt_regs_r11(%rax)
66 movq %r12, pt_regs_r12(%rax)
67 movq %r13, pt_regs_r13(%rax)
68 movq %r14, pt_regs_r14(%rax)
69 movq %r15, pt_regs_r15(%rax)
71 popq pt_regs_flags(%rax)
91 movq $saved_context, %rax
92 movq saved_context_cr4(%rax), %rbx
94 movq saved_context_cr3(%rax), %rbx
96 movq saved_context_cr2(%rax), %rbx
98 movq saved_context_cr0(%rax), %rbx
100 pushq pt_regs_flags(%rax)
102 movq pt_regs_sp(%rax), %rsp
103 movq pt_regs_bp(%rax), %rbp
104 movq pt_regs_si(%rax), %rsi
105 movq pt_regs_di(%rax), %rdi
106 movq pt_regs_bx(%rax), %rbx
107 movq pt_regs_cx(%rax), %rcx
108 movq pt_regs_dx(%rax), %rdx
109 movq pt_regs_r8(%rax), %r8
110 movq pt_regs_r9(%rax), %r9
111 movq pt_regs_r10(%rax), %r10
112 movq pt_regs_r11(%rax), %r11
113 movq pt_regs_r12(%rax), %r12
114 movq pt_regs_r13(%rax), %r13
115 movq pt_regs_r14(%rax), %r14
116 movq pt_regs_r15(%rax), %r15