Searched refs:esp (Results 26 - 50 of 100) sorted by relevance

1234

/linux-master/tools/testing/selftests/x86/
H A Dthunks_32.S16 // 4(%esp): function to call
19 mov 4(%esp), %eax
/linux-master/tools/testing/selftests/net/
H A Dl2tp.sh230 tmpl proto esp mode transport
234 tmpl proto esp mode transport
238 tmpl proto esp mode transport
242 tmpl proto esp mode transport
246 spi 0x1000 proto esp aead 'rfc4106(gcm(aes))' \
251 spi 0x1001 proto esp aead 'rfc4106(gcm(aes))' \
256 spi 0x1000 proto esp aead 'rfc4106(gcm(aes))' \
261 spi 0x1001 proto esp aead 'rfc4106(gcm(aes))' \
269 tmpl proto esp mode transport
273 tmpl proto esp mod
[all...]
H A Dvrf-xfrm-tests.sh218 tmpl src ${HOST1_4} dst ${HOST2_4} proto esp mode tunnel
223 tmpl src ${HOST1_4} dst ${HOST2_4} proto esp mode tunnel
228 tmpl src ${HOST2_4} dst ${HOST1_4} proto esp mode tunnel
233 tmpl src ${HOST2_4} dst ${HOST1_4} proto esp mode tunnel
239 tmpl src ${HOST1_6} dst ${HOST2_6} proto esp mode tunnel
244 tmpl src ${HOST1_6} dst ${HOST2_6} proto esp mode tunnel
249 tmpl src ${HOST2_6} dst ${HOST1_6} proto esp mode tunnel
254 tmpl src ${HOST2_6} dst ${HOST1_6} proto esp mode tunnel
260 proto esp spi ${SPI_1} reqid 0 mode tunnel \
267 proto esp sp
[all...]
/linux-master/arch/openrisc/kernel/
H A Dtraps.c67 void show_stack(struct task_struct *task, unsigned long *esp, const char *loglvl) argument
69 if (esp == NULL)
70 esp = (unsigned long *)&esp;
73 unwind_stack((void *)loglvl, esp, print_trace);
80 unsigned long esp; local
82 esp = (unsigned long)(regs->sp);
118 show_stack(NULL, (unsigned long *)esp, KERN_EMERG);
120 if (esp < PAGE_OFFSET)
127 if (__get_user(word, &((unsigned long *)esp)[
[all...]
/linux-master/arch/x86/include/asm/
H A DGEN-for-each-reg.h27 GEN(esp)
H A Dframe.h49 mov %esp, %ebp
75 "movl %esp, %ebp\n\t" \
H A Duser32.h42 __u32 eflags, esp; member in struct:user_regs_struct32
59 esp register. */
/linux-master/arch/x86/math-emu/
H A Ddiv_small.S24 movl %esp,%ebp
H A Dreg_u_mul.S50 movl %esp,%ebp
52 subl $8,%esp
H A Dreg_norm.S27 movl %esp,%ebp
105 movl %esp,%ebp
H A Dpolynom_Xsig.S42 movl %esp,%ebp
43 subl $32,%esp
H A Dround_Xsig.S28 movl %esp,%ebp
88 movl %esp,%ebp
/linux-master/arch/x86/boot/
H A Dbioscall.S59 movzwl %sp, %esp
65 movw 68(%esp), %di /* Original %cx == 3rd argument */
/linux-master/arch/um/kernel/
H A Dexec.c42 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) argument
45 PT_REGS_SP(regs) = esp;
/linux-master/arch/x86/boot/compressed/
H A Dmem_encrypt.S103 cmpl $0x72, 16(%esp)
111 movl %edx, 12(%esp) # Store result
118 movl %edx, 8(%esp) # Store result
125 movl %edx, 4(%esp) # Store result
132 movl %edx, 0(%esp) # Store result
142 cmpl $0x8000001f, 12(%esp)
150 btl $1, 12(%esp)
160 addl $4, %esp
163 addl $2, (%esp)
H A Dhead_32.S58 leal (BP_scratch+4)(%esi), %esp
104 leal boot_stack_end@GOTOFF(%ebx), %esp
161 addl $24, %esp
H A Defi_mixed.S56 movl efi32_boot_sp(%rip), %esp
57 andl $~7, %esp
165 add $0x4, %esp /* Discard return address */
265 movl %esp, (efi32_boot_sp - 1b)(%ebx)
277 subl $PARAM_SIZE, %esp
278 movl %esp, %esi
297 movl %esp, %ebp
/linux-master/tools/perf/arch/x86/tests/
H A Dregs_load.S67 movl 8(%esp), %edi
77 leal 4(%esp), %eax /* exclude this call. */
80 movl 0(%esp), %eax
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_32.S32 movl saved_context_esp, %esp
53 leal 4(%esp), %eax
80 addl $4, %esp
/linux-master/arch/x86/lib/
H A Dmsr-reg.S11 * reg layout: u32 gprs[eax, ecx, edx, ebx, esp, ebp, esi, edi]
66 movl 4(%esp), %eax
68 addl $4, %esp
82 movl $-EIO, 4(%esp)
H A Datomic64_cx8_32.S136 cmpl %eax, 0(%esp)
149 addl $8, %esp
154 cmpl %edx, 4(%esp)
/linux-master/arch/x86/power/
H A Dhibernate_asm_32.S20 movl %esp, saved_context_esp
93 movl saved_context_esp, %esp
/linux-master/arch/x86/include/asm/xen/
H A Dinterface_32.h64 uint32_t esp; member in struct:cpu_user_regs
/linux-master/arch/x86/kvm/
H A Dtss.h20 u32 esp; member in struct:tss_segment_32
/linux-master/include/uapi/video/
H A Duvesafb.h17 __u32 esp; member in struct:v86_regs

Completed in 443 milliseconds

1234