Lines Matching refs:eax
28 push %eax
34 pop %eax
44 movl PT_EAX(%esp), %eax /* Shouldn't be necessary? */
94 push %eax
100 movl $(__KERNEL_PERCPU), %eax
101 movl %eax, %fs
102 movl %fs:xen_vcpu, %eax
105 movl %ss:xen_vcpu, %eax
118 setz %ss:XEN_vcpu_info_mask(%eax)
122 cmpw $0x0001, %ss:XEN_vcpu_info_pending(%eax)
130 movb $1, %ss:XEN_vcpu_info_mask(%eax)
132 1: popl %eax
221 cmp $iret_restore_end, %eax
224 movl 0+4(%edi), %eax /* copy EAX (just above top of frame) */
225 movl %eax, PT_EAX(%esp)