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