THREAD_SIZE       877 arch/x86/kernel/cpu/common.c 				 PDA_STACKOFFSET + THREAD_SIZE;
THREAD_SIZE        38 arch/x86/kernel/dumpstack_32.c 		if (p < end && p >= (end-THREAD_SIZE))
THREAD_SIZE        43 arch/x86/kernel/dumpstack_32.c 	return p > t && p < t + THREAD_SIZE - size;
THREAD_SIZE       108 arch/x86/kernel/dumpstack_32.c 			((unsigned long)stack & (~(THREAD_SIZE - 1)));
THREAD_SIZE       120 arch/x86/kernel/dumpstack_64.c 		if (p < end && p >= (end-THREAD_SIZE))
THREAD_SIZE       125 arch/x86/kernel/dumpstack_64.c 	return p > t && p < t + THREAD_SIZE - size;
THREAD_SIZE       332 arch/x86/kernel/dumpstack_64.c 		if (((long) stack & (THREAD_SIZE-1)) == 0)
THREAD_SIZE        58 arch/x86/kernel/irq_32.c 			     "=r" (sp) : "0" (THREAD_SIZE - 1));
THREAD_SIZE        80 arch/x86/kernel/irq_32.c 	u32                     stack[THREAD_SIZE/sizeof(u32)];
THREAD_SIZE        86 arch/x86/kernel/irq_32.c static char softirq_stack[NR_CPUS * THREAD_SIZE] __page_aligned_bss;
THREAD_SIZE        87 arch/x86/kernel/irq_32.c static char hardirq_stack[NR_CPUS * THREAD_SIZE] __page_aligned_bss;
THREAD_SIZE       154 arch/x86/kernel/irq_32.c 	irqctx = (union irq_ctx*) &hardirq_stack[cpu*THREAD_SIZE];
THREAD_SIZE       163 arch/x86/kernel/irq_32.c 	irqctx = (union irq_ctx*) &softirq_stack[cpu*THREAD_SIZE];
THREAD_SIZE        56 arch/x86/kernel/irq_64.c 	if (regs->sp >= curbase && regs->sp <= curbase + THREAD_SIZE &&
THREAD_SIZE        44 arch/x86/kernel/process.c 	free_pages((unsigned long)ti, get_order(THREAD_SIZE));
THREAD_SIZE       695 arch/x86/kernel/process_32.c #define top_esp                (THREAD_SIZE - sizeof(unsigned long))
THREAD_SIZE       696 arch/x86/kernel/process_32.c #define top_ebp                (THREAD_SIZE - 2*sizeof(unsigned long))
THREAD_SIZE       321 arch/x86/kernel/process_64.c 			(THREAD_SIZE + task_stack_page(p))) - 1;
THREAD_SIZE       641 arch/x86/kernel/process_64.c 		  THREAD_SIZE - PDA_STACKOFFSET);
THREAD_SIZE       742 arch/x86/kernel/process_64.c 	if (p->thread.sp < stack || p->thread.sp >= stack+THREAD_SIZE)
THREAD_SIZE       747 arch/x86/kernel/process_64.c 		    fp >= (unsigned long)stack+THREAD_SIZE)
THREAD_SIZE       841 arch/x86/kernel/smpboot.c 			(THREAD_SIZE +  task_stack_page(c_idle.idle))) - 1);
THREAD_SIZE       833 arch/x86/kernel/traps.c 	unsigned long base = (kesp - uesp) & -THREAD_SIZE;
THREAD_SIZE       835 arch/x86/kernel/traps.c 	unsigned long lim_pages = (new_kesp | (THREAD_SIZE - 1)) >> PAGE_SHIFT;
THREAD_SIZE       758 arch/x86/lguest/boot.c 		   THREAD_SIZE/PAGE_SIZE);
THREAD_SIZE        44 include/asm-cris/processor.h #define user_regs(thread_info) (((struct pt_regs *)((unsigned long)(thread_info) + THREAD_SIZE)) - 1)
THREAD_SIZE        93 include/asm-frv/thread_info.h 		ret = kzalloc(THREAD_SIZE, GFP_KERNEL);		\
THREAD_SIZE        98 include/asm-frv/thread_info.h #define alloc_thread_info(tsk)	kmalloc(THREAD_SIZE, GFP_KERNEL)
THREAD_SIZE       144 include/asm-m32r/ptrace.h         ((struct pt_regs *)(task_stack_page(task) + THREAD_SIZE) - 1)
THREAD_SIZE        91 include/asm-m32r/thread_info.h 		: "=r" (ti) : "i" (~(THREAD_SIZE - 1))
THREAD_SIZE       105 include/asm-m32r/thread_info.h 	 	ret = kzalloc(THREAD_SIZE, GFP_KERNEL);		\
THREAD_SIZE       110 include/asm-m32r/thread_info.h #define alloc_thread_info(tsk) kmalloc(THREAD_SIZE, GFP_KERNEL)
THREAD_SIZE       137 include/asm-m32r/thread_info.h 	ldi	\reg, #-THREAD_SIZE
THREAD_SIZE       111 include/asm-m68k/entry.h 	andw	#-THREAD_SIZE,\reg
THREAD_SIZE       131 include/asm-m68k/entry.h 	"andw	#-"STR(THREAD_SIZE)","#tmp"\n\t" \
THREAD_SIZE       158 include/asm-mn10300/processor.h 	(unsigned long)(info) + THREAD_SIZE;	\
THREAD_SIZE        31 include/asm-mn10300/thread_info.h #define STACK_WARN		(THREAD_SIZE / 8)
THREAD_SIZE        90 include/asm-mn10300/thread_info.h 	 ((unsigned long) init_stack + THREAD_SIZE - sizeof(struct pt_regs)))
THREAD_SIZE       102 include/asm-mn10300/thread_info.h 	    : "i" (~(THREAD_SIZE - 1))
THREAD_SIZE       119 include/asm-mn10300/thread_info.h #define alloc_thread_info(tsk) kzalloc(THREAD_SIZE, GFP_KERNEL)
THREAD_SIZE       121 include/asm-mn10300/thread_info.h #define alloc_thread_info(tsk) kmalloc(THREAD_SIZE, GFP_KERNEL)
THREAD_SIZE       134 include/asm-mn10300/thread_info.h 	and	-THREAD_SIZE,\reg
THREAD_SIZE        51 include/asm-um/thread_info.h 	unsigned long mask = THREAD_SIZE - 1;
THREAD_SIZE        40 include/asm-x86/kprobes.h 			      THREAD_SIZE - (unsigned long)(ADDR)))    \
THREAD_SIZE        43 include/asm-x86/kprobes.h 	    THREAD_SIZE - (unsigned long)(ADDR)))
THREAD_SIZE         8 include/asm-x86/page_64.h #define CURRENT_MASK (~(THREAD_SIZE - 1))
THREAD_SIZE       854 include/asm-x86/processor.h #define THREAD_SIZE_LONGS      (THREAD_SIZE/sizeof(unsigned long))
THREAD_SIZE       164 include/asm-x86/thread_info.h #define STACK_WARN	(THREAD_SIZE/8)
THREAD_SIZE       180 include/asm-x86/thread_info.h 		(current_stack_pointer & ~(THREAD_SIZE - 1));
THREAD_SIZE       187 include/asm-x86/thread_info.h 	movl $-THREAD_SIZE, reg; \
THREAD_SIZE       192 include/asm-x86/thread_info.h 	andl $-THREAD_SIZE, reg
THREAD_SIZE       208 include/asm-x86/thread_info.h 	ti = (void *)(read_pda(kernelstack) + PDA_STACKOFFSET - THREAD_SIZE);
THREAD_SIZE       216 include/asm-x86/thread_info.h 	asm("andq %%rsp,%0; " : "=r" (ti) : "0" (~(THREAD_SIZE - 1)));
THREAD_SIZE       225 include/asm-x86/thread_info.h 	subq $(THREAD_SIZE-PDA_STACKOFFSET),reg
THREAD_SIZE      1673 include/linux/sched.h 	unsigned long stack[THREAD_SIZE/sizeof(long)];
THREAD_SIZE      1682 include/linux/sched.h 	return !(((unsigned long)addr+sizeof(void*)-1) & (THREAD_SIZE-sizeof(void*)));
THREAD_SIZE      1972 include/linux/sched.h 	return (obj >= stack) && (obj < (stack + THREAD_SIZE));
THREAD_SIZE       970 kernel/exit.c  	static int lowest_to_date = THREAD_SIZE;
THREAD_SIZE       185 kernel/fork.c  	max_threads = mempages / (8 * THREAD_SIZE / PAGE_SIZE);