Searched refs:ebp (Results 1 - 25 of 101) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dframe.i4 like a ordinary ebp save/restore. This avoids some special cases for
8 pushl %ebp
10 CFI_REL_OFFSET ebp,0
11 movl %esp,%ebp
14 popl %ebp
16 CFI_RESTORE ebp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_asm.h18 #define PARAM1 8(%ebp)
19 #define PARAM2 12(%ebp)
20 #define PARAM3 16(%ebp)
21 #define PARAM4 20(%ebp)
22 #define PARAM5 24(%ebp)
23 #define PARAM6 28(%ebp)
24 #define PARAM7 32(%ebp)
H A Dmul_Xsig.S28 pushl %ebp
29 movl %esp,%ebp
37 movl %eax,-4(%ebp)
38 movl %eax,-8(%ebp)
42 movl %edx,-12(%ebp)
46 addl %eax,-12(%ebp)
47 adcl %edx,-8(%ebp)
48 adcl $0,-4(%ebp)
52 addl %eax,-8(%ebp)
53 adcl %edx,-4(%ebp)
[all...]
H A Dround_Xsig.S26 pushl %ebp
27 movl %esp,%ebp
38 movl $0,-4(%ebp)
47 movl $-32,-4(%ebp)
54 subl %ecx,-4(%ebp)
68 incl -4(%ebp)
75 movl -4(%ebp),%eax
86 pushl %ebp
87 movl %esp,%ebp
98 movl $0,-4(%ebp)
[all...]
H A Dpolynom_Xsig.S30 #define SUM_MS -20(%ebp) /* sum ms long */
31 #define SUM_MIDDLE -24(%ebp) /* sum middle long */
32 #define SUM_LS -28(%ebp) /* sum ls long */
33 #define ACCUM_MS -4(%ebp) /* accum ms long */
34 #define ACCUM_MIDDLE -8(%ebp) /* accum middle long */
35 #define ACCUM_LS -12(%ebp) /* accum ls long */
36 #define OVERFLOWED -16(%ebp) /* addition overflow flag */
40 pushl %ebp
41 movl %esp,%ebp
H A Ddiv_small.S22 pushl %ebp
23 movl %esp,%ebp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsysrq.c48 unsigned long *stack, unsigned long ebp)
53 while (valid_stack_ptr(tinfo, (void *)ebp)) {
54 addr = *(unsigned long *)(ebp + 4);
55 printk("%08lx: [<%08lx>]", ebp + 4, addr);
58 ebp = *(unsigned long *)ebp;
71 return ebp;
76 unsigned long ebp; local
90 ebp = (unsigned long) KSTK_EBP(task);
92 asm ("movl %%ebp,
47 print_context_stack(struct thread_info *tinfo, unsigned long *stack, unsigned long ebp) argument
[all...]
H A Dsetjmp.S11 # %ebp
32 movl %ebp,8(%edx)
53 movl 8(%edx),%ebp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/sha1/asm/
H A Dsx86-elf.s19 pushl %ebp
22 movl 16(%esp), %ebp
24 movl 12(%ebp), %edx
26 movl 16(%ebp), %edi
27 movl 8(%ebp), %ebx
134 movl (%ebp), %eax
135 movl 4(%ebp), %ecx
137 movl %eax, %ebp
139 roll $5, %ebp
143 addl %edi, %ebp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Daes-i586-asm.S230 push %ebp
231 mov tfm(%esp),%ebp
239 mov nrnd(%ebp),%r3 // number of rounds
242 lea ekey(%ebp),%ebp // key pointer
251 xor (%ebp),%r0
252 xor 4(%ebp),%r1
253 xor 8(%ebp),%r4
254 xor 12(%ebp),%r5
257 add $16,%ebp // incremen
[all...]
H A Dtwofish-i586-asm.S82 mov s1(%ebp,%edi,4),d ## D;\
84 mov s2(%ebp,%edi,4),%esi;\
87 xor s2(%ebp,%edi,4),d ## D;\
90 xor s3(%ebp,%edi,4),%esi;\
92 xor s3(%ebp,%edi,4),d ## D;\
94 xor (%ebp,%edi,4), %esi;\
97 xor (%ebp,%edi,4), d ## D;\
99 xor s1(%ebp,%edi,4),%esi;\
103 add k+round(%ebp), %esi;\
106 add k+4+round(%ebp),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i586/
H A Dmpih-add1.S44 pushl %ebp
48 movl 28(%esp),%ebp /* s2_ptr */
51 movl (%ebp),%ebx
68 movl 4(%ebp),%ebx
70 movl 8(%ebp),%ebx
77 movl 12(%ebp),%ebx
79 movl 16(%ebp),%ebx
86 movl 20(%ebp),%ebx
88 movl 24(%ebp),%ebx
95 movl 28(%ebp),
[all...]
H A Dmpih-sub1.S52 pushl %ebp
56 movl 28(%esp),%ebp /* s2_ptr */
59 movl (%ebp),%ebx
76 movl 4(%ebp),%ebx
78 movl 8(%ebp),%ebx
85 movl 12(%ebp),%ebx
87 movl 16(%ebp),%ebx
94 movl 20(%ebp),%ebx
96 movl 24(%ebp),%ebx
103 movl 28(%ebp),
[all...]
H A Dmpih-lshift.S50 pushl %ebp
54 movl 28(%esp),%ebp /* size */
63 leal (%esi,%ebp,4),%eax
68 leal -4(%edi,%ebp,4),%edi
69 leal -4(%esi,%ebp,4),%esi
77 decl %ebp
78 pushl %ebp
79 shrl $3,%ebp
118 decl %ebp
121 Lend: popl %ebp
[all...]
H A Dmpih-rshift.S50 pushl %ebp
54 movl 28(%esp),%ebp /* size */
63 leal (%edi,%ebp,4),%eax
74 decl %ebp
75 pushl %ebp
76 shrl $3,%ebp
115 decl %ebp
118 Rend: popl %ebp
119 andl $7,%ebp
127 decl %ebp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Drelocate_kernel.S26 movl 8(%esp), %ebp /* list of pages */
31 movl PTR(VA_PGD)(%ebp), %edi
32 movl PTR(VA_CONTROL_PAGE)(%ebp), %eax
37 movl PTR(PA_PMD_0)(%ebp), %edx
41 movl PTR(VA_PMD_0)(%ebp), %edi
42 movl PTR(VA_CONTROL_PAGE)(%ebp), %eax
47 movl PTR(PA_PTE_0)(%ebp), %edx
51 movl PTR(VA_PTE_0)(%ebp), %edi
52 movl PTR(VA_CONTROL_PAGE)(%ebp), %eax
57 movl PTR(PA_CONTROL_PAGE)(%ebp),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/des/asm/
H A Dfips-dx86-elf.s22 pushl %ebp
65 leal DES_SPtrans, %ebp
82 xorl (%ebp,%ebx),%edi
84 xorl 0x200(%ebp,%ecx),%edi
87 xorl 0x100(%ebp,%ebx),%edi
90 xorl 0x300(%ebp,%ecx),%edi
94 xorl 0x600(%ebp,%ebx),%edi
95 xorl 0x700(%ebp,%ecx),%edi
97 xorl 0x400(%ebp,%eax),%edi
98 xorl 0x500(%ebp,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/oprofile/
H A Dbacktrace.c18 struct frame_head * ebp; member in struct:frame_head
29 if (head >= head->ebp)
32 return head->ebp;
50 if (head >= bufhead[0].ebp)
53 return bufhead[0].ebp;
63 * --------------- saved regs->ebp value if valid (frame_head address)
76 * valid(ish) ebp values. Note: (1) for x86_64, NMI and several other
116 head = (struct frame_head *)regs->ebp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Dhead.S53 1: popl %ebp
54 subl $1b, %ebp
56 /* %ebp contains the address we are loaded at by the boot loader and %ebx
62 movl %ebp, %ebx
70 subl input_len(%ebp), %ebx
71 movl output_len(%ebp), %eax
86 leal _end(%ebp), %esi
98 addl $(CONFIG_PHYSICAL_ALIGN - 1), %ebp
99 andl $(~(CONFIG_PHYSICAL_ALIGN - 1)), %ebp
101 movl $LOAD_PHYSICAL_ADDR, %ebp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dvsyscall-syscall.S16 push %ebp
18 movl %ecx, %ebp
22 movl %ebp, %ecx
23 popl %ebp
60 .byte 0x85, 0x02 /* DW_CFA_offset %ebp -8 */
62 .byte 0xc5 /* DW_CFA_restore %ebp */
H A Dvsyscall-sysenter.S19 push %ebp
21 movl %esp,%ebp
26 pop %ebp
76 .byte 0x85, 0x04 /* DW_CFA_offset %ebp -16 */
82 .byte 0xc5 /* DW_CFA_restore %ebp */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/inflate86/
H A Dinffas86.c80 /* 8 4 */ void *ebp; /* ebp save */ member in struct:inffast_ar
87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
473 " movl %%esp, (%%eax)\n" /* save esp, ebp */
474 " movl %%ebp, 4(%%eax)\n"
480 " movl 32(%%esp), %%ebp\n" /* ebp = lcode */
506 " movl (%%ebp,%%eax,4), %%eax\n" /* eax = lcode[hold & lmask] */
571 " movl %%eax, %%ebp\n" /* dist = this */
572 " shrl $16, %%ebp\
807 mov ebp, [esp+32] /* ebp = lcode */ local
898 mov ebp, eax /* dist = this */ local
899 shr ebp, 16 /* dist = this.val */ local
929 add ebp, eax /* dist += hold & ((1 << op) - 1) */ local
952 mov ebp, [esp+32] /* ebp = lcode */ local
958 mov ebp, [esp+32] /* ebp = lcode */ local
963 cmp ebp, 1 /* if dist 1, is a memset */ local
979 mov ebp, [esp+32] /* ebp = lcode */ local
1087 mov ebp, [esp+32] /* ebp = lcode */ local
1118 mov ebp, [esp+4] /* restore esp, ebp */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/inflate86/
H A Dinffas86.c80 /* 8 4 */ void *ebp; /* ebp save */ member in struct:inffast_ar
87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
473 " movl %%esp, (%%eax)\n" /* save esp, ebp */
474 " movl %%ebp, 4(%%eax)\n"
480 " movl 32(%%esp), %%ebp\n" /* ebp = lcode */
506 " movl (%%ebp,%%eax,4), %%eax\n" /* eax = lcode[hold & lmask] */
571 " movl %%eax, %%ebp\n" /* dist = this */
572 " shrl $16, %%ebp\
807 mov ebp, [esp+32] /* ebp = lcode */ local
898 mov ebp, eax /* dist = this */ local
899 shr ebp, 16 /* dist = this.val */ local
929 add ebp, eax /* dist += hold & ((1 << op) - 1) */ local
952 mov ebp, [esp+32] /* ebp = lcode */ local
958 mov ebp, [esp+32] /* ebp = lcode */ local
963 cmp ebp, 1 /* if dist 1, is a memset */ local
979 mov ebp, [esp+32] /* ebp = lcode */ local
1087 mov ebp, [esp+32] /* ebp = lcode */ local
1118 mov ebp, [esp+4] /* restore esp, ebp */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Duser.h32 unsigned long ebp; /* P9, Exception base pointer. */ member in struct:user_regs_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/compressed/
H A Dhead.S54 1: popl %ebp
55 subl $1b, %ebp
59 addl %ebp, %eax
69 /* %ebp contains the address we are loaded at by the boot loader and %ebx
75 movl %ebp, %ebx
83 subl input_len(%ebp), %ebx
84 movl output_len(%ebp), %eax
98 leal gdt(%ebp), %eax
99 movl %eax, gdt+2(%ebp)
100 lgdt gdt(%ebp)
[all...]

Completed in 130 milliseconds

12345