thread_info 53 arch/x86/kernel/asm-offsets_32.c OFFSET(TI_task, thread_info, task);
thread_info 54 arch/x86/kernel/asm-offsets_32.c OFFSET(TI_exec_domain, thread_info, exec_domain);
thread_info 55 arch/x86/kernel/asm-offsets_32.c OFFSET(TI_flags, thread_info, flags);
thread_info 56 arch/x86/kernel/asm-offsets_32.c OFFSET(TI_status, thread_info, status);
thread_info 57 arch/x86/kernel/asm-offsets_32.c OFFSET(TI_preempt_count, thread_info, preempt_count);
thread_info 58 arch/x86/kernel/asm-offsets_32.c OFFSET(TI_addr_limit, thread_info, addr_limit);
thread_info 59 arch/x86/kernel/asm-offsets_32.c OFFSET(TI_restart_block, thread_info, restart_block);
thread_info 60 arch/x86/kernel/asm-offsets_32.c OFFSET(TI_sysenter_return, thread_info, sysenter_return);
thread_info 61 arch/x86/kernel/asm-offsets_32.c OFFSET(TI_cpu, thread_info, cpu);
thread_info 39 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(TI_ ## entry, offsetof(struct thread_info, entry))
thread_info 105 arch/x86/kernel/dumpstack_32.c struct thread_info *context;
thread_info 107 arch/x86/kernel/dumpstack_32.c context = (struct thread_info *)
thread_info 167 arch/x86/kernel/dumpstack_64.c struct thread_info *tinfo;
thread_info 60 arch/x86/kernel/irq_32.c return sp < (sizeof(struct thread_info) + STACK_WARN);
thread_info 79 arch/x86/kernel/irq_32.c struct thread_info tinfo;
thread_info 184 arch/x86/kernel/irq_32.c struct thread_info *curctx;
thread_info 57 arch/x86/kernel/irq_64.c regs->sp < curbase + sizeof(struct thread_info) + 128 &&
thread_info 484 arch/x86/kernel/signal_32.c struct thread_info *info = current_thread_info();
thread_info 870 arch/x86/kernel/traps.c struct thread_info *thread = current_thread_info();
thread_info 5 include/asm-cris/arch-v10/thread_info.h static inline struct thread_info *current_thread_info(void)
thread_info 7 include/asm-cris/arch-v10/thread_info.h struct thread_info *ti;
thread_info 5 include/asm-cris/arch-v32/thread_info.h static inline struct thread_info *current_thread_info(void)
thread_info 7 include/asm-cris/arch-v32/thread_info.h struct thread_info *ti;
thread_info 44 include/asm-cris/processor.h #define user_regs(thread_info) (((struct pt_regs *)((unsigned long)(thread_info) + THREAD_SIZE)) - 1)
thread_info 70 include/asm-cris/thread_info.h #define init_thread_info (init_thread_union.thread_info)
thread_info 73 include/asm-cris/thread_info.h #define alloc_thread_info(tsk) ((struct thread_info *) __get_free_pages(GFP_KERNEL,1))
thread_info 77 include/asm-frv/thread_info.h #define init_thread_info (init_thread_union.thread_info)
thread_info 81 include/asm-frv/thread_info.h register struct thread_info *__current_thread_info asm("gr15");
thread_info 91 include/asm-frv/thread_info.h struct thread_info *ret; \
thread_info 78 include/asm-m32r/thread_info.h #define init_thread_info (init_thread_union.thread_info)
thread_info 84 include/asm-m32r/thread_info.h static inline struct thread_info *current_thread_info(void)
thread_info 86 include/asm-m32r/thread_info.h struct thread_info *ti;
thread_info 103 include/asm-m32r/thread_info.h struct thread_info *ret; \
thread_info 119 include/asm-m32r/thread_info.h struct thread_info *ti = current_thread_info();
thread_info 126 include/asm-m32r/thread_info.h struct thread_info *ti = current_thread_info();
thread_info 71 include/asm-m68k/processor.h struct thread_info info;
thread_info 86 include/asm-mn10300/thread_info.h #define init_thread_info (init_thread_union.thread_info)
thread_info 92 include/asm-mn10300/thread_info.h extern struct thread_info *__current_ti;
thread_info 96 include/asm-mn10300/thread_info.h struct thread_info *current_thread_info(void)
thread_info 98 include/asm-mn10300/thread_info.h struct thread_info *ti;
thread_info 32 include/asm-parisc/thread_info.h #define init_thread_info (init_thread_union.thread_info)
thread_info 44 include/asm-parisc/thread_info.h #define current_thread_info() ((struct thread_info *)mfctl(30))
thread_info 26 include/asm-um/thread_info.h struct thread_info *real_thread; /* Points to non-IRQ stack */
thread_info 43 include/asm-um/thread_info.h #define init_thread_info (init_thread_union.thread_info)
thread_info 48 include/asm-um/thread_info.h static inline struct thread_info *current_thread_info(void)
thread_info 50 include/asm-um/thread_info.h struct thread_info *ti;
thread_info 52 include/asm-um/thread_info.h ti = (struct thread_info *) (((unsigned long) &ti) & ~mask);
thread_info 285 include/asm-x86/i387.h struct thread_info *me = current_thread_info();
thread_info 176 include/asm-x86/smp.h struct thread_info *ti; \
thread_info 106 include/asm-x86/system.h [ti_flags] "i" (offsetof(struct thread_info, flags)), \
thread_info 108 include/asm-x86/system.h [thread_info] "i" (offsetof(struct task_struct, stack)), \
thread_info 56 include/asm-x86/thread_info.h #define init_thread_info (init_thread_union.thread_info)
thread_info 160 include/asm-x86/thread_info.h ((struct thread_info *)__get_free_pages(THREAD_FLAGS, THREAD_ORDER))
thread_info 177 include/asm-x86/thread_info.h static inline struct thread_info *current_thread_info(void)
thread_info 179 include/asm-x86/thread_info.h return (struct thread_info *)
thread_info 205 include/asm-x86/thread_info.h static inline struct thread_info *current_thread_info(void)
thread_info 207 include/asm-x86/thread_info.h struct thread_info *ti;
thread_info 213 include/asm-x86/thread_info.h static inline struct thread_info *stack_thread_info(void)
thread_info 215 include/asm-x86/thread_info.h struct thread_info *ti;
thread_info 252 include/asm-x86/thread_info.h struct thread_info *ti = current_thread_info();
thread_info 159 include/asm-xtensa/coprocessor.h extern struct thread_info* coprocessor_owner[XCHAL_CP_MAX];
thread_info 102 include/asm-xtensa/thread_info.h #define init_thread_info (init_thread_union.thread_info)
thread_info 106 include/asm-xtensa/thread_info.h static inline struct thread_info *current_thread_info(void)
thread_info 108 include/asm-xtensa/thread_info.h struct thread_info *ti;
thread_info 54 include/linux/mutex.h struct thread_info *owner;
thread_info 1672 include/linux/sched.h struct thread_info thread_info;
thread_info 1952 include/linux/sched.h #define task_thread_info(task) ((struct thread_info *)(task)->stack)
thread_info 99 kernel/fork.c static inline struct thread_info *alloc_thread_info(struct task_struct *tsk)
thread_info 106 kernel/fork.c return (struct thread_info *)__get_free_pages(mask, THREAD_SIZE_ORDER);
thread_info 209 kernel/fork.c struct thread_info *ti;
thread_info 4505 kernel/sched.c struct thread_info *ti = current_thread_info();
thread_info 4536 kernel/sched.c struct thread_info *ti = current_thread_info();