Searched defs:THREAD_SIZE_ORDER (Results 1 - 24 of 24) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpage_32_types.h22 #define THREAD_SIZE_ORDER 1 macro
H A Dpage_64_types.h15 #define THREAD_SIZE_ORDER (2 + KASAN_STACK_ORDER) macro
/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
/linux-master/arch/openrisc/include/asm/
H A Dthread_info.h31 #define THREAD_SIZE_ORDER 0 macro
/linux-master/arch/hexagon/include/asm/
H A Dthread_info.h21 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/linux-master/arch/um/include/asm/
H A Dthread_info.h9 #define THREAD_SIZE_ORDER CONFIG_KERNEL_STACK_ORDER 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/nios2/include/asm/
H A Dthread_info.h24 #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
/linux-master/arch/riscv/include/asm/
H A Dthread_info.h15 #define THREAD_SIZE_ORDER CONFIG_THREAD_SIZE_ORDER 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/microblaze/include/asm/
H A Dthread_info.h14 #define THREAD_SIZE_ORDER 1 macro
/linux-master/arch/csky/include/asm/
H A Dthread_info.h34 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/linux-master/arch/xtensa/include/asm/
H A Dthread_info.h143 #define THREAD_SIZE_ORDER (KERNEL_STACK_SHIFT - PAGE_SHIFT) macro
/linux-master/arch/alpha/include/asm/
H A Dthread_info.h50 #define THREAD_SIZE_ORDER 1 macro
/linux-master/arch/s390/include/asm/
H A Dthread_info.h20 #define THREAD_SIZE_ORDER 4 macro
22 #define THREAD_SIZE_ORDER 2 macro
/linux-master/arch/sh/include/asm/
H A Dthread_info.h85 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/linux-master/arch/arm/include/asm/
H A Dthread_info.h21 #define THREAD_SIZE_ORDER 2 macro
23 #define THREAD_SIZE_ORDER 1 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/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
/linux-master/arch/powerpc/include/asm/
H A Dthread_info.h84 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/linux-master/arch/arm64/include/asm/
H A Dmemory.h126 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/linux-master/kernel/
H A Dfork.c346 __free_pages(virt_to_page(rh), THREAD_SIZE_ORDER); local

Completed in 162 milliseconds