Searched refs:esp (Results 1 – 6 of 6) sorted by relevance
/lk-master/arch/x86/32/ |
A D | ops.S | 40 mov 8(%esp), %edx // mem 41 mov 12(%esp), %ecx // val
|
A D | exceptions.S | 59 movl %esp, %eax /* store pointer to iframe */ 71 addl $8, %esp /* drop exception number and error code */
|
A D | start.S | 78 movl $PHYS(_kstack + 4096), %esp 220 movl $(_kstack + 4096), %esp
|
/lk-master/arch/x86/ |
A D | faults.c | 96 addr_t v_addr, ssp, esp, ip, rip; in x86_pfe_handler() local 100 esp = frame->user_sp; in x86_pfe_handler() 109 (unsigned int)esp); in x86_pfe_handler()
|
/lk-master/arch/x86/include/arch/ |
A D | x86.h | 52 uint32_t edi, esi, ebp, esp, ebx, edx, ecx, eax; member 82 uint32_t esp, ebp, esi, edi; member
|
/lk-master/arch/x86/64/ |
A D | start.S | 83 movl $PHYS(_kstack + 4096), %esp
|
Completed in 6 milliseconds