KERNEL_STACK_SIZE  137 arch/ia64/include/asm/mca.h 	u64 mca_stack[KERNEL_STACK_SIZE/8];
KERNEL_STACK_SIZE  138 arch/ia64/include/asm/mca.h 	u64 init_stack[KERNEL_STACK_SIZE/8];
KERNEL_STACK_SIZE  240 arch/ia64/include/asm/mca_asm.h #define MCA_PT_REGS_OFFSET		ALIGN16(KERNEL_STACK_SIZE-IA64_PT_REGS_SIZE)
KERNEL_STACK_SIZE   15 arch/ia64/include/asm/thread_info.h #define THREAD_SIZE			KERNEL_STACK_SIZE
KERNEL_STACK_SIZE 1054 arch/ia64/kernel/mca.c 		if ((r12 - r13) >= KERNEL_STACK_SIZE) {
KERNEL_STACK_SIZE 1058 arch/ia64/kernel/mca.c 		if ((ar_bspstore - r13) >= KERNEL_STACK_SIZE) {
KERNEL_STACK_SIZE 1067 arch/ia64/kernel/mca.c 		if ((ar_bsp - r13) >= KERNEL_STACK_SIZE) {
KERNEL_STACK_SIZE 1811 arch/ia64/kernel/mca.c 	memset(p, 0, KERNEL_STACK_SIZE);
KERNEL_STACK_SIZE 1830 arch/ia64/kernel/mca.c 	return memblock_alloc(sizeof(struct ia64_mca_cpu), KERNEL_STACK_SIZE);
KERNEL_STACK_SIZE  116 arch/microblaze/include/asm/processor.h #  define task_tos(task)	((unsigned long)(task) + KERNEL_STACK_SIZE)
KERNEL_STACK_SIZE   87 arch/xtensa/include/asm/ptrace.h 	(task_stack_page(tsk) + KERNEL_STACK_SIZE - (XCHAL_NUM_AREGS-16)*4) - 1)
KERNEL_STACK_SIZE  113 arch/xtensa/include/asm/ptrace.h #define PT_REGS_OFFSET	  (KERNEL_STACK_SIZE - PT_USER_SIZE)
KERNEL_STACK_SIZE  124 arch/xtensa/include/asm/thread_info.h #define THREAD_SIZE KERNEL_STACK_SIZE