Lines Matching refs:eax
48 movl 4(%esp), %eax; /* %eax <-- first arg: ucp */ \
49 pushl %eax; /* push ucp for system call */ \
52 andl %eax, %eax; /* if (err_ret_from_syscall) */ \
56 movl 4(%esp), %eax; /* recompute first arg */ \
60 leal UC_MCONTEXT_GREGS (%eax), %edx; \
62 movl 0(%esp), %eax; /* read return PC from stack */ \
63 movl %eax, EIP_OFF (%edx); \
65 leal 4(%esp), %eax; /* get caller's sp at time of call */ \
66 movl %eax, UESP_OFF (%edx); \
68 xorl %eax, %eax; /* return 0 */ \
69 movl %eax, EAX_OFF (%edx); \
87 movl 8(%esp), %eax /* %eax <-- second arg: ucp */
88 pushl %eax /* push ucp for setcontext */