Home
last modified time | relevance | path

Searched refs:THREAD_ALIGN (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/arm64/include/asm/
Defi.h61 (SEGMENT_ALIGN > THREAD_ALIGN ? SEGMENT_ALIGN : THREAD_ALIGN)
Dvmap_stack.h22 return __vmalloc_node_range(stack_size, THREAD_ALIGN, in arch_alloc_vmap_stack()
Dmemory.h114 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
116 #define THREAD_ALIGN THREAD_SIZE macro
/Linux-v4.19/include/linux/
Dthread_info.h42 #ifndef THREAD_ALIGN
43 #define THREAD_ALIGN THREAD_SIZE macro
/Linux-v4.19/arch/arm64/kernel/
Dvmlinux.lds.S192 RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
/Linux-v4.19/kernel/
Dfork.c226 stack = __vmalloc_node_range(THREAD_SIZE, THREAD_ALIGN, in alloc_thread_stack_node()