Home
last modified time | relevance | path

Searched defs:THREAD_SIZE (Results 1 – 18 of 18) sorted by relevance

/linux/arch/um/include/asm/
H A Dthread_info.h10 #define THREAD_SIZE ((1 << CONFIG_KERNEL_STACK_ORDER) * PAGE_SIZE) macro
/linux/arch/s390/include/asm/
H A Dthread_info.h23 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux/arch/m68k/include/asm/
H A Dthread_info.h23 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux/arch/nios2/include/asm/
H A Dthread_info.h25 #define THREAD_SIZE 8192 /* 2 * PAGE_SIZE */ macro
/linux/arch/hexagon/include/asm/
H A Dthread_info.h20 #define THREAD_SIZE (1<<THREAD_SHIFT) macro
/linux/arch/arc/include/asm/
H A Dthread_info.h24 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux/arch/openrisc/include/asm/
H A Dthread_info.h32 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux/arch/riscv/include/asm/
H A Dthread_info.h22 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux/arch/parisc/include/asm/
H A Dthread_info.h35 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux/arch/loongarch/include/asm/
H A Dthread_info.h59 #define THREAD_SIZE SZ_16K macro
/linux/arch/alpha/include/asm/
H A Dthread_info.h51 #define THREAD_SIZE (2*PAGE_SIZE) macro
/linux/arch/sh/include/asm/
H A Dthread_info.h46 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
/linux/arch/xtensa/include/asm/
H A Dthread_info.h142 #define THREAD_SIZE KERNEL_STACK_SIZE macro
/linux/arch/mips/include/asm/
H A Dthread_info.h98 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux/arch/arm/include/asm/
H A Dthread_info.h25 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux/arch/microblaze/include/asm/
H A Dthread_info.h13 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
/linux/arch/powerpc/include/asm/
H A Dthread_info.h29 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
/linux/arch/arm64/include/asm/
H A Dmemory.h131 #define THREAD_SIZE (UL(1) << THREAD_SHIFT) macro