Searched defs:THREAD_SIZE (Results 1 - 23 of 23) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpage_32_types.h23 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
H A Dpage_64_types.h16 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux-master/arch/parisc/include/asm/
H A Dthread_info.h35 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux-master/arch/openrisc/include/asm/
H A Dthread_info.h32 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux-master/arch/hexagon/include/asm/
H A Dthread_info.h20 #define THREAD_SIZE (1<<THREAD_SHIFT) macro
/linux-master/arch/um/include/asm/
H A Dthread_info.h10 #define THREAD_SIZE ((1 << CONFIG_KERNEL_STACK_ORDER) * PAGE_SIZE) macro
/linux-master/arch/m68k/include/asm/
H A Dthread_info.h15 #define THREAD_SIZE 4096 macro
17 #define THREAD_SIZE 8192 macro
20 #define THREAD_SIZE PAGE_SIZE macro
/linux-master/arch/nios2/include/asm/
H A Dthread_info.h25 #define THREAD_SIZE 8192 /* 2 * PAGE_SIZE */ macro
/linux-master/arch/arc/include/asm/
H A Dthread_info.h24 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux-master/arch/riscv/include/asm/
H A Dthread_info.h16 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux-master/arch/csky/include/asm/
H A Dpage.h16 #define THREAD_SIZE (PAGE_SIZE * 2) macro
/linux-master/arch/sparc/include/asm/
H A Dthread_info_32.h78 #define THREAD_SIZE (2 * PAGE_SIZE) macro
H A Dthread_info_64.h103 #define THREAD_SIZE (2*PAGE_SIZE) macro
106 #define THREAD_SIZE PAGE_SIZE macro
/linux-master/arch/microblaze/include/asm/
H A Dthread_info.h13 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
/linux-master/arch/xtensa/include/asm/
H A Dthread_info.h142 #define THREAD_SIZE KERNEL_STACK_SIZE macro
/linux-master/arch/alpha/include/asm/
H A Dthread_info.h51 #define THREAD_SIZE (2*PAGE_SIZE) macro
/linux-master/arch/s390/include/asm/
H A Dthread_info.h25 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux-master/arch/sh/include/asm/
H A Dthread_info.h46 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
/linux-master/arch/arm/include/asm/
H A Dthread_info.h25 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux-master/arch/loongarch/include/asm/
H A Dthread_info.h59 #define THREAD_SIZE SZ_16K macro
/linux-master/arch/mips/include/asm/
H A Dthread_info.h98 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) macro
/linux-master/arch/powerpc/include/asm/
H A Dthread_info.h29 #define THREAD_SIZE (1 << THREAD_SHIFT) macro
/linux-master/arch/arm64/include/asm/
H A Dmemory.h129 #define THREAD_SIZE (UL(1) << THREAD_SHIFT) macro

Completed in 1005 milliseconds