Searched refs:ecx (Results 1 – 7 of 7) sorted by relevance
| /arch/x86/32/ |
| A D | spinlock.S | 14 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 D | ops.S | 41 mov 12(%esp), %ecx // val 43 add %eax,%ecx // ecx = edx + val 44 mov %ecx,(%edx) // *mem = ecx
|
| A D | start.S | 81 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 D | exceptions.S | 73 movl $NUM_INT, %ecx
|
| /arch/x86/64/ |
| A D | start.S | 84 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 D | exceptions.S | 101 movl $NUM_INT, %ecx
|
| /arch/x86/include/arch/ |
| A D | x86.h | 53 uint32_t edi, esi, ebp, esp, ebx, edx, ecx, eax; member 82 uint32_t eax, ecx, edx, ebx; member
|
Completed in 13 milliseconds