Home
last modified time | relevance | path

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

/linux-5.15/arch/riscv/include/asm/ !
A Dthread_info.h28 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
30 #define THREAD_ALIGN THREAD_SIZE macro
/linux-5.15/arch/arm64/include/asm/ !
A Defi.h66 (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()
H A Dmemory.h110 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
112 #define THREAD_ALIGN THREAD_SIZE macro
/linux-5.15/include/linux/ !
H A Dthread_info.h76 #ifndef THREAD_ALIGN
77 #define THREAD_ALIGN THREAD_SIZE macro
/linux-5.15/arch/riscv/kernel/ !
A Dvmlinux.lds.S120 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
/linux-5.15/arch/powerpc/include/asm/ !
H A Dthread_info.h36 #define THREAD_ALIGN (1 << THREAD_ALIGN_SHIFT) macro
/linux-5.15/arch/powerpc/kernel/ !
H A Dsetup_32.c142 void *ptr = memblock_alloc(THREAD_SIZE, THREAD_ALIGN); in alloc_stack()
H A Dvmlinux.lds.S362 INIT_TASK_DATA_SECTION(THREAD_ALIGN)
H A Dsetup_64.c674 ptr = memblock_alloc_try_nid(THREAD_SIZE, THREAD_ALIGN, in alloc_stack()
H A Dirq.c790 return __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, THREADINFO_GFP, in alloc_vm_stack()
/linux-5.15/arch/arm64/kernel/ !
H A Dvmlinux.lds.S269 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
/linux-5.15/lib/ !
A Dtest_vmalloc.c134 ptr = __vmalloc_node(5 * PAGE_SIZE, THREAD_ALIGN << 1, in fix_align_alloc_test()
/linux-5.15/kernel/ !
H A Dfork.c245 stack = __vmalloc_node_range(THREAD_SIZE, THREAD_ALIGN, in alloc_thread_stack_node()