Searched refs:esp (Results 1 - 25 of 64) sorted by relevance

123

/arch/x86/crypto/
H A Dsalsa20-i586-asm_32.S11 mov %esp,%eax
14 sub %eax,%esp
16 movl %eax,80(%esp)
18 movl %ebx,84(%esp)
20 movl %esi,88(%esp)
22 movl %edi,92(%esp)
24 movl %ebp,96(%esp)
26 movl 4(%esp,%eax),%edx
28 movl 8(%esp,%eax),%esi
30 movl 12(%esp,
[all...]
H A Daes-i586-asm_32.S145 mov %a2,4*a1(%esp)
148 mov 4*a2(%esp),%a1
228 mov ctx(%esp),%ebp
234 mov in_blk+4(%esp),%r2
253 sub $8,%esp // space for register saves on stack
279 add $8,%esp
280 mov out_blk+12(%esp),%ebp
300 mov ctx(%esp),%ebp
306 mov in_blk+4(%esp),%r2
325 sub $8,%esp // spac
[all...]
/arch/x86/um/
H A Dsetjmp_32.S10 # %esp
25 movl 4(%esp),%edx
30 movl %esp,4(%edx) # Post-return %esp!
48 movl 4(%esp),%edx # jmp_ptr address
49 movl 8(%esp),%eax # Return value
52 movl 4(%edx),%esp
H A Dstub_32.S9 mov $(STUB_DATA+8), %esp
13 mov 0x0(%esp), %eax
22 mov %esp, STUB_DATA+4
25 add %eax, %esp
H A Dchecksum_32.S55 movl 20(%esp),%eax # Function arg: unsigned int sum
56 movl 16(%esp),%ecx # Function arg: int len
57 movl 12(%esp),%esi # Function arg: unsigned char *buff
125 movl 20(%esp),%eax # Function arg: unsigned int sum
126 movl 16(%esp),%ecx # Function arg: int len
127 movl 12(%esp),%esi # Function arg: const unsigned char *buf
/arch/x86/xen/
H A Dxen-asm_32.S44 movl PT_EAX(%esp), %eax /* Shouldn't be necessary? */
45 orl $X86_EFLAGS_IF, PT_EFLAGS(%esp)
46 lea PT_EIP(%esp), %esp
55 * esp-> 0: eip
83 2: movw $0, (%esp)
91 testl $(X86_EFLAGS_VM | XEN_EFLAGS_NMI), 8(%esp)
109 testb $X86_EFLAGS_IF>>8, 8+1+ESP_OFFSET(%esp)
166 * ss : (ss/esp may be present if we came from usermode)
167 * esp
[all...]
/arch/x86/kernel/
H A Dentry_32.S23 * 0(%esp) - %ebx
24 * 4(%esp) - %ecx
25 * 8(%esp) - %edx
26 * C(%esp) - %esi
27 * 10(%esp) - %edi
28 * 14(%esp) - %ebp
29 * 18(%esp) - %eax
30 * 1C(%esp) - %ds
31 * 20(%esp) - %es
32 * 24(%esp)
[all...]
H A Drelocate_kernel_32.S50 movl 20+8(%esp), %ebp /* list of pages */
52 movl %esp, ESP(%edi)
61 movl 20+4(%esp), %ebx /* page_list */
62 movl 20+8(%esp), %ebp /* list of pages */
63 movl 20+12(%esp), %edx /* start address */
64 movl 20+16(%esp), %ecx /* cpu_has_pae */
65 movl 20+20(%esp), %esi /* preserve_context */
91 lea PAGE_SIZE(%edi), %esp
140 addl $8, %esp
152 * leave %esp alon
[all...]
H A Dhead_32.S107 leal -__PAGE_OFFSET(%ecx),%esp
282 movl %ecx, %esp
304 leal -__PAGE_OFFSET(%ecx),%esp
397 addl $__PAGE_OFFSET, %esp
527 # 36(%esp) %eflags
528 # 32(%esp) %cs
529 # 28(%esp) %eip
538 pushl $i # 20(%esp) Vector number
548 cmpl $2,(%esp) # X86_TRAP_NMI
555 push %eax # 16(%esp)
[all...]
/arch/cris/arch-v10/kernel/
H A Dprocess.c151 unsigned long ebp, esp, eip;
157 esp = p->thread.esp;
158 if (!stack_page || esp < stack_page || esp > 8188+stack_page)
161 ebp = *(unsigned long *) esp;
/arch/x86/lib/
H A Dchecksum_32.S58 movl 20(%esp),%eax # Function arg: unsigned int sum
59 movl 16(%esp),%ecx # Function arg: int len
60 movl 12(%esp),%esi # Function arg: unsigned char *buff
130 testl $1, 12(%esp)
152 movl 20(%esp),%eax # Function arg: unsigned int sum
153 movl 16(%esp),%ecx # Function arg: int len
154 movl 12(%esp),%esi # Function arg: const unsigned char *buf
254 testl $1, 12(%esp)
299 subl $4,%esp
307 movl ARGBASE+16(%esp),
[all...]
H A Dmsr-reg.S11 * reg layout: u32 gprs[eax, ecx, edx, ebx, esp, ebp, esi, edi]
72 movl 4(%esp), %eax
74 addl $4, %esp
90 movl $-EIO, 4(%esp)
H A Dthunk_32.S25 movl 3*4(%esp), %eax
/arch/x86/math-emu/
H A Dmul_Xsig.S29 movl %esp,%ebp
30 subl $16,%esp
69 movl %esp,%ebp
70 subl $16,%esp
122 movl %esp,%ebp
123 subl $16,%esp
H A Ddiv_small.S23 movl %esp,%ebp
/arch/x86/kernel/acpi/
H A Dwakeup_32.S30 movl saved_context_esp, %esp
50 leal 4(%esp), %eax
77 addl $4, %esp
/arch/x86/include/uapi/asm/
H A Dptrace.h33 long esp; member in struct:pt_regs
/arch/um/kernel/
H A Dexec.c41 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) argument
44 PT_REGS_SP(regs) = esp;
/arch/x86/boot/
H A Dbioscall.S62 movzwl %sp, %esp
68 movw 68(%esp), %di /* Original %cx == 3rd argument */
/arch/x86/lguest/
H A Dhead_32.S47 movl $(init_thread_union+THREAD_SIZE),%esp
185 movl 12(%esp), %eax
/arch/x86/platform/efi/
H A Defi_stub_32.S71 subl $__PAGE_OFFSET, %esp
83 addl $__PAGE_OFFSET, %esp
/arch/x86/boot/compressed/
H A Dhead_32.S43 add $0x4, %esp
69 add $0x4, %esp
125 leal (BP_scratch+4)(%esi), %esp
153 leal boot_stack_end(%ebx), %esp
221 addl $28, %esp
/arch/openrisc/kernel/
H A Dtraps.c69 void show_stack(struct task_struct *task, unsigned long *esp) argument
74 if (esp == NULL)
75 esp = (unsigned long *)&esp;
77 stack = esp;
79 printk("Stack dump [0x%08lx]:\n", (unsigned long)esp);
96 show_trace(task, esp);
112 unsigned long esp; local
114 esp = (unsigned long)(&regs->sp);
149 show_stack(NULL, (unsigned long *)esp);
[all...]
/arch/um/sys-ppc/
H A Dsysrq.c22 printk(" ESP: %04x:%08lx",0xffff & regs->xss, regs->esp);
/arch/x86/power/
H A Dhibernate_asm_32.S18 movl %esp, saved_context_esp
69 movl saved_context_esp, %esp

Completed in 316 milliseconds

123