Searched refs:THREAD_SIZE (Results 151 - 175 of 207) sorted by relevance

123456789

/linux-master/arch/x86/kernel/
H A Dvmlinux.lds.S173 INIT_TASK_DATA(THREAD_SIZE)
H A Dprocess_32.c201 THREAD_SIZE);
H A Ddumpstack.c36 unsigned long *end = task_stack_page(task) + THREAD_SIZE;
/linux-master/arch/arc/include/asm/
H A Dentry-compact.h34 #include <asm/thread_info.h> /* For THREAD_SIZE */
377 bic \reg, sp, (THREAD_SIZE - 1)
/linux-master/arch/xtensa/kernel/
H A Dprocess.c388 sp >= (stack_page + THREAD_SIZE) ||
H A Dtraps.c614 sf.len = min((-(size_t)sp) & (THREAD_SIZE - STACK_DUMP_ENTRY_SIZE),
/linux-master/arch/parisc/kernel/
H A Dptrace.c770 return ((addr & ~(THREAD_SIZE - 1)) ==
771 (kernel_stack_pointer(regs) & ~(THREAD_SIZE - 1)));
/linux-master/arch/arm/kernel/
H A Dptrace.c132 return ((addr & ~(THREAD_SIZE - 1)) ==
133 (kernel_stack_pointer(regs) & ~(THREAD_SIZE - 1)));
H A Dprocess.c293 frame.sp >= stack_page + THREAD_SIZE ||
H A Dsmp.c377 : "r" (task_stack_page(current) + THREAD_SIZE - 8),
/linux-master/arch/powerpc/kernel/
H A Dhead_40x.S130 addi r1,r11,THREAD_SIZE-INT_FRAME_SIZE /* Alloc an excpt frm */
607 stwu r0,THREAD_SIZE-STACK_FRAME_MIN_SIZE(r1)
H A Dmisc_64.S389 stdu r1,THREAD_SIZE-STACK_FRAME_MIN_SIZE(r3)
H A Dmisc_32.S385 addi r1,r1,THREAD_SIZE-STACK_FRAME_MIN_SIZE
/linux-master/arch/mips/kernel/
H A Dprocess.c117 childksp = (unsigned long)task_stack_page(p) + THREAD_SIZE - 32;
560 * task stacks at THREAD_SIZE - 32
567 high = stack_page + THREAD_SIZE - 32;
/linux-master/arch/sparc/kernel/
H A Dwof.S237 #define STACK_OFFSET (THREAD_SIZE - TRACEREG_SZ - STACKFRAME_SZ)
H A Dprocess_32.c286 new_stack = task_stack_page(p) + THREAD_SIZE;
H A Detrap_64.S19 #define TASK_REGOFF (THREAD_SIZE-TRACEREG_SZ-STACKFRAME_SZ)
/linux-master/arch/microblaze/kernel/
H A Dhead.S333 addik r1, r0, init_thread_union + THREAD_SIZE - 4
H A Dentry.S278 /* addik r1, r1, THREAD_SIZE; */ \
281 addik r1, r1, THREAD_SIZE + CONFIG_KERNEL_BASE_ADDR - CONFIG_KERNEL_START - PT_SIZE; \
350 addik r1, r1, THREAD_SIZE;
718 addik r1, r1, THREAD_SIZE;
1000 addik r1, r1, THREAD_SIZE; /* calculate kernel stack pointer */
/linux-master/arch/um/kernel/
H A Dprocess.c374 while (sp < stack_page + THREAD_SIZE) {
/linux-master/arch/arm64/include/asm/
H A Dprocessor.h349 ((struct pt_regs *)(THREAD_SIZE + task_stack_page(p)) - 1)
/linux-master/arch/arc/kernel/
H A Dkprobes.c18 (unsigned long)current_thread_info() + THREAD_SIZE - (addr))
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dentry.S53 mov #(THREAD_SIZE >> 8),r0
/linux-master/arch/s390/kernel/
H A Dirq.c113 return ((S390_lowcore.async_stack ^ frame) & ~(THREAD_SIZE - 1)) == 0;
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c89 DEFINE(_THREAD_SIZE, THREAD_SIZE);

Completed in 235 milliseconds

123456789