Searched refs:THREAD_SIZE_ORDER (Results 1 - 34 of 34) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dpage_32_types.h20 #define THREAD_SIZE_ORDER 1 macro
21 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
H A Dboot.h17 #define MIN_KERNEL_ALIGN_LG2 (PAGE_SHIFT + THREAD_SIZE_ORDER)
H A Dpage_64_types.h10 #define THREAD_SIZE_ORDER (2 + KASAN_STACK_ORDER) macro
11 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/linux-4.1.27/arch/parisc/include/asm/
H A Dthread_info.h37 #define THREAD_SIZE_ORDER 2 /* PA-RISC requires at least 16k stack */ macro
40 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
41 #define THREAD_SHIFT (PAGE_SHIFT + THREAD_SIZE_ORDER)
/linux-4.1.27/arch/mips/include/asm/
H A Dthread_info.h67 #define THREAD_SIZE_ORDER (1) macro
70 #define THREAD_SIZE_ORDER (2) macro
73 #define THREAD_SIZE_ORDER (1) macro
76 #define THREAD_SIZE_ORDER (0) macro
79 #define THREAD_SIZE_ORDER (0) macro
82 #define THREAD_SIZE_ORDER (0) macro
85 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/linux-4.1.27/arch/tile/include/asm/
H A Dthread_info.h67 #define THREAD_SIZE_ORDER (13 - PAGE_SHIFT) macro
69 #define THREAD_SIZE_ORDER (0) macro
71 #define THREAD_SIZE_PAGES (1 << THREAD_SIZE_ORDER)
73 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
74 #define LOG2_THREAD_SIZE (PAGE_SHIFT + THREAD_SIZE_ORDER)
/linux-4.1.27/arch/metag/include/asm/
H A Dthread_info.h54 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
56 #define THREAD_SIZE_ORDER 0 macro
59 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/linux-4.1.27/arch/arc/include/asm/
H A Dthread_info.h22 #define THREAD_SIZE_ORDER 1 macro
24 #define THREAD_SIZE_ORDER 0 macro
27 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/linux-4.1.27/arch/score/include/asm/
H A Dthread_info.h14 #define THREAD_SIZE_ORDER (1) macro
15 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/linux-4.1.27/arch/avr32/include/asm/
H A Dthread_info.h13 #define THREAD_SIZE_ORDER 1 macro
14 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/linux-4.1.27/arch/c6x/include/asm/
H A Dthread_info.h23 #define THREAD_SIZE_ORDER 0 macro
27 #define THREAD_SIZE_ORDER 1 macro
/linux-4.1.27/arch/openrisc/include/asm/
H A Dthread_info.h35 #define THREAD_SIZE_ORDER 0 macro
36 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/linux-4.1.27/arch/um/include/asm/
H A Dthread_info.h53 #define THREAD_SIZE_ORDER CONFIG_KERNEL_STACK_ORDER macro
/linux-4.1.27/arch/cris/include/asm/
H A Dprocessor.h33 #define THREAD_SIZE_ORDER (0) macro
/linux-4.1.27/arch/m68k/include/asm/
H A Dthread_info.h22 #define THREAD_SIZE_ORDER ((THREAD_SIZE / PAGE_SIZE) - 1) macro
/linux-4.1.27/arch/x86/kernel/
H A Dirq_32.c126 THREAD_SIZE_ORDER)); irq_ctx_init()
131 THREAD_SIZE_ORDER)); irq_ctx_init()
/linux-4.1.27/arch/mn10300/include/asm/
H A Dthread_info.h21 #define THREAD_SIZE_ORDER (0) macro
24 #define THREAD_SIZE_ORDER (1) macro
/linux-4.1.27/arch/arm/include/asm/
H A Dthread_info.h19 #define THREAD_SIZE_ORDER 1 macro
20 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
H A Dassembler.h184 ARM( mov \rd, sp, lsr #THREAD_SIZE_ORDER + PAGE_SHIFT )
186 THUMB( lsr \rd, \rd, #THREAD_SIZE_ORDER + PAGE_SHIFT )
187 mov \rd, \rd, lsl #THREAD_SIZE_ORDER + PAGE_SHIFT
/linux-4.1.27/arch/s390/include/asm/
H A Dthread_info.h64 #define THREAD_SIZE_ORDER THREAD_ORDER macro
/linux-4.1.27/arch/blackfin/include/asm/
H A Dthread_info.h25 #define THREAD_SIZE_ORDER 1 macro
/linux-4.1.27/arch/xtensa/include/asm/
H A Dthread_info.h133 #define THREAD_SIZE_ORDER 1 macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dthread_info_32.h75 #define THREAD_SIZE_ORDER 1 macro
H A Dthread_info_64.h131 #define THREAD_SIZE_ORDER 1 macro
133 #define THREAD_SIZE_ORDER 0 macro
/linux-4.1.27/arch/unicore32/include/asm/
H A Dthread_info.h20 #define THREAD_SIZE_ORDER 1 macro
/linux-4.1.27/arch/nios2/include/asm/
H A Dthread_info.h24 #define THREAD_SIZE_ORDER 1 macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dthread_info.h27 #define THREAD_SIZE_ORDER 2 macro
/linux-4.1.27/arch/hexagon/include/asm/
H A Dthread_info.h34 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dthread_info.h43 #define THREAD_SIZE_ORDER 1 macro
/linux-4.1.27/arch/alpha/include/asm/
H A Dthread_info.h51 #define THREAD_SIZE_ORDER 1 macro
/linux-4.1.27/arch/microblaze/include/asm/
H A Dthread_info.h17 #define THREAD_SIZE_ORDER 1 macro
/linux-4.1.27/arch/sh/include/asm/
H A Dthread_info.h93 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dthread_info.h65 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/linux-4.1.27/kernel/
H A Dfork.c165 THREAD_SIZE_ORDER); alloc_thread_info_node()
172 free_kmem_pages((unsigned long)ti, THREAD_SIZE_ORDER); free_thread_info()

Completed in 185 milliseconds