Searched refs:THREAD_SIZE (Results 176 - 200 of 207) sorted by relevance

123456789

/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c89 DEFINE(_THREAD_SIZE, THREAD_SIZE);
/linux-master/arch/parisc/kernel/
H A Dunwind.c305 >= THREAD_SIZE) {
/linux-master/arch/riscv/kernel/
H A Dtraps.c422 tsk_stk, tsk_stk + THREAD_SIZE);
/linux-master/arch/arm64/kernel/
H A Dhead.S198 add sp, \tmp1, #THREAD_SIZE
H A Dptrace.c123 return ((addr & ~(THREAD_SIZE - 1)) ==
124 (kernel_stack_pointer(regs) & ~(THREAD_SIZE - 1))) ||
H A Dtraps.c891 tsk_stk, tsk_stk + THREAD_SIZE);
/linux-master/arch/sparc/kernel/
H A Dptrace_64.c1154 return ((addr & ~(THREAD_SIZE - 1)) ==
1155 (ksp & ~(THREAD_SIZE - 1)));
H A Dprocess_64.c582 (THREAD_SIZE - child_stack_sz));
H A Dhead_32.S518 set (THREAD_SIZE - STACKFRAME_SZ - TRACEREG_SZ), %g2
H A Dirq_64.c863 sp += THREAD_SIZE - 192 - STACK_BIAS;
/linux-master/arch/powerpc/kernel/
H A Dhead_44x.S111 stwu r0,THREAD_SIZE-STACK_FRAME_MIN_SIZE(r1)
1027 addi r1,r1,THREAD_SIZE-STACK_FRAME_MIN_SIZE
H A Dhead_85xx.S233 stwu r0,THREAD_SIZE-STACK_FRAME_MIN_SIZE(r1)
1050 addi r1,r1,THREAD_SIZE-STACK_FRAME_MIN_SIZE
H A Dhead_64.S995 LOAD_REG_IMMEDIATE(r1,THREAD_SIZE)
H A Dhead_book3s_32.S849 addi r1,r1,THREAD_SIZE-STACK_FRAME_MIN_SIZE
977 stwu r0,THREAD_SIZE-STACK_FRAME_MIN_SIZE(r1)
H A Dhead_8xx.S541 stwu r0,THREAD_SIZE-STACK_FRAME_MIN_SIZE(r1)
H A Dsmp.c1264 THREAD_SIZE - STACK_FRAME_MIN_SIZE;
/linux-master/include/linux/
H A Dsched.h1847 unsigned long stack[THREAD_SIZE/sizeof(long)];
1854 extern unsigned long init_stack[THREAD_SIZE / sizeof(unsigned long)];
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dentry.S72 mov #(THREAD_SIZE >> 8),r0
/linux-master/arch/alpha/kernel/
H A Dtraps.c160 if (((long) stack & (THREAD_SIZE-1)) == 0)
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c105 DEFINE(_THREAD_SIZE, THREAD_SIZE);
/linux-master/arch/openrisc/kernel/
H A Dhead.S578 LOAD_SYMBOL_2_GPR(r1,init_thread_union + THREAD_SIZE)
780 l.addi r1,r10,THREAD_SIZE
/linux-master/arch/s390/kernel/
H A Dptrace.c1555 return (addr & ~(THREAD_SIZE - 1)) == (ksp & ~(THREAD_SIZE - 1));
/linux-master/arch/arm/kernel/
H A Dentry-armv.S44 rsbscs r3, r3, #THREAD_SIZE @ ... and below the top?
/linux-master/fs/proc/
H A Dbase.c3231 unsigned long prev_depth = THREAD_SIZE -
3232 (task->prev_lowest_stack & (THREAD_SIZE - 1));
3233 unsigned long depth = THREAD_SIZE -
3234 (task->lowest_stack & (THREAD_SIZE - 1));
/linux-master/include/asm-generic/
H A Dvmlinux.lds.h407 . = __start_init_task + THREAD_SIZE; \

Completed in 555 milliseconds

123456789