Lines Matching refs:eax
118 movl %esp, LGUEST_PAGES_host_sp(%eax)
128 movl %eax, %edx
134 lgdt LGUEST_PAGES_guest_gdt_desc(%eax)
138 lidt LGUEST_PAGES_guest_idt_desc(%eax)
154 movl (LGUEST_PAGES_host_gdt_desc+2)(%eax), %edx
167 popl %eax
208 pushl %eax; \
214 movl $(LGUEST_DS), %eax; \
215 movl %eax, %ds; \
224 movl %esp, %eax; \
225 andl $(~(1 << PAGE_SHIFT - 1)), %eax; \
229 movl LGUEST_PAGES_regs_trapnum(%eax), %ebx; \
234 movl LGUEST_PAGES_host_cr3(%eax), %edx; \
239 andb $0xFD, (LGUEST_PAGES_guest_gdt+GDT_ENTRY_TSS*8+5)(%eax); \
241 lgdt LGUEST_PAGES_host_gdt_desc(%eax); \
242 lidt LGUEST_PAGES_host_idt_desc(%eax); \
244 movl LGUEST_PAGES_host_sp(%eax), %esp; \
282 movl (LGUEST_PAGES_host_idt_desc+2)(%eax), %edx
291 leal (%edx,%ebx,8), %eax
292 movzwl (%eax),%edx
293 movl 4(%eax), %eax
295 orl %eax, %edx