Lines Matching refs:eax
142 mov %eax, mb2_magic
147 mov %cr4, %eax
148 or $(1<<5), %eax
149 mov %eax, %cr4
152 mov $pml4, %eax
155 mov %ebx, 0(%eax)
158 mov $pdpt, %eax
161 mov %ebx, 0(%eax)
164 mov $pd, %eax
167 mov %ebx, 0(%eax)
172 mov $pt, %eax
175 mov %ebx, 0(%eax)
177 add $8, %eax
183 mov $pml4, %eax
184 mov %eax, %cr3
189 or $(1<<8), %eax
193 mov %cr0, %eax
194 or $(1<<31), %eax
195 mov %eax, %cr0
198 mov $gdt64_pointer, %eax
199 lgdt 0(%eax)
262 mov $__PML4E, %eax
265 mov %ebx, 0(%eax)
267 mov $__PML4E, %eax
269 add $2048, %eax
270 mov %ebx, 0(%eax)
273 mov $__PDPTE, %eax
276 mov %ebx, 0(%eax)
279 mov $__PDE, %eax
284 mov %ebx, 0(%eax)
286 add $8, %eax
292 mov $__PT_S, %eax
295 mov %ebx, 0(%eax)
297 add $8, %eax