Searched refs:stack_base (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/oprofile/
H A Dbacktrace.c95 unsigned long stack_base = (stack & ~(THREAD_SIZE - 1)) + THREAD_SIZE; local
97 return headaddr > stack && headaddr < stack_base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/ia32/
H A Dbinfmt_elf32.c201 unsigned long stack_base; local
206 stack_base = IA32_STACK_TOP - MAX_ARG_PAGES*PAGE_SIZE;
207 mm->arg_start = bprm->p + stack_base;
209 bprm->p += stack_base;
211 bprm->loader += stack_base;
212 bprm->exec += stack_base;
243 install_arg_page(mpnt, page, stack_base);
245 stack_base += PAGE_SIZE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dia32_binfmt.c292 unsigned long stack_base; local
297 stack_base = stack_top - MAX_ARG_PAGES * PAGE_SIZE;
298 mm->arg_start = bprm->p + stack_base;
300 bprm->p += stack_base;
302 bprm->loader += stack_base;
303 bprm->exec += stack_base;
334 install_arg_page(mpnt, page, stack_base);
336 stack_base += PAGE_SIZE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/
H A Dmmu_context.h79 alloc_l1stack(unsigned long length, unsigned long *stack_base) argument
92 *stack_base = (unsigned long)l1_stack_base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dexec.c348 unsigned long stack_base; local
384 stack_base = current->signal->rlim[RLIMIT_STACK].rlim_max;
385 if (stack_base > (1 << 30))
386 stack_base = 1 << 30;
387 stack_base = PAGE_ALIGN(stack_top - stack_base);
390 bprm->p = stack_base + PAGE_SIZE * i - offset;
392 mm->arg_start = stack_base;
399 stack_base = arch_align_stack(stack_top - MAX_ARG_PAGES*PAGE_SIZE);
400 stack_base
[all...]

Completed in 100 milliseconds