Lines Matching refs:ecx
275 pushl %ecx
278 movl 4*4(%esp), %ecx # flags
279 movl %ecx, -4(%eax)
281 movl 3*4(%esp), %ecx # cs
282 andl $0x0000ffff, %ecx
283 movl %ecx, -8(%eax)
285 movl 2*4(%esp), %ecx # ip
286 movl %ecx, -12(%eax)
288 movl 1*4(%esp), %ecx # eax
289 movl %ecx, -16(%eax)
291 popl %ecx
311 pushl %ecx
346 popl %ecx
470 movl PER_CPU_VAR(cpu_entry_area), %ecx
471 addl $CPU_ENTRY_AREA_entry_stack + SIZEOF_entry_stack, %ecx
472 subl %esp, %ecx /* ecx = (end of entry_stack) - esp */
473 cmpl $SIZEOF_entry_stack, %ecx
489 movl PT_EFLAGS(%esp), %ecx # mix EFLAGS and CS
491 andl $(X86_EFLAGS_VM | SEGMENT_RPL_MASK), %ecx
493 movl PT_CS(%esp), %ecx
494 andl $SEGMENT_RPL_MASK, %ecx
496 cmpl $USER_RPL, %ecx
500 movl $PTREGS_SIZE, %ecx
510 addl $(4 * 4), %ecx
516 subl %ecx, %edi
525 shrl $2, %ecx
562 movl %esi, %ecx
565 andl $(MASK_entry_stack), %ecx
566 addl $(SIZEOF_entry_stack), %ecx
569 sub %esi, %ecx
611 movl $PTREGS_SIZE, %ecx
618 addl $(4 * 4), %ecx
625 subl %ecx, %edi
632 shrl $2, %ecx
673 movl PER_CPU_VAR(cpu_tss_rw + TSS_sp1), %ecx
674 subl %esi, %ecx
677 subl %ecx, %edi
687 shrl $2, %ecx
971 movl PT_OLDESP(%esp), %ecx /* pt_regs->sp */
1458 GS_TO_REG %ecx
1460 REG_TO_PTGS %ecx
1461 SET_KERNEL_GS %ecx
1463 GET_CR2_INTO(%ecx) # might clobber %eax
1482 GS_TO_REG %ecx
1484 REG_TO_PTGS %ecx
1485 SET_KERNEL_GS %ecx
1532 movl PER_CPU_VAR(cpu_entry_area), %ecx
1533 addl $CPU_ENTRY_AREA_entry_stack + SIZEOF_entry_stack, %ecx
1534 subl %eax, %ecx /* ecx = (end of entry_stack) - esp */
1535 cmpl $SIZEOF_entry_stack, %ecx