Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
A Dthread_info.h28 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
30 #define THREAD_ALIGN THREAD_SIZE macro
/linux/arch/arm64/include/asm/
A Defi.h65 (SEGMENT_ALIGN > THREAD_ALIGN ? SEGMENT_ALIGN : THREAD_ALIGN)
A Dvmap_stack.h22 return __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
A Dmemory.h110 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
112 #define THREAD_ALIGN THREAD_SIZE macro
/linux/include/linux/
A Dthread_info.h76 #ifndef THREAD_ALIGN
77 #define THREAD_ALIGN THREAD_SIZE macro
/linux/arch/riscv/kernel/
A Dvmlinux.lds.S120 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
/linux/arch/powerpc/include/asm/
A Dthread_info.h36 #define THREAD_ALIGN (1 << THREAD_ALIGN_SHIFT) macro
/linux/arch/powerpc/kernel/
A Dsetup_32.c142 void *ptr = memblock_alloc(THREAD_SIZE, THREAD_ALIGN); in alloc_stack()
A Dvmlinux.lds.S362 INIT_TASK_DATA_SECTION(THREAD_ALIGN)
A Dirq.c790 return __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, THREADINFO_GFP, in alloc_vm_stack()
A Dsetup_64.c674 ptr = memblock_alloc_try_nid(THREAD_SIZE, THREAD_ALIGN, in alloc_stack()
/linux/arch/arm64/kernel/
A Dvmlinux.lds.S274 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
/linux/lib/
A Dtest_vmalloc.c134 ptr = __vmalloc_node(5 * PAGE_SIZE, THREAD_ALIGN << 1, in fix_align_alloc_test()
/linux/kernel/
A Dfork.c244 stack = __vmalloc_node_range(THREAD_SIZE, THREAD_ALIGN, in alloc_thread_stack_node()

Completed in 21 milliseconds