Searched refs:THREAD_ALIGN (Results 1 – 20 of 20) sorted by relevance
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | thread_info.h | 34 #define THREAD_ALIGN (2 * THREAD_SIZE) macro 36 #define THREAD_ALIGN THREAD_SIZE macro
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | efi.h | 83 (SEGMENT_ALIGN > THREAD_ALIGN ? SEGMENT_ALIGN : THREAD_ALIGN)
|
A D | vmap_stack.h | 24 p = __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
|
A D | memory.h | 107 #define THREAD_ALIGN (2 * THREAD_SIZE) macro 109 #define THREAD_ALIGN THREAD_SIZE macro
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | vmlinux.lds.S | 141 . = ALIGN(THREAD_ALIGN); 146 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
|
A D | irq.c | 63 stack = __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, in init_irq_stacks()
|
A D | unwind.c | 391 ctrl.sp_high = ALIGN(sp_low - THREAD_SIZE, THREAD_ALIGN) in unwind_frame()
|
A D | traps.c | 300 ALIGN(regs->ARM_sp - THREAD_SIZE, THREAD_ALIGN) in __die()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | thread_info.h | 29 #define THREAD_ALIGN (2 * THREAD_SIZE) macro 31 #define THREAD_ALIGN THREAD_SIZE macro
|
/linux-6.3-rc2/include/linux/ |
A D | thread_info.h | 76 #ifndef THREAD_ALIGN 77 #define THREAD_ALIGN THREAD_SIZE macro
|
/linux-6.3-rc2/arch/riscv/kernel/ |
A D | vmlinux.lds.S | 126 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | setup_32.c | 143 void *ptr = memblock_alloc(THREAD_SIZE, THREAD_ALIGN); in alloc_stack()
|
A D | irq.c | 302 return __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, THREADINFO_GFP, in alloc_vm_stack()
|
A D | vmlinux.lds.S | 373 INIT_TASK_DATA_SECTION(THREAD_ALIGN)
|
A D | setup_64.c | 722 ptr = memblock_alloc_try_nid(THREAD_SIZE, THREAD_ALIGN, in alloc_stack()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | thread_info.h | 42 #define THREAD_ALIGN (1 << THREAD_ALIGN_SHIFT) macro
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | efi.c | 197 p = __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, GFP_KERNEL, in arm64_efi_rt_init()
|
A D | vmlinux.lds.S | 291 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
|
/linux-6.3-rc2/lib/ |
A D | test_vmalloc.c | 138 ptr = __vmalloc_node(5 * PAGE_SIZE, THREAD_ALIGN << 1, in fix_align_alloc_test()
|
/linux-6.3-rc2/kernel/ |
A D | fork.c | 311 stack = __vmalloc_node_range(THREAD_SIZE, THREAD_ALIGN, in alloc_thread_stack_node()
|
Completed in 26 milliseconds