Lines Matching refs:rax
26 movq $saved_context, %rax
27 movq %rsp, pt_regs_sp(%rax)
28 movq %rbp, pt_regs_bp(%rax)
29 movq %rsi, pt_regs_si(%rax)
30 movq %rdi, pt_regs_di(%rax)
31 movq %rbx, pt_regs_bx(%rax)
32 movq %rcx, pt_regs_cx(%rax)
33 movq %rdx, pt_regs_dx(%rax)
34 movq %r8, pt_regs_r8(%rax)
35 movq %r9, pt_regs_r9(%rax)
36 movq %r10, pt_regs_r10(%rax)
37 movq %r11, pt_regs_r11(%rax)
38 movq %r12, pt_regs_r12(%rax)
39 movq %r13, pt_regs_r13(%rax)
40 movq %r14, pt_regs_r14(%rax)
41 movq %r15, pt_regs_r15(%rax)
43 popq pt_regs_flags(%rax)
46 movq %cr3, %rax
47 movq %rax, restore_cr3(%rip)
61 movq temp_pgt(%rip), %rax
75 movq %rax, %cr3
110 movq mmu_cr4_features(%rip), %rax
111 movq %rax, %rdx
116 movq %rax, %cr4; # turn PGE back on
119 movq $saved_context, %rax
120 movq pt_regs_sp(%rax), %rsp
121 movq pt_regs_bp(%rax), %rbp
122 movq pt_regs_si(%rax), %rsi
123 movq pt_regs_di(%rax), %rdi
124 movq pt_regs_bx(%rax), %rbx
125 movq pt_regs_cx(%rax), %rcx
126 movq pt_regs_dx(%rax), %rdx
127 movq pt_regs_r8(%rax), %r8
128 movq pt_regs_r9(%rax), %r9
129 movq pt_regs_r10(%rax), %r10
130 movq pt_regs_r11(%rax), %r11
131 movq pt_regs_r12(%rax), %r12
132 movq pt_regs_r13(%rax), %r13
133 movq pt_regs_r14(%rax), %r14
134 movq pt_regs_r15(%rax), %r15
135 pushq pt_regs_flags(%rax)
139 lgdt saved_context_gdt_desc(%rax)
144 movq %rax, in_suspend(%rip)