Searched refs:THREAD_SIZE_ORDER (Results 1 - 25 of 33) sorted by relevance

12

/arch/x86/include/asm/
H A Dpage_32_types.h20 #define THREAD_SIZE_ORDER 1 macro
21 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
H A Dpage_64_types.h4 #define THREAD_SIZE_ORDER 2 macro
5 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
H A Dboot.h17 #define MIN_KERNEL_ALIGN_LG2 (PAGE_SHIFT + THREAD_SIZE_ORDER)
/arch/mips/include/asm/
H A Dthread_info.h72 #define THREAD_SIZE_ORDER (1) macro
75 #define THREAD_SIZE_ORDER (2) macro
78 #define THREAD_SIZE_ORDER (1) macro
81 #define THREAD_SIZE_ORDER (0) macro
84 #define THREAD_SIZE_ORDER (0) macro
87 #define THREAD_SIZE_ORDER (0) macro
90 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/arch/arc/include/asm/
H A Dthread_info.h22 #define THREAD_SIZE_ORDER 1 macro
24 #define THREAD_SIZE_ORDER 0 macro
27 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/arch/c6x/include/asm/
H A Dthread_info.h23 #define THREAD_SIZE_ORDER 0 macro
27 #define THREAD_SIZE_ORDER 1 macro
/arch/score/include/asm/
H A Dthread_info.h14 #define THREAD_SIZE_ORDER (1) macro
15 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/arch/metag/include/asm/
H A Dthread_info.h56 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
58 #define THREAD_SIZE_ORDER 0 macro
61 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/arch/parisc/include/asm/
H A Dthread_info.h43 #define THREAD_SIZE_ORDER 2 /* PA-RISC requires at least 16k stack */ macro
46 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
47 #define THREAD_SHIFT (PAGE_SHIFT + THREAD_SIZE_ORDER)
/arch/tile/include/asm/
H A Dthread_info.h73 #define THREAD_SIZE_ORDER (13 - PAGE_SHIFT) macro
75 #define THREAD_SIZE_ORDER (0) macro
77 #define THREAD_SIZE_PAGES (1 << THREAD_SIZE_ORDER)
79 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
80 #define LOG2_THREAD_SIZE (PAGE_SHIFT + THREAD_SIZE_ORDER)
/arch/avr32/include/asm/
H A Dthread_info.h13 #define THREAD_SIZE_ORDER 1 macro
14 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/arch/openrisc/include/asm/
H A Dthread_info.h35 #define THREAD_SIZE_ORDER 0 macro
36 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/arch/cris/include/asm/
H A Dprocessor.h33 #define THREAD_SIZE_ORDER (0) macro
/arch/m68k/include/asm/
H A Dthread_info.h22 #define THREAD_SIZE_ORDER ((THREAD_SIZE / PAGE_SIZE) - 1) macro
/arch/mn10300/include/asm/
H A Dthread_info.h21 #define THREAD_SIZE_ORDER (0) macro
24 #define THREAD_SIZE_ORDER (1) macro
/arch/arm/common/
H A Dfiq_glue_setup.c56 stack = (void *)__get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER);
78 __free_pages(per_cpu(fiq_stack, cpu), THREAD_SIZE_ORDER); local
/arch/arm/include/asm/
H A Dthread_info.h19 #define THREAD_SIZE_ORDER 1 macro
20 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER)
/arch/x86/kernel/
H A Dirq_32.c133 THREAD_SIZE_ORDER));
138 THREAD_SIZE_ORDER));
/arch/arm64/include/asm/
H A Dthread_info.h27 #define THREAD_SIZE_ORDER 2 macro
/arch/blackfin/include/asm/
H A Dthread_info.h25 #define THREAD_SIZE_ORDER 1 macro
/arch/hexagon/include/asm/
H A Dthread_info.h34 #define THREAD_SIZE_ORDER (THREAD_SHIFT - PAGE_SHIFT) macro
/arch/m32r/include/asm/
H A Dthread_info.h57 #define THREAD_SIZE_ORDER 1 macro
/arch/s390/include/asm/
H A Dthread_info.h73 #define THREAD_SIZE_ORDER THREAD_ORDER macro
/arch/sparc/include/asm/
H A Dthread_info_32.h80 #define THREAD_SIZE_ORDER 1 macro
/arch/um/include/asm/
H A Dthread_info.h59 #define THREAD_SIZE_ORDER CONFIG_KERNEL_STACK_ORDER macro

Completed in 721 milliseconds

12