THREAD_SIZE_ORDER   24 arch/arc/include/asm/thread_info.h #define THREAD_SIZE     (PAGE_SIZE << THREAD_SIZE_ORDER)
THREAD_SIZE_ORDER   25 arch/arc/include/asm/thread_info.h #define THREAD_SHIFT	(PAGE_SHIFT << THREAD_SIZE_ORDER)
THREAD_SIZE_ORDER  206 arch/arm/include/asm/assembler.h  ARM(	mov	\rd, sp, lsr #THREAD_SIZE_ORDER + PAGE_SHIFT	)
THREAD_SIZE_ORDER  208 arch/arm/include/asm/assembler.h  THUMB(	lsr	\rd, \rd, #THREAD_SIZE_ORDER + PAGE_SHIFT	)
THREAD_SIZE_ORDER  209 arch/arm/include/asm/assembler.h 	mov	\rd, \rd, lsl #THREAD_SIZE_ORDER + PAGE_SHIFT
THREAD_SIZE_ORDER   17 arch/arm/include/asm/thread_info.h #define THREAD_SIZE		(PAGE_SIZE << THREAD_SIZE_ORDER)
THREAD_SIZE_ORDER   82 arch/arm/kernel/asm-offsets.c   DEFINE(THREAD_SZ_ORDER,	THREAD_SIZE_ORDER);
THREAD_SIZE_ORDER  100 arch/mips/include/asm/thread_info.h #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
THREAD_SIZE_ORDER   10 arch/nds32/include/asm/thread_info.h #define THREAD_SIZE		(PAGE_SIZE << THREAD_SIZE_ORDER)
THREAD_SIZE_ORDER   32 arch/openrisc/include/asm/thread_info.h #define THREAD_SIZE       (PAGE_SIZE << THREAD_SIZE_ORDER)
THREAD_SIZE_ORDER   43 arch/parisc/include/asm/thread_info.h #define THREAD_SIZE             (PAGE_SIZE << THREAD_SIZE_ORDER)
THREAD_SIZE_ORDER   44 arch/parisc/include/asm/thread_info.h #define THREAD_SHIFT            (PAGE_SHIFT + THREAD_SIZE_ORDER)
THREAD_SIZE_ORDER   16 arch/riscv/include/asm/thread_info.h #define THREAD_SIZE		(PAGE_SIZE << THREAD_SIZE_ORDER)
THREAD_SIZE_ORDER   22 arch/s390/include/asm/thread_info.h #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
THREAD_SIZE_ORDER  206 arch/s390/kernel/irq.c 	if (((new - old) >> (PAGE_SHIFT + THREAD_SIZE_ORDER)) != 0) {
THREAD_SIZE_ORDER  319 arch/s390/kernel/setup.c 	return __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER);
THREAD_SIZE_ORDER  328 arch/s390/kernel/setup.c 	free_pages(stack, THREAD_SIZE_ORDER);
THREAD_SIZE_ORDER  336 arch/s390/kernel/setup.c 	stack = __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER);
THREAD_SIZE_ORDER  352 arch/s390/kernel/setup.c 	free_pages(old, THREAD_SIZE_ORDER);
THREAD_SIZE_ORDER  197 arch/s390/kernel/smp.c 		nodat_stack = __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER);
THREAD_SIZE_ORDER  231 arch/s390/kernel/smp.c 		free_pages(nodat_stack, THREAD_SIZE_ORDER);
THREAD_SIZE_ORDER  252 arch/s390/kernel/smp.c 	free_pages(nodat_stack, THREAD_SIZE_ORDER);
THREAD_SIZE_ORDER   18 arch/x86/include/asm/boot.h # define MIN_KERNEL_ALIGN_LG2	(PAGE_SHIFT + THREAD_SIZE_ORDER)
THREAD_SIZE_ORDER   23 arch/x86/include/asm/page_32_types.h #define THREAD_SIZE		(PAGE_SIZE << THREAD_SIZE_ORDER)
THREAD_SIZE_ORDER   16 arch/x86/include/asm/page_64_types.h #define THREAD_SIZE  (PAGE_SIZE << THREAD_SIZE_ORDER)
THREAD_SIZE_ORDER  120 arch/x86/kernel/irq_32.c 	ph = alloc_pages_node(node, THREADINFO_GFP, THREAD_SIZE_ORDER);
THREAD_SIZE_ORDER  123 arch/x86/kernel/irq_32.c 	ps = alloc_pages_node(node, THREADINFO_GFP, THREAD_SIZE_ORDER);
THREAD_SIZE_ORDER  125 arch/x86/kernel/irq_32.c 		__free_pages(ph, THREAD_SIZE_ORDER);
THREAD_SIZE_ORDER  258 kernel/fork.c  					     THREAD_SIZE_ORDER);
THREAD_SIZE_ORDER  297 kernel/fork.c  	__free_pages(virt_to_page(tsk->stack), THREAD_SIZE_ORDER);