Searched refs:THREAD_SIZE (Results 126 - 150 of 207) sorted by relevance

123456789

/linux-master/arch/s390/kernel/
H A Dvmlinux.lds.S83 RW_DATA(0x100, PAGE_SIZE, THREAD_SIZE)
H A Dsetup.c366 ret = __vmalloc_node(THREAD_SIZE, THREAD_SIZE, THREADINFO_GFP,
388 stack = (unsigned long)memblock_alloc(THREAD_SIZE, THREAD_SIZE);
391 __func__, THREAD_SIZE, THREAD_SIZE);
H A Dentry.S52 tml %r15,THREAD_SIZE - CONFIG_STACK_GUARD
61 nill %r14,0x10000 - THREAD_SIZE
/linux-master/arch/sh/include/asm/
H A Dentry-macros.S27 mov #((THREAD_SIZE - 1) >> 10) ^ 0xff, \tmp
/linux-master/arch/sparc/kernel/
H A Detrap_32.S131 #define STACK_OFFSET (THREAD_SIZE - TRACEREG_SZ - STACKFRAME_SZ)
148 /* If we're sure every task_struct is THREAD_SIZE aligned,
154 sethi %hi(~(THREAD_SIZE - 1)), %curptr
H A Dwuf.S139 #define STACK_OFFSET (THREAD_SIZE - TRACEREG_SZ - STACKFRAME_SZ)
/linux-master/arch/loongarch/kernel/
H A Dprocess.c152 childksp = (unsigned long)task_stack_page(p) + THREAD_SIZE;
257 unsigned long end = begin + THREAD_SIZE;
/linux-master/arch/riscv/kernel/
H A Dptrace.c269 return (addr & ~(THREAD_SIZE - 1)) ==
270 (kernel_stack_pointer(regs) & ~(THREAD_SIZE - 1));
/linux-master/kernel/
H A Dfork.c185 * Allocate pages if THREAD_SIZE is >= PAGE_SIZE, otherwise use a
188 # if THREAD_SIZE >= PAGE_SIZE || defined(CONFIG_VMAP_STACK)
257 BUG_ON(vm->nr_pages != THREAD_SIZE / PAGE_SIZE);
259 for (i = 0; i < THREAD_SIZE / PAGE_SIZE; i++) {
287 kasan_unpoison_range(s->addr, THREAD_SIZE);
292 memset(stack, 0, THREAD_SIZE);
309 stack = __vmalloc_node_range(THREAD_SIZE, THREAD_ALIGN,
375 # else /* !(THREAD_SIZE >= PAGE_SIZE || defined(CONFIG_VMAP_STACK)) */
409 THREAD_SIZE, THREAD_SIZE,
[all...]
/linux-master/arch/csky/kernel/
H A Dptrace.c277 return (addr & ~(THREAD_SIZE - 1)) ==
278 (kernel_stack_pointer(regs) & ~(THREAD_SIZE - 1));
H A Dsmp.c208 (unsigned int) task_stack_page(tidle) + THREAD_SIZE - 8;
/linux-master/arch/arc/kernel/
H A Dptrace.c388 return (addr & ~(THREAD_SIZE - 1)) ==
389 (kernel_stack_pointer(regs) & ~(THREAD_SIZE - 1));
/linux-master/mm/kasan/
H A Dcommon.c101 kasan_unpoison(base, THREAD_SIZE, false);
112 void *base = (void *)((unsigned long)watermark & ~(THREAD_SIZE - 1));
/linux-master/arch/x86/include/asm/
H A Dprocessor.h537 current_stack_pointer) < THREAD_SIZE;
625 __ptr += THREAD_SIZE - TOP_OF_KERNEL_STACK_PADDING; \
/linux-master/arch/sh/lib/
H A Dmcount.S42 mov #(THREAD_SIZE >> 10), r0; \
46 /* r1 = sp & (THREAD_SIZE - 1) */ \
/linux-master/arch/m68k/coldfire/
H A Dhead.S273 lea THREAD_SIZE(%a0),%sp
/linux-master/arch/nios2/include/asm/
H A Dentry.h30 addi r24, r24, THREAD_SIZE-PT_REGS_SIZE
/linux-master/drivers/misc/lkdtm/
H A Dusercopy.c71 bad_stack = task_stack_page(current) + THREAD_SIZE;
/linux-master/arch/nios2/kernel/
H A Dprocess.c171 (int)(((unsigned long) current) + THREAD_SIZE));
/linux-master/arch/sh/kernel/
H A Dhead_32.S343 2: .long init_thread_union+THREAD_SIZE
/linux-master/include/linux/
H A Dthread_info.h77 #define THREAD_ALIGN THREAD_SIZE
/linux-master/arch/m68k/kernel/
H A Dtraps.c817 addr = (unsigned long)stack + THREAD_SIZE - 1;
818 endstack = (unsigned long *)(addr & -THREAD_SIZE);
944 endstack = (unsigned long *)(((unsigned long)stack + THREAD_SIZE - 1) & -THREAD_SIZE);
H A Dprocess.c152 frame = (struct fork_frame *) (task_stack_page(p) + THREAD_SIZE) - 1;
/linux-master/arch/hexagon/kernel/
H A Dtraps.c116 high = low + THREAD_SIZE - 8;
/linux-master/arch/mips/include/asm/
H A Dprocessor.h364 THREAD_SIZE - 32 - sizeof(struct pt_regs))

Completed in 479 milliseconds

123456789