Lines Matching full:calling
40 pushl 40(%esp) /* push calling EIP */
70 movl 8(%esp), %eax /* load calling EIP */
72 movl %eax, 4(%esp) /* store calling EIP */
73 movl 12(%esp), %eax /* load calling CS */
74 movl %eax, 8(%esp) /* store calling CS */
75 movl 16(%esp), %eax /* load calling EFLAGS */
76 movl %eax, 12(%esp) /* store calling EFLAGS */
89 movl 12(%esp), %eax /* load calling EFLAGS */
90 movl %eax, 16(%esp) /* store calling EFLAGS */
91 movl 8(%esp), %eax /* load calling CS */
92 movl %eax, 12(%esp) /* store calling CS */
93 movl 4(%esp), %eax /* load calling EIP */
95 movl %eax, 8(%esp) /* store calling EIP */
111 movl 16(%esp), %eax /* load calling EFLAGS */
112 movl %eax, (%ebx) /* store calling EFLAGS */
113 movl 12(%esp), %eax /* load calling CS */
114 movl %eax, -4(%ebx) /* store calling CS */
115 movl 8(%esp), %eax /* load calling EIP */
117 movl %eax, -8(%ebx) /* store calling EIP */