/linux/arch/mips/include/asm/ |
A D | thread_info.h | 76 #define THREAD_SIZE_ORDER (1) macro 79 #define THREAD_SIZE_ORDER (2) macro 82 #define THREAD_SIZE_ORDER (1) macro 85 #define THREAD_SIZE_ORDER (0) macro 88 #define THREAD_SIZE_ORDER (0) macro 91 #define THREAD_SIZE_ORDER (0) macro 94 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
|
/linux/arch/arc/include/asm/ |
A D | thread_info.h | 19 #define THREAD_SIZE_ORDER 1 macro 21 #define THREAD_SIZE_ORDER 0 macro 24 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) 25 #define THREAD_SHIFT (PAGE_SHIFT << THREAD_SIZE_ORDER)
|
/linux/arch/riscv/include/asm/ |
A D | thread_info.h | 16 #define THREAD_SIZE_ORDER (2) macro 18 #define THREAD_SIZE_ORDER (1) macro 20 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) 33 #define THREAD_SHIFT (PAGE_SHIFT + THREAD_SIZE_ORDER)
|
/linux/arch/parisc/include/asm/ |
A D | thread_info.h | 28 #define THREAD_SIZE_ORDER 2 /* PA-RISC requires at least 16k stack */ macro 30 #define THREAD_SIZE_ORDER 3 /* PA-RISC requires at least 32k stack */ macro 35 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) 36 #define THREAD_SHIFT (PAGE_SHIFT + THREAD_SIZE_ORDER)
|
/linux/arch/s390/include/asm/ |
A D | thread_info.h | 17 #define THREAD_SIZE_ORDER 4 macro 19 #define THREAD_SIZE_ORDER 2 macro 22 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
|
/linux/arch/x86/kernel/ |
A D | irq_32.c | 121 ph = alloc_pages_node(node, THREADINFO_GFP, THREAD_SIZE_ORDER); in irq_init_percpu_irqstack() 124 ps = alloc_pages_node(node, THREADINFO_GFP, THREAD_SIZE_ORDER); in irq_init_percpu_irqstack() 126 __free_pages(ph, THREAD_SIZE_ORDER); in irq_init_percpu_irqstack()
|
/linux/arch/arm/include/asm/ |
A D | thread_info.h | 21 #define THREAD_SIZE_ORDER 2 macro 23 #define THREAD_SIZE_ORDER 1 macro 25 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
|
A D | assembler.h | 234 ARM( mov \rd, sp, lsr #THREAD_SIZE_ORDER + PAGE_SHIFT ) 236 THUMB( lsr \rd, \rd, #THREAD_SIZE_ORDER + PAGE_SHIFT ) 237 mov \rd, \rd, lsl #THREAD_SIZE_ORDER + PAGE_SHIFT
|
/linux/arch/x86/include/asm/ |
A D | page_32_types.h | 22 #define THREAD_SIZE_ORDER 1 macro 23 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
|
A D | page_64_types.h | 15 #define THREAD_SIZE_ORDER (2 + KASAN_STACK_ORDER) macro 16 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
|
A D | boot.h | 18 # define MIN_KERNEL_ALIGN_LG2 (PAGE_SHIFT + THREAD_SIZE_ORDER)
|
/linux/arch/nds32/include/asm/ |
A D | thread_info.h | 9 #define THREAD_SIZE_ORDER (1) macro 10 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
|
/linux/arch/openrisc/include/asm/ |
A D | thread_info.h | 31 #define THREAD_SIZE_ORDER 0 macro 32 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
|
/linux/arch/sparc/include/asm/ |
A D | thread_info_64.h | 134 #define THREAD_SIZE_ORDER 1 macro 136 #define THREAD_SIZE_ORDER 0 macro
|
A D | thread_info_32.h | 73 #define THREAD_SIZE_ORDER 1 macro
|
/linux/arch/m68k/include/asm/ |
A D | thread_info.h | 22 #define THREAD_SIZE_ORDER ((THREAD_SIZE / PAGE_SIZE) - 1) macro
|
/linux/arch/nios2/include/asm/ |
A D | thread_info.h | 24 #define THREAD_SIZE_ORDER 1 macro
|
/linux/arch/um/include/asm/ |
A D | thread_info.h | 9 #define THREAD_SIZE_ORDER CONFIG_KERNEL_STACK_ORDER macro
|
/linux/arch/hexagon/include/asm/ |
A D | thread_info.h | 21 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
|
/linux/arch/h8300/include/asm/ |
A D | thread_info.h | 20 #define THREAD_SIZE_ORDER 1 macro
|
/linux/arch/csky/include/asm/ |
A D | thread_info.h | 36 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
|
/linux/arch/xtensa/include/asm/ |
A D | thread_info.h | 137 #define THREAD_SIZE_ORDER (KERNEL_STACK_SHIFT - PAGE_SHIFT) macro
|
/linux/arch/alpha/include/asm/ |
A D | thread_info.h | 49 #define THREAD_SIZE_ORDER 1 macro
|
/linux/arch/microblaze/include/asm/ |
A D | thread_info.h | 14 #define THREAD_SIZE_ORDER 1 macro
|
/linux/arch/s390/kernel/ |
A D | smp.c | 198 nodat_stack = __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER); in pcpu_alloc_lowcore() 224 free_pages(nodat_stack, THREAD_SIZE_ORDER); in pcpu_alloc_lowcore() 245 free_pages(nodat_stack, THREAD_SIZE_ORDER); in pcpu_free_lowcore() 1278 nodat_stack = __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER); in smp_reinit_ipl_cpu() 1294 free_pages(lc_ipl->async_stack - STACK_INIT_OFFSET, THREAD_SIZE_ORDER); in smp_reinit_ipl_cpu()
|