Lines Matching refs:eax
103 mov $BOOT_DS,%eax
104 mov %eax,%ds
105 mov %eax,%es
115 mov $sym_offs(idle_pg_table),%eax
116 add bootsym_rel(trampoline_xen_phys_start,4,%eax)
117 mov %eax,%cr3
122 mov %esi,%eax
123 or %edi,%eax
129 and %esi,%eax
138 or $EFER_LME|EFER_SCE,%eax /* Long Mode + SYSCALL/SYSRET */
141 btsl $_EFER_NX,%eax /* No Execute */
145 X86_CR0_ET | X86_CR0_MP | X86_CR0_PE), %eax
146 mov %eax,%cr0
174 mov $BOOT_PSEUDORM_DS,%eax
175 mov %eax,%ds
176 mov %eax,%es
177 mov %eax,%fs
178 mov %eax,%gs
179 mov %eax,%ss
182 mov %cr0,%eax
183 dec %eax
186 1: mov %eax,%cr0 # CR0.PE = 0 (leave protected mode)
209 movl $0xec00,%eax # declare target operating mode
245 1: mov $BOOT_DS,%eax
246 mov %eax,%ds
247 mov %eax,%es
248 mov %eax,%fs
249 mov %eax,%gs
250 mov %eax,%ss