Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dthread_info.h30 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
32 #define THREAD_ALIGN THREAD_SIZE macro
H A Dirq_stack.h27 p = __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
/linux/arch/arm64/include/asm/
H A Defi.h71 (SEGMENT_ALIGN > THREAD_ALIGN ? SEGMENT_ALIGN : THREAD_ALIGN)
/linux/arch/arm/kernel/
H A Dvmlinux.lds.S140 . = ALIGN(THREAD_ALIGN);
145 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
H A Dunwind.c414 ctrl.sp_high = ALIGN(sp_low - THREAD_SIZE, THREAD_ALIGN) in unwind_frame()
/linux/arch/arm/include/asm/
H A Dthread_info.h29 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
31 #define THREAD_ALIGN THREAD_SIZE macro
/linux/arch/riscv/kernel/
H A Dvmlinux.lds.S135 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
/linux/arch/powerpc/include/asm/
H A Dthread_info.h42 #define THREAD_ALIGN (1 << THREAD_ALIGN_SHIFT) macro
/linux/arch/arm64/kernel/
H A Dvmlinux.lds.S306 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
/linux/arch/powerpc/kernel/
H A Dvmlinux.lds.S366 INIT_TASK_DATA_SECTION(THREAD_ALIGN)
H A Dsetup_64.c715 ptr = memblock_alloc_try_nid(THREAD_SIZE, THREAD_ALIGN, in alloc_stack()
/linux/lib/
H A Dtest_vmalloc.c139 ptr = __vmalloc_node(5 * PAGE_SIZE, THREAD_ALIGN << 1, in fix_align_alloc_test()
/linux/kernel/
H A Dfork.c354 stack = __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, in alloc_thread_stack_node()