Home
last modified time | relevance | path

Searched refs:THREAD_ALIGN (Results 1 – 20 of 20) 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)
H A Dvmap_stack.h24 p = __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
H A Dmemory.h138 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
/linux/arch/arm/kernel/
H A Dvmlinux.lds.S140 . = ALIGN(THREAD_ALIGN);
145 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
H A Dirq.c64 stack = __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, in init_irq_stacks()
H A Dunwind.c414 ctrl.sp_high = ALIGN(sp_low - THREAD_SIZE, THREAD_ALIGN) in unwind_frame()
H A Dtraps.c294 ALIGN(regs->ARM_sp - THREAD_SIZE, THREAD_ALIGN) in __die()
/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/include/linux/
H A Dthread_info.h84 #ifndef THREAD_ALIGN
85 #define THREAD_ALIGN THREAD_SIZE macro
/linux/arch/powerpc/kernel/
H A Dsetup_32.c143 return memblock_alloc_or_panic(THREAD_SIZE, THREAD_ALIGN); in alloc_stack()
H A Dirq.c309 return __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, THREADINFO_GFP, in alloc_vm_stack()
H A Dvmlinux.lds.S367 INIT_TASK_DATA_SECTION(THREAD_ALIGN)
H A Dsetup_64.c715 ptr = memblock_alloc_try_nid(THREAD_SIZE, THREAD_ALIGN, in alloc_stack()
/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/lib/
H A Dtest_vmalloc.c138 ptr = __vmalloc_node(5 * PAGE_SIZE, THREAD_ALIGN << 1, in fix_align_alloc_test()
/linux/kernel/
H A Dfork.c311 stack = __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, in alloc_thread_stack_node()