Searched refs:THREAD_ALIGN (Results 1 – 6 of 6) sorted by relevance
61 (SEGMENT_ALIGN > THREAD_ALIGN ? SEGMENT_ALIGN : THREAD_ALIGN)
22 return __vmalloc_node_range(stack_size, THREAD_ALIGN, in arch_alloc_vmap_stack()
114 #define THREAD_ALIGN (2 * THREAD_SIZE) macro116 #define THREAD_ALIGN THREAD_SIZE macro
42 #ifndef THREAD_ALIGN43 #define THREAD_ALIGN THREAD_SIZE macro
192 RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
226 stack = __vmalloc_node_range(THREAD_SIZE, THREAD_ALIGN, in alloc_thread_stack_node()