/linux-6.3-rc2/arch/mips/include/asm/ |
A D | thread_info.h | 80 #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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/arch/riscv/include/asm/ |
A D | thread_info.h | 22 #define THREAD_SIZE_ORDER (2 + KASAN_STACK_ORDER) macro 24 #define THREAD_SIZE_ORDER (1 + KASAN_STACK_ORDER) macro 26 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) 39 #define THREAD_SHIFT (PAGE_SHIFT + THREAD_SIZE_ORDER)
|
/linux-6.3-rc2/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-6.3-rc2/arch/x86/kernel/ |
A D | irq_32.c | 118 ph = alloc_pages_node(node, THREADINFO_GFP, THREAD_SIZE_ORDER); in irq_init_percpu_irqstack() 121 ps = alloc_pages_node(node, THREADINFO_GFP, THREAD_SIZE_ORDER); in irq_init_percpu_irqstack() 123 __free_pages(ph, THREAD_SIZE_ORDER); in irq_init_percpu_irqstack()
|
/linux-6.3-rc2/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)
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/arch/sparc/include/asm/ |
A D | thread_info_64.h | 132 #define THREAD_SIZE_ORDER 1 macro 134 #define THREAD_SIZE_ORDER 0 macro
|
A D | thread_info_32.h | 73 #define THREAD_SIZE_ORDER 1 macro
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | thread_info.h | 24 #define THREAD_SIZE_ORDER 1 macro
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | thread_info.h | 22 #define THREAD_SIZE_ORDER ((THREAD_SIZE / PAGE_SIZE) - 1) macro
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | thread_info.h | 9 #define THREAD_SIZE_ORDER CONFIG_KERNEL_STACK_ORDER macro
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | thread_info.h | 21 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | thread_info.h | 61 #define THREAD_SIZE_ORDER ilog2(THREAD_SIZE / PAGE_SIZE) macro
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | thread_info.h | 34 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | thread_info.h | 143 #define THREAD_SIZE_ORDER (KERNEL_STACK_SHIFT - PAGE_SHIFT) macro
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | thread_info.h | 14 #define THREAD_SIZE_ORDER 1 macro
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | irq.c | 61 THREAD_SIZE_ORDER); in init_irq_stacks()
|
A D | entry-header.S | 436 @ 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) )
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | thread_info.h | 50 #define THREAD_SIZE_ORDER 1 macro
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | thread_info.h | 85 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
|