Lines Matching refs:ecx

183 	pushl	%ecx
186 movl 4*4(%esp), %ecx # flags
187 movl %ecx, %ss:-1*4(%eax)
189 movl 3*4(%esp), %ecx # cs
190 andl $0x0000ffff, %ecx
191 movl %ecx, %ss:-2*4(%eax)
193 movl 2*4(%esp), %ecx # ip
194 movl %ecx, %ss:-3*4(%eax)
196 movl 1*4(%esp), %ecx # eax
197 movl %ecx, %ss:-4*4(%eax)
199 popl %ecx
228 pushl %ecx
258 popl %ecx
381 movl PER_CPU_VAR(cpu_entry_area), %ecx
382 addl $CPU_ENTRY_AREA_entry_stack + SIZEOF_entry_stack, %ecx
383 subl %esp, %ecx /* ecx = (end of entry_stack) - esp */
384 cmpl $SIZEOF_entry_stack, %ecx
400 movl PT_EFLAGS(%esp), %ecx # mix EFLAGS and CS
402 andl $(X86_EFLAGS_VM | SEGMENT_RPL_MASK), %ecx
404 movl PT_CS(%esp), %ecx
405 andl $SEGMENT_RPL_MASK, %ecx
407 cmpl $USER_RPL, %ecx
411 movl $PTREGS_SIZE, %ecx
421 addl $(4 * 4), %ecx
427 subl %ecx, %edi
436 shrl $2, %ecx
473 movl %esi, %ecx
476 andl $(MASK_entry_stack), %ecx
477 addl $(SIZEOF_entry_stack), %ecx
480 sub %esi, %ecx
520 movl $PTREGS_SIZE, %ecx
527 addl $(4 * 4), %ecx
534 subl %ecx, %edi
541 shrl $2, %ecx
582 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp1), %ecx
583 subl %esi, %ecx
586 subl %ecx, %edi
596 shrl $2, %ecx
896 movl PT_OLDESP(%esp), %ecx /* pt_regs->sp */
1036 pushl %ecx
1039 movl 2(%esp), %ecx /* GDT address */
1044 mov %cs:GDT_ESPFIX_OFFSET + 4(%ecx), %al /* bits 16..23 */
1045 mov %cs:GDT_ESPFIX_OFFSET + 7(%ecx), %ah /* bits 24..31 */
1048 popl %ecx
1177 movl PER_CPU_VAR(cpu_entry_area), %ecx
1178 addl $CPU_ENTRY_AREA_entry_stack + SIZEOF_entry_stack, %ecx
1179 subl %eax, %ecx /* ecx = (end of entry_stack) - esp */
1180 cmpl $SIZEOF_entry_stack, %ecx