Searched refs:THREAD_ALIGN (Results 1 – 7 of 7) sorted by relevance
72 (SEGMENT_ALIGN > THREAD_ALIGN ? SEGMENT_ALIGN : THREAD_ALIGN)
22 return __vmalloc_node_range(stack_size, THREAD_ALIGN, in arch_alloc_vmap_stack()
117 #define THREAD_ALIGN (2 * THREAD_SIZE) macro119 #define THREAD_ALIGN THREAD_SIZE macro
42 #ifndef THREAD_ALIGN43 #define THREAD_ALIGN THREAD_SIZE macro
218 RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
143 THREAD_ALIGN << 1, in fix_align_alloc_test()
240 stack = __vmalloc_node_range(THREAD_SIZE, THREAD_ALIGN, in alloc_thread_stack_node()