Home
last modified time | relevance | path

Searched refs:ecx (Results 1 – 7 of 7) sorted by relevance

/arch/x86/32/
A Dspinlock.S14 mov 4(%esp), %ecx
19 lock cmpxchg %edx, (%ecx)
29 mov 4(%esp), %ecx
32 lock xchg %eax, (%ecx)
39 mov 4(%esp), %ecx
40 movl $0, (%ecx)
A Dops.S41 mov 12(%esp), %ecx // val
43 add %eax,%ecx // ecx = edx + val
44 mov %ecx,(%edx) // *mem = ecx
A Dstart.S81 movl $PHYS(__bss_end), %ecx /* find the length of the bss in bytes */
82 subl %edi, %ecx
83 shrl $2, %ecx /* convert to 32 bit words, since the bss is aligned anyway */
95 movl $1024*4,%ecx
124 movl $0x100, %ecx
137 movl $0x100, %ecx
A Dexceptions.S73 movl $NUM_INT, %ecx
/arch/x86/64/
A Dstart.S84 movl $PHYS(__bss_end), %ecx /* find the length of the bss in bytes */
85 subl %edi, %ecx
86 shrl $2, %ecx /* convert to 32 bit words, since the bss is aligned anyway */
110 movl $MSR_EFER ,%ecx
137 movl $0x200, %ecx /* 512 entries */
155 movl $32768, %ecx
173 movl $64, %ecx
A Dexceptions.S101 movl $NUM_INT, %ecx
/arch/x86/include/arch/
A Dx86.h53 uint32_t edi, esi, ebp, esp, ebx, edx, ecx, eax; member
82 uint32_t eax, ecx, edx, ebx; member

Completed in 13 milliseconds