Searched refs:esp (Results 1 – 7 of 7) sorted by relevance
| /arch/x86/32/ |
| A D | spinlock.S | 14 mov 4(%esp), %ecx 29 mov 4(%esp), %ecx 39 mov 4(%esp), %ecx
|
| A D | ops.S | 40 mov 8(%esp), %edx // mem 41 mov 12(%esp), %ecx // val
|
| A D | exceptions.S | 54 movl %esp, %eax /* store pointer to iframe */ 65 addl $12, %esp /* drop gs, exception number, and error code */
|
| A D | start.S | 67 movl $PHYS(_kstack + 4096), %esp 167 movl $(_kstack + 4096), %esp
|
| /arch/x86/ |
| A D | faults.c | 97 addr_t v_addr, ssp, esp, ip, rip; in x86_pfe_handler() local 101 esp = frame->user_sp; in x86_pfe_handler() 110 (unsigned int)esp); in x86_pfe_handler()
|
| /arch/x86/64/ |
| A D | start.S | 72 movl $PHYS(_kstack + 4096), %esp
|
| /arch/x86/include/arch/ |
| A D | x86.h | 53 uint32_t edi, esi, ebp, esp, ebx, edx, ecx, eax; member 83 uint32_t esp, ebp, esi, edi; member
|
Completed in 9 milliseconds