Home
last modified time | relevance | path

Searched refs:THREAD_ALIGN (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dthread_info.h24 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
26 #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()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Defi.h68 (SEGMENT_ALIGN > THREAD_ALIGN ? SEGMENT_ALIGN : THREAD_ALIGN)
H A Dvmap_stack.h22 return __vmalloc_node(stack_size, THREAD_ALIGN, THREADINFO_GFP, node, in arch_alloc_vmap_stack()
H A Dmemory.h109 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
111 #define THREAD_ALIGN THREAD_SIZE macro
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dthread_info.h29 #define THREAD_ALIGN (2 * THREAD_SIZE) macro
31 #define THREAD_ALIGN THREAD_SIZE macro
/kernel/linux/linux-5.10/include/linux/
H A Dthread_info.h55 #ifndef THREAD_ALIGN
56 #define THREAD_ALIGN THREAD_SIZE macro
/kernel/linux/linux-6.6/include/linux/
H A Dthread_info.h76 #ifndef THREAD_ALIGN
77 #define THREAD_ALIGN THREAD_SIZE macro
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Defi.c161 p = __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, GFP_KERNEL, in arm64_efi_rt_init()
H A Dvmlinux.lds.S233 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dthread_info.h42 #define THREAD_ALIGN (1 << THREAD_ALIGN_SHIFT) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dthread_info.h42 #define THREAD_ALIGN (1 << THREAD_ALIGN_SHIFT) macro
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dvmlinux.lds.S132 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsetup_32.c142 void *ptr = memblock_alloc(THREAD_SIZE, THREAD_ALIGN); in alloc_stack()
H A Dvmlinux.lds.S340 INIT_TASK_DATA_SECTION(THREAD_ALIGN)
/kernel/linux/linux-6.6/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.S290 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsetup_32.c143 void *ptr = memblock_alloc(THREAD_SIZE, THREAD_ALIGN); in alloc_stack()
H A Dvmlinux.lds.S375 INIT_TASK_DATA_SECTION(THREAD_ALIGN)
H A Dirq.c310 return __vmalloc_node(THREAD_SIZE, THREAD_ALIGN, THREADINFO_GFP, in alloc_vm_stack()

Completed in 12 milliseconds

12