Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dthread_info.h29 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
31 #define THREAD_ALIGN THREAD_SIZE macro
H A Dirq_stack.h24 p = __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
/openbmc/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.h107 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
109 #define THREAD_ALIGN THREAD_SIZE macro
/openbmc/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.c63 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.c300 ALIGN(regs->ARM_sp - THREAD_SIZE, THREAD_ALIGN) in __die()
/openbmc/linux/arch/arm/include/asm/
H A Dthread_info.h29 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
31 #define THREAD_ALIGN THREAD_SIZE macro
/openbmc/linux/include/linux/
H A Dthread_info.h76 #ifndef THREAD_ALIGN
77 #define THREAD_ALIGN THREAD_SIZE macro
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup_32.c143 void *ptr = memblock_alloc(THREAD_SIZE, THREAD_ALIGN); in alloc_stack()
H A Dirq.c310 return __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, THREADINFO_GFP, in alloc_vm_stack()
H A Dvmlinux.lds.S375 INIT_TASK_DATA_SECTION(THREAD_ALIGN)
H A Dsetup_64.c722 ptr = memblock_alloc_try_nid(THREAD_SIZE, THREAD_ALIGN, in alloc_stack()
/openbmc/linux/arch/riscv/kernel/
H A Dvmlinux.lds.S132 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
/openbmc/linux/arch/powerpc/include/asm/
H A Dthread_info.h42 #define THREAD_ALIGN (1 << THREAD_ALIGN_SHIFT) macro
/openbmc/linux/arch/arm64/kernel/
H A Defi.c212 p = __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, GFP_KERNEL, in arm64_efi_rt_init()
H A Dvmlinux.lds.S294 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
/openbmc/linux/lib/
H A Dtest_vmalloc.c139 ptr = __vmalloc_node(5 * PAGE_SIZE, THREAD_ALIGN << 1, in fix_align_alloc_test()
/openbmc/linux/kernel/
H A Dfork.c310 stack = __vmalloc_node_range(THREAD_SIZE, THREAD_ALIGN, in alloc_thread_stack_node()