/openbmc/linux/arch/riscv/include/asm/ |
H A D | thread_info.h | 29 #define THREAD_ALIGN (2 * THREAD_SIZE) macro 31 #define THREAD_ALIGN THREAD_SIZE macro
|
H A D | irq_stack.h | 24 p = __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | efi.h | 71 (SEGMENT_ALIGN > THREAD_ALIGN ? SEGMENT_ALIGN : THREAD_ALIGN)
|
H A D | vmap_stack.h | 24 p = __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
|
H A D | memory.h | 107 #define THREAD_ALIGN (2 * THREAD_SIZE) macro 109 #define THREAD_ALIGN THREAD_SIZE macro
|
/openbmc/linux/arch/arm/kernel/ |
H A D | vmlinux.lds.S | 140 . = ALIGN(THREAD_ALIGN); 145 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
|
H A D | irq.c | 63 stack = __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, in init_irq_stacks()
|
H A D | unwind.c | 414 ctrl.sp_high = ALIGN(sp_low - THREAD_SIZE, THREAD_ALIGN) in unwind_frame()
|
H A D | traps.c | 300 ALIGN(regs->ARM_sp - THREAD_SIZE, THREAD_ALIGN) in __die()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | thread_info.h | 29 #define THREAD_ALIGN (2 * THREAD_SIZE) macro 31 #define THREAD_ALIGN THREAD_SIZE macro
|
/openbmc/linux/include/linux/ |
H A D | thread_info.h | 76 #ifndef THREAD_ALIGN 77 #define THREAD_ALIGN THREAD_SIZE macro
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | setup_32.c | 143 void *ptr = memblock_alloc(THREAD_SIZE, THREAD_ALIGN); in alloc_stack()
|
H A D | irq.c | 310 return __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, THREADINFO_GFP, in alloc_vm_stack()
|
H A D | vmlinux.lds.S | 375 INIT_TASK_DATA_SECTION(THREAD_ALIGN)
|
H A D | setup_64.c | 722 ptr = memblock_alloc_try_nid(THREAD_SIZE, THREAD_ALIGN, in alloc_stack()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | vmlinux.lds.S | 132 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | thread_info.h | 42 #define THREAD_ALIGN (1 << THREAD_ALIGN_SHIFT) macro
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | efi.c | 212 p = __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, GFP_KERNEL, in arm64_efi_rt_init()
|
H A D | vmlinux.lds.S | 294 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
|
/openbmc/linux/lib/ |
H A D | test_vmalloc.c | 139 ptr = __vmalloc_node(5 * PAGE_SIZE, THREAD_ALIGN << 1, in fix_align_alloc_test()
|
/openbmc/linux/kernel/ |
H A D | fork.c | 310 stack = __vmalloc_node_range(THREAD_SIZE, THREAD_ALIGN, in alloc_thread_stack_node()
|