Searched refs:THREAD_SIZE (Results 1 - 25 of 154) sorted by path

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dtraps.c150 if (((long) stack & (THREAD_SIZE-1)) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dprocess.c439 stack_end = (unsigned long)task_stack_page(p) + THREAD_SIZE;
H A Dsmp.c248 : "r" (task_stack_page(current) + THREAD_SIZE - 8));
H A Dstacktrace.c67 walk_stackframe(fp, base, base + THREAD_SIZE, save_trace, &data);
H A Dtraps.c230 THREAD_SIZE + (unsigned long)task_stack_page(tsk));
H A Dvmlinux.lds.S115 . = ALIGN(THREAD_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/oprofile/
H A Dbacktrace.c67 unsigned long base = ((unsigned long)regs) & ~(THREAD_SIZE - 1);
68 walk_stackframe(regs->ARM_fp, base, base + THREAD_SIZE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dsys_arm.c310 "Ir" (THREAD_SIZE - 8 - sizeof(regs)),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dhead.S25 sub sp, -THREAD_SIZE
H A Dprocess.c153 && (p < (unsigned long)tinfo + THREAD_SIZE - 3);
236 THREAD_SIZE + (unsigned long)tinfo);
333 childregs = ((struct pt_regs *)(THREAD_SIZE + (unsigned long)task_stack_page(p))) - 1;
339 childregs->sp = (unsigned long)task_stack_page(p) + THREAD_SIZE;
417 BUG_ON(fp < stack_page || fp > (THREAD_SIZE + stack_page));
430 BUG_ON(sp < stack_page || sp > (THREAD_SIZE + stack_page));
H A Dptrace.c28 THREAD_SIZE - sizeof(struct pt_regs));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dasm-offsets.c65 DEFINE(KERNEL_STACK_SIZE, THREAD_SIZE);
H A Dprocess.c252 childregs = (struct pt_regs *) (task_stack_page(p) + THREAD_SIZE) - 1;
H A Dptrace.c77 (THREAD_SIZE - sizeof(struct pt_regs)));
103 (THREAD_SIZE - sizeof(struct pt_regs)));
129 (THREAD_SIZE - sizeof(struct pt_regs)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dentry.S299 movs.w -8192, $r0 ; THREAD_SIZE = 8192
312 movs.w -8192, $r0 ; THREAD_SIZE = 8192
342 movs.w -8192, $r0 ; THREAD_SIZE == 8192
384 movs.w -8192, $r0 ; THREAD_SIZE == 8192
425 movs.w -8192, $r0 ; THREAD_SIZE == 8192
811 movs.w -8192,$r9 ; THREAD_SIZE == 8192
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dentry.S47 movs.w -8192, $r0 ; THREAD_SIZE = 8192
67 movs.w -8192, $r0 ; THREAD_SIZE = 8192.
100 movs.w -8192, $r0 ; THREAD_SIZE == 8192
160 movs.w -8192, $r0 ; THREAD_SIZE == 8192
210 movs.w -8192, $r0 ; THREAD_SIZE == 8192
491 movs.w -8192, $r9 ; THREAD_SIZE == 8192
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dtraps.c37 while (((long) stack & (THREAD_SIZE-1)) != 0) {
103 if (((long) stack & (THREAD_SIZE-1)) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dbreak.S26 .balign THREAD_SIZE
28 .space THREAD_SIZE - FRV_FRAME0_SIZE
H A Dprocess.c50 struct task_struct *p = kmalloc(THREAD_SIZE, GFP_KERNEL);
212 (task_stack_page(p) + THREAD_SIZE - FRV_FRAME0_SIZE);
H A Dswitch_to.S34 .long init_thread_union + THREAD_SIZE - FRV_FRAME0_SIZE
H A Dvmlinux.lds.S72 . = ALIGN(THREAD_SIZE);
76 . = ALIGN(THREAD_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dprocess.c199 childregs = (struct pt_regs *) (THREAD_SIZE + task_stack_page(p)) - 1;
H A Dtraps.c129 if (((unsigned long)stack & (THREAD_SIZE - 1)) == 0)
139 while (((unsigned long)stack & (THREAD_SIZE - 1)) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dentry.S313 pushl (TI_sysenter_return-THREAD_SIZE+8+4*4)(%esp)
802 andl $(THREAD_SIZE-1),%eax
803 cmpl $(THREAD_SIZE-20),%eax
H A Dhead.S508 .long init_thread_union+THREAD_SIZE

Completed in 302 milliseconds

1234567