Searched refs:THREAD_SIZE_ORDER (Results 1 - 25 of 30) sorted by path

12

/linux-master/arch/alpha/include/asm/
H A Dthread_info.h50 #define THREAD_SIZE_ORDER 1 macro
/linux-master/arch/arc/include/asm/
H A Dthread_info.h19 #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-master/arch/arm/include/asm/
H A Dthread_info.h21 #define THREAD_SIZE_ORDER 2 macro
23 #define THREAD_SIZE_ORDER 1 macro
25 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/linux-master/arch/arm/kernel/
H A Dentry-header.S436 @ so that SP & BIT(THREAD_SIZE_ORDER + PAGE_SHIFT) should always be
439 ARM( tst sp, #1 << (THREAD_SIZE_ORDER + PAGE_SHIFT) )
440 THUMB( tst r1, #1 << (THREAD_SIZE_ORDER + PAGE_SHIFT) )
H A Dirq.c61 THREAD_SIZE_ORDER);
/linux-master/arch/arm64/include/asm/
H A Dmemory.h126 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/linux-master/arch/csky/include/asm/
H A Dthread_info.h34 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/linux-master/arch/hexagon/include/asm/
H A Dthread_info.h21 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/linux-master/arch/loongarch/include/asm/
H A Dthread_info.h61 #define THREAD_SIZE_ORDER ilog2(THREAD_SIZE / PAGE_SIZE) macro
/linux-master/arch/m68k/include/asm/
H A Dthread_info.h22 #define THREAD_SIZE_ORDER ((THREAD_SIZE / PAGE_SIZE) - 1) macro
/linux-master/arch/microblaze/include/asm/
H A Dthread_info.h14 #define THREAD_SIZE_ORDER 1 macro
/linux-master/arch/mips/include/asm/
H A Dthread_info.h80 #define THREAD_SIZE_ORDER (1) macro
83 #define THREAD_SIZE_ORDER (2) macro
86 #define THREAD_SIZE_ORDER (1) macro
89 #define THREAD_SIZE_ORDER (0) macro
92 #define THREAD_SIZE_ORDER (0) macro
95 #define THREAD_SIZE_ORDER (0) macro
98 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/linux-master/arch/nios2/include/asm/
H A Dthread_info.h24 #define THREAD_SIZE_ORDER 1 macro
/linux-master/arch/openrisc/include/asm/
H A Dthread_info.h31 #define THREAD_SIZE_ORDER 0 macro
32 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/linux-master/arch/parisc/include/asm/
H A Dthread_info.h28 #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-master/arch/powerpc/include/asm/
H A Dthread_info.h84 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/linux-master/arch/riscv/include/asm/
H A Dthread_info.h15 #define THREAD_SIZE_ORDER CONFIG_THREAD_SIZE_ORDER macro
16 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
29 #define THREAD_SHIFT (PAGE_SHIFT + THREAD_SIZE_ORDER)
/linux-master/arch/s390/include/asm/
H A Dthread_info.h20 #define THREAD_SIZE_ORDER 4 macro
22 #define THREAD_SIZE_ORDER 2 macro
25 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/linux-master/arch/s390/kernel/
H A Dsetup.c371 return __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER);
380 free_pages(stack, THREAD_SIZE_ORDER);
H A Dsmp.c201 nodat_stack = __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER);
230 free_pages(nodat_stack, THREAD_SIZE_ORDER);
252 free_pages(nodat_stack, THREAD_SIZE_ORDER);
/linux-master/arch/sh/include/asm/
H A Dthread_info.h85 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/linux-master/arch/sparc/include/asm/
H A Dthread_info_32.h73 #define THREAD_SIZE_ORDER 1 macro
H A Dthread_info_64.h132 #define THREAD_SIZE_ORDER 1 macro
134 #define THREAD_SIZE_ORDER 0 macro
/linux-master/arch/um/include/asm/
H A Dthread_info.h9 #define THREAD_SIZE_ORDER CONFIG_KERNEL_STACK_ORDER macro
/linux-master/arch/x86/include/asm/
H A Dboot.h18 # define MIN_KERNEL_ALIGN_LG2 (PAGE_SHIFT + THREAD_SIZE_ORDER)

Completed in 293 milliseconds

12