Lines Matching refs:eax
31 movl %eax, 4(%rsp)
33 movl %eax, (%rsp)
34 movl %eax, 2(%rax) /* Fixup the gdt base address */
36 movl %ds, %eax
38 movl %es, %eax
40 movl %ss, %eax
89 movl %eax, %ecx
91 andl $0xf0000000, %eax
115 movl $__KERNEL_DS, %eax
116 movl %eax, %ds
117 movl %eax, %es
118 movl %eax, %ss
121 movl %cr3, %eax
122 movl %eax, %cr3
125 movl %cr0, %eax
126 btrl $X86_CR0_PG_BIT, %eax
127 movl %eax, %cr0
132 btrl $_EFER_LME, %eax
138 movl %eax, %edi
146 movl 56(%esp), %eax
147 movl %eax, 2(%eax)
148 lgdtl (%eax)
150 movl %cr4, %eax
151 btsl $(X86_CR4_PAE_BIT), %eax
152 movl %eax, %cr4
154 movl %cr3, %eax
155 movl %eax, %cr3
159 btsl $_EFER_LME, %eax
162 xorl %eax, %eax
165 movl 60(%esp), %eax
167 pushl %eax
170 movl %cr0, %eax
171 btsl $X86_CR0_PG_BIT, %eax
172 movl %eax, %cr0