Searched refs:stack (Results 26 - 50 of 478) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/etc/avahi/
H A Davahi-daemon.conf59 rlimit-stack=4194304
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Davahi-daemon.conf63 rlimit-stack=4194304
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/files/
H A Davahi-daemon.conf59 rlimit-stack=4194304
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dprocessor.h59 unsigned long *stack = (unsigned long *)sp; \
70 regs->ARM_r2 = stack[2]; /* r2 (envp) */ \
71 regs->ARM_r1 = stack[1]; /* r1 (argv) */ \
72 regs->ARM_r0 = stack[0]; /* r0 (argc) */ \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dtraps.c125 void show_trace(struct task_struct *task, unsigned long *stack) argument
129 if (!stack)
130 stack = (unsigned long*)&stack;
133 while (!kstack_end(stack)) {
134 addr = *stack++;
145 unsigned long *stack; local
160 stack = sp;
162 if (kstack_end(stack))
166 printk("%08lx ", *stack
174 unsigned long stack; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddc.c13 #define stack ((double*)&bb_common_bufsiz1) macro
20 bb_error_msg_and_die("stack overflow");
21 stack[pointer++] = a;
27 bb_error_msg_and_die("stack underflow");
28 return stack[--pointer];
110 print_base(stack[--i]);
115 print_base(stack[pointer-1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/perlasm/
H A Dx86nasm.pl74 $stack+=$num*4;
81 $stack-=$num*4;
165 sub main'push { &out1("push",@_); $stack+=4; }
166 sub main'pop { &out1("pop",@_); $stack-=4; }
236 $stack=20;
247 $stack=4;
262 $stack=0;
268 $stack=0;
294 return(&main'DWP($stack+$num*4,"esp","",0));
302 # Should use swtmp, which is above esp. Linix can trash the stack abov
[all...]
H A Dx86unix.pl168 sub main'push { &out1("pushl",@_); $stack+=4; }
169 sub main'pop { &out1("popl",@_); $stack-=4; }
170 sub main'pushf { &out0("pushf"); $stack+=4; }
171 sub main'popf { &out0("popf"); $stack-=4; }
315 $stack=20;
337 $stack=4;
362 $stack=0;
393 $stack=0;
401 return(&main'DWP($stack+$num*4,"esp","",0));
407 $stack
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dxterm.c28 unsigned long stack; member in struct:xterm_chan
44 .stack = opts->tramp_stack,
89 unsigned long stack; local
128 stack = data->stack;
129 pid = run_helper(NULL, NULL, argv, &stack);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dprocess.c128 * the stub stack page. We just have to copy it.
178 static int userspace_tramp(void *stack) argument
206 if(stack != NULL){
207 fd = phys_mapping(to_phys(stack), &offset);
212 printk("mapping segfault stack failed, "
218 if(!ptrace_faultinfo && (stack != NULL)){
251 void *stack; local
255 stack = mmap(NULL, UM_KERN_PAGE_SIZE,
258 if(stack == MAP_FAILED)
260 sp = (unsigned long) stack
444 map_stub_pages(int fd, unsigned long code, unsigned long data, unsigned long stack) argument
493 new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) argument
517 start_idle_thread(void *stack, jmp_buf *switch_buf) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_ctx.c83 /* The stack frame info is resizing, set a first-time expansion size; */
118 /* A wrapper to manage the "stack frames" */
121 /* Array of indexes into the bignum stack */
123 /* Number of stack frames, and the size of the allocated array */
143 /* The "stack frames", if you will */
144 BN_STACK stack; member in struct:bignum_ctx
147 /* Depth of stack overflow */
160 BN_STACK *stack = &ctx->stack; local
171 while(fpidx < stack
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtraps.c92 on an exception stack. */
125 static unsigned long *in_exception_stack(unsigned cpu, unsigned long stack, argument
142 * 'stack' is in one of them:
147 * Is 'stack' above this exception frame's end?
150 if (stack >= end)
153 * Is 'stack' above this exception frame's start address?
156 if (stack >= end - EXCEPTION_STKSZ) {
159 * stack once. If it comes up for the second time
170 * If this is a debug stack, and if it has a larger size than
171 * the usual exception stacks, then 'stack' migh
214 dump_trace(struct task_struct *tsk, struct pt_regs *regs, unsigned long *stack, struct stacktrace_ops *ops, void *data) argument
344 show_trace(struct task_struct *tsk, struct pt_regs *regs, unsigned long *stack) argument
354 unsigned long *stack; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dptrace.c34 * This routine will get a word off of the process kernel stack.
38 unsigned char *stack; local
40 stack = (unsigned char *)task_pt_regs(task);
41 stack += offset;
42 return (*((int *)stack));
46 * This routine will put a word on the process kernel stack.
51 unsigned char *stack; local
53 stack = (unsigned char *)task_pt_regs(task);
54 stack += offset;
55 *(unsigned long *) stack
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dptrace.c49 * This routine will get a word from the user area in the process kernel stack.
53 unsigned char *stack; local
55 stack = (unsigned char *)(task->thread.uregs);
56 stack += offset;
57 return (*((int *)stack));
89 * This routine will put a word into the user area in the process kernel stack.
94 unsigned char *stack; local
96 stack = (unsigned char *)(task->thread.uregs);
97 stack += offset;
98 *(unsigned long *) stack
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsetjmp.S27 popl %ecx # Return address, and adjust the stack
31 pushl %ecx # Make the call/return stack happy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsetjmp.S24 pop %rsi # Return address, and adjust the stack
28 push %rsi # Make the call/return stack happy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dtraps.c409 unsigned long stack; local
412 show_stack(current, &stack);
489 void show_stack(struct task_struct *task, unsigned long *stack) argument
498 if (!stack) {
500 stack = (unsigned long *)task->thread.ksp;
502 stack = (unsigned long *)&stack;
505 addr = (unsigned long)stack;
508 printk(KERN_EMERG "Stack from %08lx:", (unsigned long)stack);
510 if (stack
522 unsigned long stack; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dslb.c106 /* Only third entry (stack) may change here so only resave that */
111 * the stack between the slbia and rebolting it. */
116 /* Slot 2 - kernel stack */
132 unsigned long stack = KSTK_ESP(tsk); local
166 if (GET_ESID(pc) == GET_ESID(stack))
169 if (is_kernel_addr(stack))
171 slb_allocate(stack);
174 || (GET_ESID(stack) == GET_ESID(unmapped_base)))
236 /* We don't bolt the stack for the time being - we're in boot,
237 * so the stack i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dentry64.S24 * Stack layout for the system_call stack entry.
94 * R15 - kernel stack pointer
105 jz 2f # skip stack setup save
119 jnz 1f # from user -> load kernel stack
127 0: lg %r14,__LC_ASYNC_STACK # are we already on the async. stack ?
131 1: lg %r15,__LC_ASYNC_STACK # load async stack
143 mvc SP_PSW(16,%r15),0(%r12) # move user PSW to stack
147 stmg %r0,%r11,SP_R0(%r15) # store gprs %r0-%r11 to kernel stack
149 mvc SP_R12(32,%r15),\savearea # move %r12-%r15 to stack
188 stg %r15,__THREAD_ksp(%r2) # store kernel stack t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dsleep.S16 * Storage is on the stack now.
38 stmfd sp!, {r4 - r12, lr} @ save registers on stack
46 @ store them plus current virtual stack ptr on stack
50 @ preserve phys address of stack
165 ldr r0, sleep_save_sp @ stack phys addr
167 ldmfd r0, {r4 - r7, sp} @ CP regs + virt stack ptr
190 .word 0 @ preserve stack phys ptr here
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dbacktrace.S14 @ fp is 0 or stack frame
109 #define stack r6 define
111 .Ldumpstm: stmfd sp!, {instr, reg, stack, r7, lr}
112 mov stack, r0
124 ldr r2, [stack], #-4
133 mov r0, stack
134 LOADREGS(fd, sp!, {instr, reg, stack, r7, pc})
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dbacktrace.S17 @ fp is 0 or stack frame
36 beq no_frame @ we have no stack frames
117 #define stack r6 define
119 .Ldumpstm: stmfd sp!, {instr, reg, stack, r7, lr}
120 mov stack, r0
132 ldr r3, [stack], #-4
141 ldmfd sp!, {instr, reg, stack, r7, pc}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dkern_util.h54 extern void kern_finish_exec(void *task, int new_pid, unsigned long stack);
57 extern void free_stack(unsigned long stack, int order);
85 extern void unprotect_stack(unsigned long stack);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A Dcheckstack.pl5 # Check the stack usage of functions
26 # $& (whole re) matches the complete objdump line with the stack growth
27 # $1 (first bracket) matches the size of the stack growth
30 my (@stack, $re, $x, $xs);
136 push @stack, "$intro$size\n";
140 print sort bysize @stack;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcheckstack.pl3 # Check the stack usage of functions
24 # $& (whole re) matches the complete objdump line with the stack growth
25 # $1 (first bracket) matches the size of the stack growth
28 my (@stack, $re, $x, $xs);
131 push @stack, "$intro$size\n";
135 print sort bysize @stack;

Completed in 701 milliseconds

1234567891011>>