| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | thread_info.h | 82 #define THREAD_SIZE_ORDER (1) macro 85 #define THREAD_SIZE_ORDER (2) macro 88 #define THREAD_SIZE_ORDER (1) macro 91 #define THREAD_SIZE_ORDER (0) macro 94 #define THREAD_SIZE_ORDER (0) macro 97 #define THREAD_SIZE_ORDER (0) macro 100 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H 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)
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | thread_info.h | 36 #define THREAD_SIZE_ORDER 2 /* PA-RISC requires at least 16k stack */ macro 38 #define THREAD_SIZE_ORDER 3 /* PA-RISC requires at least 32k stack */ macro 43 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) 44 #define THREAD_SHIFT (PAGE_SHIFT + THREAD_SIZE_ORDER)
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H 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)
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H 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)
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | irq_32.c | 120 ph = alloc_pages_node(node, THREADINFO_GFP, THREAD_SIZE_ORDER); in irq_init_percpu_irqstack() 123 ps = alloc_pages_node(node, THREADINFO_GFP, THREAD_SIZE_ORDER); in irq_init_percpu_irqstack() 125 __free_pages(ph, THREAD_SIZE_ORDER); in irq_init_percpu_irqstack()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | page_32_types.h | 22 #define THREAD_SIZE_ORDER 1 macro 23 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
|
| H 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)
|
| H A D | boot.h | 18 # define MIN_KERNEL_ALIGN_LG2 (PAGE_SHIFT + THREAD_SIZE_ORDER)
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | thread_info.h | 20 #define THREAD_SIZE_ORDER 0 macro 24 #define THREAD_SIZE_ORDER 1 macro
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | thread_info.h | 9 #define THREAD_SIZE_ORDER (1) macro 10 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | thread_info.h | 31 #define THREAD_SIZE_ORDER 0 macro 32 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
|
| /OK3568_Linux_fs/kernel/arch/arm/common/ |
| H A D | fiq_glue_setup.c | 56 stack = (void *)__get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER); in fiq_glue_register_handler() 78 __free_pages(per_cpu(fiq_stack, cpu), THREAD_SIZE_ORDER); in fiq_glue_register_handler()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | thread_info.h | 16 #define THREAD_SIZE_ORDER 1 macro 17 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
|
| H A D | assembler.h | 216 ARM( mov \rd, sp, lsr #THREAD_SIZE_ORDER + PAGE_SHIFT ) 218 THUMB( lsr \rd, \rd, #THREAD_SIZE_ORDER + PAGE_SHIFT ) 219 mov \rd, \rd, lsl #THREAD_SIZE_ORDER + PAGE_SHIFT
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | thread_info_64.h | 133 #define THREAD_SIZE_ORDER 1 macro 135 #define THREAD_SIZE_ORDER 0 macro
|
| H A D | thread_info_32.h | 73 #define THREAD_SIZE_ORDER 1 macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | thread_info.h | 23 #define THREAD_SIZE_ORDER ((THREAD_SIZE / PAGE_SIZE) - 1) macro
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/asm/ |
| H A D | thread_info.h | 24 #define THREAD_SIZE_ORDER 1 macro
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | setup.c | 318 return __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER); in stack_alloc() 327 free_pages(stack, THREAD_SIZE_ORDER); in stack_free() 335 stack = __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER); in arch_early_irq_init() 351 free_pages(old, THREAD_SIZE_ORDER); in async_stack_realloc()
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | thread_info.h | 9 #define THREAD_SIZE_ORDER CONFIG_KERNEL_STACK_ORDER macro
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | thread_info.h | 21 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | thread_info.h | 20 #define THREAD_SIZE_ORDER 1 macro
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | thread_info.h | 38 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | thread_info.h | 137 #define THREAD_SIZE_ORDER (KERNEL_STACK_SHIFT - PAGE_SHIFT) macro
|