Searched refs:THREAD_ALIGN (Results 1 – 19 of 19) sorted by relevance
/Linux-v6.1/arch/riscv/include/asm/ |
D | thread_info.h | 34 #define THREAD_ALIGN (2 * THREAD_SIZE) macro 36 #define THREAD_ALIGN THREAD_SIZE macro
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | efi.h | 62 (SEGMENT_ALIGN > THREAD_ALIGN ? SEGMENT_ALIGN : THREAD_ALIGN)
|
D | vmap_stack.h | 24 p = __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
|
D | memory.h | 107 #define THREAD_ALIGN (2 * THREAD_SIZE) macro 109 #define THREAD_ALIGN THREAD_SIZE macro
|
/Linux-v6.1/arch/arm/kernel/ |
D | vmlinux.lds.S | 141 . = ALIGN(THREAD_ALIGN); 146 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
|
D | irq.c | 63 stack = __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, in init_irq_stacks()
|
D | unwind.c | 390 ctrl.sp_high = ALIGN(sp_low - THREAD_SIZE, THREAD_ALIGN) in unwind_frame()
|
D | traps.c | 297 ALIGN(regs->ARM_sp - THREAD_SIZE, THREAD_ALIGN) in __die()
|
/Linux-v6.1/arch/arm/include/asm/ |
D | thread_info.h | 29 #define THREAD_ALIGN (2 * THREAD_SIZE) macro 31 #define THREAD_ALIGN THREAD_SIZE macro
|
/Linux-v6.1/include/linux/ |
D | thread_info.h | 76 #ifndef THREAD_ALIGN 77 #define THREAD_ALIGN THREAD_SIZE macro
|
/Linux-v6.1/arch/riscv/kernel/ |
D | vmlinux.lds.S | 119 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | setup_32.c | 143 void *ptr = memblock_alloc(THREAD_SIZE, THREAD_ALIGN); in alloc_stack()
|
D | irq.c | 302 return __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, THREADINFO_GFP, in alloc_vm_stack()
|
D | vmlinux.lds.S | 372 INIT_TASK_DATA_SECTION(THREAD_ALIGN)
|
D | setup_64.c | 718 ptr = memblock_alloc_try_nid(THREAD_SIZE, THREAD_ALIGN, in alloc_stack()
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | thread_info.h | 42 #define THREAD_ALIGN (1 << THREAD_ALIGN_SHIFT) macro
|
/Linux-v6.1/arch/arm64/kernel/ |
D | vmlinux.lds.S | 277 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
|
/Linux-v6.1/lib/ |
D | test_vmalloc.c | 135 ptr = __vmalloc_node(5 * PAGE_SIZE, THREAD_ALIGN << 1, in fix_align_alloc_test()
|
/Linux-v6.1/kernel/ |
D | fork.c | 311 stack = __vmalloc_node_range(THREAD_SIZE, THREAD_ALIGN, in alloc_thread_stack_node()
|