Lines Matching refs:eax
124 movl %esp, LGUEST_PAGES_host_sp(%eax)
134 movl %eax, %edx
140 lgdt LGUEST_PAGES_guest_gdt_desc(%eax)
144 lidt LGUEST_PAGES_guest_idt_desc(%eax)
160 movl (LGUEST_PAGES_host_gdt_desc+2)(%eax), %edx
173 popl %eax
214 pushl %eax; \
220 movl $(LGUEST_DS), %eax; \
221 movl %eax, %ds; \
230 movl %esp, %eax; \
231 andl $(~(1 << PAGE_SHIFT - 1)), %eax; \
235 movl LGUEST_PAGES_regs_trapnum(%eax), %ebx; \
240 movl LGUEST_PAGES_host_cr3(%eax), %edx; \
245 andb $0xFD, (LGUEST_PAGES_guest_gdt+GDT_ENTRY_TSS*8+5)(%eax); \
247 lgdt LGUEST_PAGES_host_gdt_desc(%eax); \
248 lidt LGUEST_PAGES_host_idt_desc(%eax); \
250 movl LGUEST_PAGES_host_sp(%eax), %esp; \
288 movl (LGUEST_PAGES_host_idt_desc+2)(%eax), %edx
297 leal (%edx,%ebx,8), %eax
298 movzwl (%eax),%edx
299 movl 4(%eax), %eax
301 orl %eax, %edx