Home
last modified time | relevance | path

Searched refs:esp (Results 1 – 25 of 68) sorted by relevance

123

/arch/x86/crypto/
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,%eax),%edi
[all …]
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 // space for register saves on stack
[all …]
/arch/x86/entry/
Dentry_32.S73 testl $X86_EFLAGS_IF, PT_EFLAGS(%esp) # interrupts off?
96 addl $(4 + \pop), %esp
122 add $\pop, %esp
127 99: movl $0, (%esp)
134 98: mov PT_GS(%esp), %gs
138 99: movl $0, PT_GS(%esp)
148 movl \reg, PT_GS(%esp)
195 4: movl $0, (%esp)
197 5: movl $0, (%esp)
199 6: movl $0, (%esp)
[all …]
/arch/x86/kernel/
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
167 movl CP_PA_SWAP_PAGE(%edi), %esp
[all …]
Dhead_32.S115 leal -__PAGE_OFFSET(%ecx),%esp
290 movl %ecx, %esp
312 leal -__PAGE_OFFSET(%ecx),%esp
404 addl $__PAGE_OFFSET, %esp
535 # 36(%esp) %eflags
536 # 32(%esp) %cs
537 # 28(%esp) %eip
544 pushl $i # 20(%esp) Vector number
558 cmpl $2,(%esp) # X86_TRAP_NMI
565 push %eax # 16(%esp)
[all …]
/arch/x86/xen/
Dxen-asm_32.S69 2: movw $0, (%esp)
77 testl $(X86_EFLAGS_VM | XEN_EFLAGS_NMI), 8(%esp)
95 testb $X86_EFLAGS_IF>>8, 8+1+ESP_OFFSET(%esp)
195 movl PT_CS(%esp), %ecx
200 lea PT_ORIG_EAX(%esp), %esi
201 lea PT_EFLAGS(%esp), %edi
211 movl %eax, PT_EAX(%esp)
221 lea 4(%edi), %esp /* point esp to new frame */
/arch/x86/um/
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
Dstub_32.S8 mov $(STUB_DATA+8), %esp
12 mov 0x0(%esp), %eax
21 mov %esp, STUB_DATA+4
24 add %eax, %esp
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/lib/
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
127 testb $1, 12(%esp)
143 movl 20(%esp),%eax # Function arg: unsigned int sum
144 movl 16(%esp),%ecx # Function arg: int len
145 movl 12(%esp),%esi # Function arg: const unsigned char *buf
245 testb $1, 12(%esp)
286 subl $4,%esp
290 movl ARGBASE+16(%esp),%eax # sum
[all …]
Dmsr-reg.S65 movl 4(%esp), %eax
67 addl $4, %esp
81 movl $-EIO, 4(%esp)
Datomic64_cx8_32.S140 cmpl %eax, 0(%esp)
153 addl $8, %esp
158 cmpl %edx, 4(%esp)
/arch/h8300/kernel/
Dtraps.c116 void show_stack(struct task_struct *task, unsigned long *esp) in show_stack() argument
121 if (esp == NULL) in show_stack()
122 esp = (unsigned long *) &esp; in show_stack()
124 stack = esp; in show_stack()
137 stack = esp; in show_stack()
/arch/cris/arch-v10/kernel/
Dprocess.c142 unsigned long ebp, esp, eip; in get_wchan()
148 esp = p->thread.esp; in get_wchan()
149 if (!stack_page || esp < stack_page || esp > 8188+stack_page) in get_wchan()
152 ebp = *(unsigned long *) esp; in get_wchan()
/arch/openrisc/kernel/
Dtraps.c69 void show_stack(struct task_struct *task, unsigned long *esp) in show_stack() argument
74 if (esp == NULL) in show_stack()
75 esp = (unsigned long *)&esp; in show_stack()
77 stack = esp; in show_stack()
79 printk("Stack dump [0x%08lx]:\n", (unsigned long)esp); in show_stack()
96 show_trace(task, esp); in show_stack()
112 unsigned long esp; in show_registers() local
114 esp = (unsigned long)(&regs->sp); in show_registers()
149 show_stack(NULL, (unsigned long *)esp); in show_registers()
/arch/x86/math-emu/
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
Dreg_u_mul.S49 movl %esp,%ebp
51 subl $8,%esp
Ddiv_small.S23 movl %esp,%ebp
/arch/x86/boot/compressed/
Dhead_32.S72 add $0x4, %esp
98 add $0x4, %esp
154 leal (BP_scratch+4)(%esi), %esp
182 leal boot_stack_end(%ebx), %esp
250 addl $28, %esp
/arch/um/kernel/
Dexec.c41 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) in start_thread() argument
44 PT_REGS_SP(regs) = esp; in start_thread()
/arch/x86/kernel/acpi/
Dwakeup_32.S32 movl saved_context_esp, %esp
52 leal 4(%esp), %eax
79 addl $4, %esp
/arch/x86/platform/efi/
Defi_stub_32.S71 subl $__PAGE_OFFSET, %esp
83 addl $__PAGE_OFFSET, %esp
/arch/x86/boot/
Dbioscall.S62 movzwl %sp, %esp
68 movw 68(%esp), %di /* Original %cx == 3rd argument */
/arch/x86/lguest/
Dhead_32.S47 movl $(init_thread_union+THREAD_SIZE),%esp
183 pushl 2*4(%esp)
/arch/x86/power/
Dhibernate_asm_32.S18 movl %esp, saved_context_esp
69 movl saved_context_esp, %esp

123