Lines Matching refs:rax
17 movq saved_magic, %rax
19 cmpq %rdx, %rax
35 movq saved_rip, %rax
36 jmp *%rax
48 movq $saved_context, %rax
49 movq %rsp, pt_regs_sp(%rax)
50 movq %rbp, pt_regs_bp(%rax)
51 movq %rsi, pt_regs_si(%rax)
52 movq %rdi, pt_regs_di(%rax)
53 movq %rbx, pt_regs_bx(%rax)
54 movq %rcx, pt_regs_cx(%rax)
55 movq %rdx, pt_regs_dx(%rax)
56 movq %r8, pt_regs_r8(%rax)
57 movq %r9, pt_regs_r9(%rax)
58 movq %r10, pt_regs_r10(%rax)
59 movq %r11, pt_regs_r11(%rax)
60 movq %r12, pt_regs_r12(%rax)
61 movq %r13, pt_regs_r13(%rax)
62 movq %r14, pt_regs_r14(%rax)
63 movq %r15, pt_regs_r15(%rax)
65 popq pt_regs_flags(%rax)
85 movq $saved_context, %rax
86 movq saved_context_cr4(%rax), %rbx
88 movq saved_context_cr3(%rax), %rbx
90 movq saved_context_cr2(%rax), %rbx
92 movq saved_context_cr0(%rax), %rbx
94 pushq pt_regs_flags(%rax)
96 movq pt_regs_sp(%rax), %rsp
97 movq pt_regs_bp(%rax), %rbp
98 movq pt_regs_si(%rax), %rsi
99 movq pt_regs_di(%rax), %rdi
100 movq pt_regs_bx(%rax), %rbx
101 movq pt_regs_cx(%rax), %rcx
102 movq pt_regs_dx(%rax), %rdx
103 movq pt_regs_r8(%rax), %r8
104 movq pt_regs_r9(%rax), %r9
105 movq pt_regs_r10(%rax), %r10
106 movq pt_regs_r11(%rax), %r11
107 movq pt_regs_r12(%rax), %r12
108 movq pt_regs_r13(%rax), %r13
109 movq pt_regs_r14(%rax), %r14
110 movq pt_regs_r15(%rax), %r15