thread 63 arch/x86/ia32/ia32_aout.c dump->u_debugreg[0] = current->thread.debugreg0; thread 64 arch/x86/ia32/ia32_aout.c dump->u_debugreg[1] = current->thread.debugreg1; thread 65 arch/x86/ia32/ia32_aout.c dump->u_debugreg[2] = current->thread.debugreg2; thread 66 arch/x86/ia32/ia32_aout.c dump->u_debugreg[3] = current->thread.debugreg3; thread 69 arch/x86/ia32/ia32_aout.c dump->u_debugreg[6] = current->thread.debugreg6; thread 70 arch/x86/ia32/ia32_aout.c dump->u_debugreg[7] = current->thread.debugreg7; thread 86 arch/x86/ia32/ia32_aout.c dump->regs.ds = current->thread.ds; thread 87 arch/x86/ia32/ia32_aout.c dump->regs.es = current->thread.es; thread 364 arch/x86/ia32/ia32_signal.c err |= __put_user(current->thread.trap_no, &sc->trapno); thread 365 arch/x86/ia32/ia32_signal.c err |= __put_user(current->thread.error_code, &sc->err); thread 379 arch/x86/ia32/ia32_signal.c err |= __put_user(current->thread.cr2, &sc->cr2); thread 987 arch/x86/kernel/cpu/common.c memset(me->thread.tls_array, 0, GDT_ENTRY_TLS_ENTRIES * 8); thread 1033 arch/x86/kernel/cpu/common.c load_sp0(t, ¤t->thread); thread 1079 arch/x86/kernel/cpu/common.c struct thread_struct *thread = &curr->thread; thread 1103 arch/x86/kernel/cpu/common.c load_sp0(t, thread); thread 217 arch/x86/kernel/ds.c context = (task ? task->thread.ds_ctx : this_system_context); thread 235 arch/x86/kernel/ds.c (task ? &task->thread.ds_ctx : &this_system_context); thread 89 arch/x86/kernel/dumpstack_32.c stack = (unsigned long *)task->thread.sp; thread 99 arch/x86/kernel/dumpstack_32.c bp = *(unsigned long *) task->thread.sp; thread 180 arch/x86/kernel/dumpstack_32.c sp = (unsigned long *)task->thread.sp; thread 347 arch/x86/kernel/dumpstack_32.c current->thread.trap_no, SIGSEGV) == NOTIFY_STOP) thread 413 arch/x86/kernel/dumpstack_32.c current->thread.trap_no = 2; thread 176 arch/x86/kernel/dumpstack_64.c stack = (unsigned long *)task->thread.sp; thread 186 arch/x86/kernel/dumpstack_64.c bp = *(unsigned long *) task->thread.sp; thread 319 arch/x86/kernel/dumpstack_64.c sp = (unsigned long *)task->thread.sp; thread 493 arch/x86/kernel/dumpstack_64.c current->thread.trap_no, SIGSEGV) == NOTIFY_STOP) thread 129 arch/x86/kernel/i387.c if (!tsk->thread.xstate) { thread 130 arch/x86/kernel/i387.c tsk->thread.xstate = kmem_cache_alloc(task_xstate_cachep, thread 132 arch/x86/kernel/i387.c if (!tsk->thread.xstate) thread 138 arch/x86/kernel/i387.c memset(tsk->thread.xstate, 0, xstate_size); thread 146 arch/x86/kernel/i387.c struct i387_fxsave_struct *fx = &tsk->thread.xstate->fxsave; thread 153 arch/x86/kernel/i387.c struct i387_fsave_struct *fp = &tsk->thread.xstate->fsave; thread 191 arch/x86/kernel/i387.c &target->thread.xstate->fxsave, 0, -1); thread 210 arch/x86/kernel/i387.c &target->thread.xstate->fxsave, 0, -1); thread 215 arch/x86/kernel/i387.c target->thread.xstate->fxsave.mxcsr &= mxcsr_feature_mask; thread 222 arch/x86/kernel/i387.c target->thread.xstate->xsave.xsave_hdr.xstate_bv |= XSTATE_FPSSE; thread 302 arch/x86/kernel/i387.c struct i387_fxsave_struct *fxsave = &tsk->thread.xstate->fxsave; thread 324 arch/x86/kernel/i387.c env->fos = 0xffff0000 | tsk->thread.ds; thread 342 arch/x86/kernel/i387.c struct i387_fxsave_struct *fxsave = &tsk->thread.xstate->fxsave; thread 382 arch/x86/kernel/i387.c &target->thread.xstate->fsave, 0, thread 414 arch/x86/kernel/i387.c &target->thread.xstate->fsave, 0, -1); thread 429 arch/x86/kernel/i387.c target->thread.xstate->xsave.xsave_hdr.xstate_bv |= XSTATE_FP; thread 440 arch/x86/kernel/i387.c struct i387_fsave_struct *fp = &tsk->thread.xstate->fsave; thread 451 arch/x86/kernel/i387.c struct i387_fxsave_struct *fx = &tsk->thread.xstate->fxsave; thread 486 arch/x86/kernel/i387.c tsk->thread.xstate->xsave.xsave_hdr.xstate_bv |= XSTATE_FPSSE; thread 538 arch/x86/kernel/i387.c return __copy_from_user(&tsk->thread.xstate->fsave, buf, thread 549 arch/x86/kernel/i387.c err = __copy_from_user(&tsk->thread.xstate->fxsave, &buf->_fxsr_env[0], thread 552 arch/x86/kernel/i387.c tsk->thread.xstate->fxsave.mxcsr &= mxcsr_feature_mask; thread 568 arch/x86/kernel/i387.c ¤t->thread.xstate->xsave.xsave_hdr; thread 38 arch/x86/kernel/ioport.c struct thread_struct * t = ¤t->thread; thread 138 arch/x86/kernel/ioport.c struct thread_struct *t = ¤t->thread; thread 130 arch/x86/kernel/kgdb.c gdb_regs[GDB_BP] = *(unsigned long *)p->thread.sp; thread 136 arch/x86/kernel/kgdb.c gdb_regs[GDB_PC] = p->thread.ip; thread 141 arch/x86/kernel/kgdb.c gdb_regs32[GDB_PS] = *(unsigned long *)(p->thread.sp + 8); thread 144 arch/x86/kernel/kgdb.c gdb_regs[GDB_PC] = p->thread.ip; thread 154 arch/x86/kernel/kgdb.c gdb_regs[GDB_SP] = p->thread.sp; thread 419 arch/x86/kernel/kprobes.c update_debugctlmsr(current->thread.debugctlmsr); thread 22 arch/x86/kernel/process.c if (src->thread.xstate) { thread 23 arch/x86/kernel/process.c dst->thread.xstate = kmem_cache_alloc(task_xstate_cachep, thread 25 arch/x86/kernel/process.c if (!dst->thread.xstate) thread 27 arch/x86/kernel/process.c WARN_ON((unsigned long)dst->thread.xstate & 15); thread 28 arch/x86/kernel/process.c memcpy(dst->thread.xstate, src->thread.xstate, xstate_size); thread 35 arch/x86/kernel/process.c if (tsk->thread.xstate) { thread 36 arch/x86/kernel/process.c kmem_cache_free(task_xstate_cachep, tsk->thread.xstate); thread 37 arch/x86/kernel/process.c tsk->thread.xstate = NULL; thread 76 arch/x86/kernel/process_32.c return ((unsigned long *)tsk->thread.sp)[3]; thread 236 arch/x86/kernel/process_32.c struct thread_struct *t = &tsk->thread; thread 255 arch/x86/kernel/process_32.c if (unlikely(current->thread.ds_ctx)) { thread 258 arch/x86/kernel/process_32.c ds_free(current->thread.ds_ctx); thread 267 arch/x86/kernel/process_32.c tsk->thread.debugreg0 = 0; thread 268 arch/x86/kernel/process_32.c tsk->thread.debugreg1 = 0; thread 269 arch/x86/kernel/process_32.c tsk->thread.debugreg2 = 0; thread 270 arch/x86/kernel/process_32.c tsk->thread.debugreg3 = 0; thread 271 arch/x86/kernel/process_32.c tsk->thread.debugreg6 = 0; thread 272 arch/x86/kernel/process_32.c tsk->thread.debugreg7 = 0; thread 273 arch/x86/kernel/process_32.c memset(tsk->thread.tls_array, 0, sizeof(tsk->thread.tls_array)); thread 311 arch/x86/kernel/process_32.c p->thread.sp = (unsigned long) childregs; thread 312 arch/x86/kernel/process_32.c p->thread.sp0 = (unsigned long) (childregs+1); thread 314 arch/x86/kernel/process_32.c p->thread.ip = (unsigned long) ret_from_fork; thread 316 arch/x86/kernel/process_32.c savesegment(gs, p->thread.gs); thread 320 arch/x86/kernel/process_32.c p->thread.io_bitmap_ptr = kmemdup(tsk->thread.io_bitmap_ptr, thread 322 arch/x86/kernel/process_32.c if (!p->thread.io_bitmap_ptr) { thread 323 arch/x86/kernel/process_32.c p->thread.io_bitmap_max = 0; thread 338 arch/x86/kernel/process_32.c if (err && p->thread.io_bitmap_ptr) { thread 339 arch/x86/kernel/process_32.c kfree(p->thread.io_bitmap_ptr); thread 340 arch/x86/kernel/process_32.c p->thread.io_bitmap_max = 0; thread 458 arch/x86/kernel/process_32.c prev = &prev_p->thread; thread 459 arch/x86/kernel/process_32.c next = &next_p->thread; thread 553 arch/x86/kernel/process_32.c struct thread_struct *prev = &prev_p->thread, thread 554 arch/x86/kernel/process_32.c *next = &next_p->thread; thread 706 arch/x86/kernel/process_32.c sp = p->thread.sp; thread 216 arch/x86/kernel/process_64.c struct thread_struct *t = &me->thread; thread 218 arch/x86/kernel/process_64.c if (me->thread.io_bitmap_ptr) { thread 256 arch/x86/kernel/process_64.c tsk->thread.debugreg0 = 0; thread 257 arch/x86/kernel/process_64.c tsk->thread.debugreg1 = 0; thread 258 arch/x86/kernel/process_64.c tsk->thread.debugreg2 = 0; thread 259 arch/x86/kernel/process_64.c tsk->thread.debugreg3 = 0; thread 260 arch/x86/kernel/process_64.c tsk->thread.debugreg6 = 0; thread 261 arch/x86/kernel/process_64.c tsk->thread.debugreg7 = 0; thread 262 arch/x86/kernel/process_64.c memset(tsk->thread.tls_array, 0, sizeof(tsk->thread.tls_array)); thread 293 arch/x86/kernel/process_64.c struct desc_struct *desc = t->thread.tls_array; thread 300 arch/x86/kernel/process_64.c return get_desc_base(&t->thread.tls_array[tls]); thread 329 arch/x86/kernel/process_64.c p->thread.sp = (unsigned long) childregs; thread 330 arch/x86/kernel/process_64.c p->thread.sp0 = (unsigned long) (childregs+1); thread 331 arch/x86/kernel/process_64.c p->thread.usersp = me->thread.usersp; thread 335 arch/x86/kernel/process_64.c p->thread.fs = me->thread.fs; thread 336 arch/x86/kernel/process_64.c p->thread.gs = me->thread.gs; thread 338 arch/x86/kernel/process_64.c savesegment(gs, p->thread.gsindex); thread 339 arch/x86/kernel/process_64.c savesegment(fs, p->thread.fsindex); thread 340 arch/x86/kernel/process_64.c savesegment(es, p->thread.es); thread 341 arch/x86/kernel/process_64.c savesegment(ds, p->thread.ds); thread 344 arch/x86/kernel/process_64.c p->thread.io_bitmap_ptr = kmalloc(IO_BITMAP_BYTES, GFP_KERNEL); thread 345 arch/x86/kernel/process_64.c if (!p->thread.io_bitmap_ptr) { thread 346 arch/x86/kernel/process_64.c p->thread.io_bitmap_max = 0; thread 349 arch/x86/kernel/process_64.c memcpy(p->thread.io_bitmap_ptr, me->thread.io_bitmap_ptr, thread 370 arch/x86/kernel/process_64.c if (err && p->thread.io_bitmap_ptr) { thread 371 arch/x86/kernel/process_64.c kfree(p->thread.io_bitmap_ptr); thread 372 arch/x86/kernel/process_64.c p->thread.io_bitmap_max = 0; thread 459 arch/x86/kernel/process_64.c #define loaddebug(thread, r) set_debugreg(thread->debugreg ## r, r) thread 468 arch/x86/kernel/process_64.c prev = &prev_p->thread, thread 469 arch/x86/kernel/process_64.c next = &next_p->thread; thread 551 arch/x86/kernel/process_64.c struct thread_struct *prev = &prev_p->thread; thread 552 arch/x86/kernel/process_64.c struct thread_struct *next = &next_p->thread; thread 742 arch/x86/kernel/process_64.c if (p->thread.sp < stack || p->thread.sp >= stack+THREAD_SIZE) thread 744 arch/x86/kernel/process_64.c fp = *(u64 *)(p->thread.sp); thread 773 arch/x86/kernel/process_64.c load_TLS(&task->thread, cpu); thread 776 arch/x86/kernel/process_64.c task->thread.gsindex = GS_TLS_SEL; thread 777 arch/x86/kernel/process_64.c task->thread.gs = 0; thread 779 arch/x86/kernel/process_64.c task->thread.gsindex = 0; thread 780 arch/x86/kernel/process_64.c task->thread.gs = addr; thread 799 arch/x86/kernel/process_64.c load_TLS(&task->thread, cpu); thread 802 arch/x86/kernel/process_64.c task->thread.fsindex = FS_TLS_SEL; thread 803 arch/x86/kernel/process_64.c task->thread.fs = 0; thread 805 arch/x86/kernel/process_64.c task->thread.fsindex = 0; thread 806 arch/x86/kernel/process_64.c task->thread.fs = addr; thread 818 arch/x86/kernel/process_64.c if (task->thread.fsindex == FS_TLS_SEL) thread 823 arch/x86/kernel/process_64.c base = task->thread.fs; thread 830 arch/x86/kernel/process_64.c if (task->thread.gsindex == GS_TLS_SEL) thread 837 arch/x86/kernel/process_64.c base = task->thread.gs; thread 839 arch/x86/kernel/process_64.c base = task->thread.gs; thread 93 arch/x86/kernel/ptrace.c retval = task->thread.gs; thread 129 arch/x86/kernel/ptrace.c task->thread.gs = value; thread 170 arch/x86/kernel/ptrace.c return task->thread.fsindex; thread 176 arch/x86/kernel/ptrace.c return task->thread.gsindex; thread 182 arch/x86/kernel/ptrace.c return task->thread.ds; thread 188 arch/x86/kernel/ptrace.c return task->thread.es; thread 212 arch/x86/kernel/ptrace.c if ((value == FS_TLS_SEL && task->thread.fsindex == 0 && thread 213 arch/x86/kernel/ptrace.c task->thread.fs != 0) || thread 214 arch/x86/kernel/ptrace.c (value == 0 && task->thread.fsindex == FS_TLS_SEL && thread 215 arch/x86/kernel/ptrace.c task->thread.fs == 0)) thread 217 arch/x86/kernel/ptrace.c task->thread.fsindex = value; thread 219 arch/x86/kernel/ptrace.c loadsegment(fs, task->thread.fsindex); thread 226 arch/x86/kernel/ptrace.c if ((value == GS_TLS_SEL && task->thread.gsindex == 0 && thread 227 arch/x86/kernel/ptrace.c task->thread.gs != 0) || thread 228 arch/x86/kernel/ptrace.c (value == 0 && task->thread.gsindex == GS_TLS_SEL && thread 229 arch/x86/kernel/ptrace.c task->thread.gs == 0)) thread 231 arch/x86/kernel/ptrace.c task->thread.gsindex = value; thread 233 arch/x86/kernel/ptrace.c load_gs_index(task->thread.gsindex); thread 236 arch/x86/kernel/ptrace.c task->thread.ds = value; thread 238 arch/x86/kernel/ptrace.c loadsegment(ds, task->thread.ds); thread 241 arch/x86/kernel/ptrace.c task->thread.es = value; thread 243 arch/x86/kernel/ptrace.c loadsegment(es, task->thread.es); thread 347 arch/x86/kernel/ptrace.c if (child->thread.fs != value) thread 356 arch/x86/kernel/ptrace.c if (child->thread.gs != value) thread 387 arch/x86/kernel/ptrace.c unsigned int seg = task->thread.fsindex; thread 388 arch/x86/kernel/ptrace.c if (task->thread.fs != 0) thread 389 arch/x86/kernel/ptrace.c return task->thread.fs; thread 394 arch/x86/kernel/ptrace.c return get_desc_base(&task->thread.tls_array[FS_TLS]); thread 400 arch/x86/kernel/ptrace.c unsigned int seg = task->thread.gsindex; thread 401 arch/x86/kernel/ptrace.c if (task->thread.gs != 0) thread 402 arch/x86/kernel/ptrace.c return task->thread.gs; thread 407 arch/x86/kernel/ptrace.c return get_desc_base(&task->thread.tls_array[GS_TLS]); thread 476 arch/x86/kernel/ptrace.c case 0: return child->thread.debugreg0; thread 477 arch/x86/kernel/ptrace.c case 1: return child->thread.debugreg1; thread 478 arch/x86/kernel/ptrace.c case 2: return child->thread.debugreg2; thread 479 arch/x86/kernel/ptrace.c case 3: return child->thread.debugreg3; thread 480 arch/x86/kernel/ptrace.c case 6: return child->thread.debugreg6; thread 481 arch/x86/kernel/ptrace.c case 7: return child->thread.debugreg7; thread 498 arch/x86/kernel/ptrace.c case 0: child->thread.debugreg0 = data; break; thread 499 arch/x86/kernel/ptrace.c case 1: child->thread.debugreg1 = data; break; thread 500 arch/x86/kernel/ptrace.c case 2: child->thread.debugreg2 = data; break; thread 501 arch/x86/kernel/ptrace.c case 3: child->thread.debugreg3 = data; break; thread 506 arch/x86/kernel/ptrace.c child->thread.debugreg6 = data; thread 549 arch/x86/kernel/ptrace.c child->thread.debugreg7 = data; thread 567 arch/x86/kernel/ptrace.c return target->thread.io_bitmap_max / regset->size; thread 575 arch/x86/kernel/ptrace.c if (!target->thread.io_bitmap_ptr) thread 579 arch/x86/kernel/ptrace.c target->thread.io_bitmap_ptr, thread 735 arch/x86/kernel/ptrace.c send_sig(child->thread.bts_ovfl_signal, child, 0); thread 781 arch/x86/kernel/ptrace.c child->thread.bts_ovfl_signal = sig; thread 785 arch/x86/kernel/ptrace.c if (!child->thread.ds_ctx && cfg.flags) thread 789 arch/x86/kernel/ptrace.c child->thread.debugctlmsr |= bts_cfg.debugctl_mask; thread 791 arch/x86/kernel/ptrace.c child->thread.debugctlmsr &= ~bts_cfg.debugctl_mask; thread 801 arch/x86/kernel/ptrace.c if (child->thread.debugctlmsr) thread 809 arch/x86/kernel/ptrace.c child->thread.debugctlmsr &= ~bts_cfg.debugctl_mask; thread 840 arch/x86/kernel/ptrace.c cfg.signal = child->thread.bts_ovfl_signal; thread 847 arch/x86/kernel/ptrace.c child->thread.debugctlmsr & bts_cfg.debugctl_mask) thread 978 arch/x86/kernel/ptrace.c child->thread.debugctlmsr &= ~bts_cfg.debugctl_mask; thread 979 arch/x86/kernel/ptrace.c if (!child->thread.debugctlmsr) thread 1497 arch/x86/kernel/ptrace.c tsk->thread.trap_no = 1; thread 1498 arch/x86/kernel/ptrace.c tsk->thread.error_code = error_code; thread 276 arch/x86/kernel/signal_32.c err |= __put_user(current->thread.trap_no, &sc->trapno); thread 277 arch/x86/kernel/signal_32.c err |= __put_user(current->thread.error_code, &sc->err); thread 292 arch/x86/kernel/signal_32.c err |= __put_user(current->thread.cr2, &sc->cr2); thread 631 arch/x86/kernel/signal_32.c if (current->thread.debugreg7) thread 632 arch/x86/kernel/signal_32.c set_debugreg(current->thread.debugreg7, 7); thread 172 arch/x86/kernel/signal_64.c err |= __put_user(me->thread.trap_no, &sc->trapno); thread 173 arch/x86/kernel/signal_64.c err |= __put_user(me->thread.error_code, &sc->err); thread 177 arch/x86/kernel/signal_64.c err |= __put_user(me->thread.cr2, &sc->cr2); thread 431 arch/x86/kernel/signal_64.c if (current->thread.debugreg7) thread 432 arch/x86/kernel/signal_64.c set_debugreg(current->thread.debugreg7, 7); thread 840 arch/x86/kernel/smpboot.c c_idle.idle->thread.sp = (unsigned long) (((struct pt_regs *) thread 871 arch/x86/kernel/smpboot.c stack_start.sp = (void *) c_idle.idle->thread.sp; thread 166 arch/x86/kernel/step.c if (child->thread.debugctlmsr == val) thread 169 arch/x86/kernel/step.c child->thread.debugctlmsr = val; thread 192 arch/x86/kernel/step.c child->thread.debugctlmsr | DEBUGCTLMSR_BTF); thread 195 arch/x86/kernel/step.c child->thread.debugctlmsr & ~DEBUGCTLMSR_BTF); thread 197 arch/x86/kernel/step.c if (!child->thread.debugctlmsr) thread 218 arch/x86/kernel/step.c child->thread.debugctlmsr & ~DEBUGCTLMSR_BTF); thread 220 arch/x86/kernel/step.c if (!child->thread.debugctlmsr) thread 22 arch/x86/kernel/tls.c struct thread_struct *t = ¤t->thread; thread 34 arch/x86/kernel/tls.c struct thread_struct *t = &p->thread; thread 52 arch/x86/kernel/tls.c if (t == ¤t->thread) thread 136 arch/x86/kernel/tls.c &p->thread.tls_array[idx - GDT_ENTRY_TLS_MIN]); thread 153 arch/x86/kernel/tls.c struct thread_struct *t = &target->thread; thread 174 arch/x86/kernel/tls.c tls = &target->thread.tls_array[pos]; thread 130 arch/x86/kernel/traps.c struct thread_struct *thread; thread 136 arch/x86/kernel/traps.c thread = ¤t->thread; thread 139 arch/x86/kernel/traps.c thread->io_bitmap_ptr) { thread 140 arch/x86/kernel/traps.c memcpy(tss->io_bitmap, thread->io_bitmap_ptr, thread 141 arch/x86/kernel/traps.c thread->io_bitmap_max); thread 146 arch/x86/kernel/traps.c if (thread->io_bitmap_max < tss->io_bitmap_max) { thread 148 arch/x86/kernel/traps.c thread->io_bitmap_max, 0xff, thread 149 arch/x86/kernel/traps.c tss->io_bitmap_max - thread->io_bitmap_max); thread 151 arch/x86/kernel/traps.c tss->io_bitmap_max = thread->io_bitmap_max; thread 153 arch/x86/kernel/traps.c tss->io_bitmap_owner = thread; thread 197 arch/x86/kernel/traps.c tsk->thread.error_code = error_code; thread 198 arch/x86/kernel/traps.c tsk->thread.trap_no = trapnr; thread 220 arch/x86/kernel/traps.c tsk->thread.error_code = error_code; thread 221 arch/x86/kernel/traps.c tsk->thread.trap_no = trapnr; thread 292 arch/x86/kernel/traps.c tsk->thread.error_code = error_code; thread 293 arch/x86/kernel/traps.c tsk->thread.trap_no = 8; thread 323 arch/x86/kernel/traps.c tsk->thread.error_code = error_code; thread 324 arch/x86/kernel/traps.c tsk->thread.trap_no = 13; thread 350 arch/x86/kernel/traps.c tsk->thread.error_code = error_code; thread 351 arch/x86/kernel/traps.c tsk->thread.trap_no = 13; thread 585 arch/x86/kernel/traps.c tsk->thread.debugctlmsr = 0; thread 596 arch/x86/kernel/traps.c if (!tsk->thread.debugreg7) thread 606 arch/x86/kernel/traps.c tsk->thread.debugreg6 = condition; thread 652 arch/x86/kernel/traps.c current->thread.trap_no = trapnr; thread 674 arch/x86/kernel/traps.c task->thread.trap_no = 16; thread 675 arch/x86/kernel/traps.c task->thread.error_code = 0; thread 750 arch/x86/kernel/traps.c task->thread.trap_no = 19; thread 751 arch/x86/kernel/traps.c task->thread.error_code = 0; thread 807 arch/x86/kernel/traps.c current->thread.trap_no = 19; thread 808 arch/x86/kernel/traps.c current->thread.error_code = error_code; thread 870 arch/x86/kernel/traps.c struct thread_info *thread = current_thread_info(); thread 871 arch/x86/kernel/traps.c struct task_struct *tsk = thread->task; thread 901 arch/x86/kernel/traps.c thread->status |= TS_USEDFPU; /* So we fnsave on switch_to() */ thread 82 arch/x86/kernel/vm86_32.c #define VFLAGS (*(unsigned short *)&(current->thread.v86flags)) thread 83 arch/x86/kernel/vm86_32.c #define VEFLAGS (current->thread.v86flags) thread 139 arch/x86/kernel/vm86_32.c if (!current->thread.vm86_info) { thread 143 arch/x86/kernel/vm86_32.c set_flags(regs->pt.flags, VEFLAGS, X86_EFLAGS_VIF | current->thread.v86mask); thread 144 arch/x86/kernel/vm86_32.c tmp = copy_vm86_regs_to_user(¤t->thread.vm86_info->regs, regs); thread 145 arch/x86/kernel/vm86_32.c tmp += put_user(current->thread.screen_bitmap, ¤t->thread.vm86_info->screen_bitmap); thread 152 arch/x86/kernel/vm86_32.c current->thread.sp0 = current->thread.saved_sp0; thread 153 arch/x86/kernel/vm86_32.c current->thread.sysenter_cs = __KERNEL_CS; thread 154 arch/x86/kernel/vm86_32.c load_sp0(tss, ¤t->thread); thread 155 arch/x86/kernel/vm86_32.c current->thread.saved_sp0 = 0; thread 160 arch/x86/kernel/vm86_32.c ret->fs = current->thread.saved_fs; thread 161 arch/x86/kernel/vm86_32.c loadsegment(gs, current->thread.saved_gs); thread 212 arch/x86/kernel/vm86_32.c if (tsk->thread.saved_sp0) thread 222 arch/x86/kernel/vm86_32.c tsk->thread.vm86_info = v86; thread 262 arch/x86/kernel/vm86_32.c if (tsk->thread.saved_sp0) thread 273 arch/x86/kernel/vm86_32.c tsk->thread.vm86_info = (struct vm86_struct __user *)v86; thread 307 arch/x86/kernel/vm86_32.c tsk->thread.v86mask = 0; thread 310 arch/x86/kernel/vm86_32.c tsk->thread.v86mask = X86_EFLAGS_NT | X86_EFLAGS_IOPL; thread 313 arch/x86/kernel/vm86_32.c tsk->thread.v86mask = X86_EFLAGS_AC | X86_EFLAGS_NT | X86_EFLAGS_IOPL; thread 316 arch/x86/kernel/vm86_32.c tsk->thread.v86mask = X86_EFLAGS_ID | X86_EFLAGS_AC | X86_EFLAGS_NT | X86_EFLAGS_IOPL; thread 324 arch/x86/kernel/vm86_32.c tsk->thread.saved_sp0 = tsk->thread.sp0; thread 325 arch/x86/kernel/vm86_32.c tsk->thread.saved_fs = info->regs32->fs; thread 326 arch/x86/kernel/vm86_32.c savesegment(gs, tsk->thread.saved_gs); thread 329 arch/x86/kernel/vm86_32.c tsk->thread.sp0 = (unsigned long) &info->VM86_TSS_ESP0; thread 331 arch/x86/kernel/vm86_32.c tsk->thread.sysenter_cs = 0; thread 332 arch/x86/kernel/vm86_32.c load_sp0(tss, &tsk->thread); thread 335 arch/x86/kernel/vm86_32.c tsk->thread.screen_bitmap = info->screen_bitmap; thread 401 arch/x86/kernel/vm86_32.c set_flags(VEFLAGS, flags, current->thread.v86mask); thread 411 arch/x86/kernel/vm86_32.c set_flags(VFLAGS, flags, current->thread.v86mask); thread 426 arch/x86/kernel/vm86_32.c return flags | (VEFLAGS & current->thread.v86mask); thread 561 arch/x86/kernel/vm86_32.c current->thread.trap_no = trapno; thread 562 arch/x86/kernel/vm86_32.c current->thread.error_code = error_code; thread 244 arch/x86/kernel/vmi_32.c tss->x86_tss.sp0 = thread->sp0; thread 247 arch/x86/kernel/vmi_32.c if (unlikely(tss->x86_tss.ss1 != thread->sysenter_cs)) { thread 248 arch/x86/kernel/vmi_32.c tss->x86_tss.ss1 = thread->sysenter_cs; thread 249 arch/x86/kernel/vmi_32.c wrmsr(MSR_IA32_SYSENTER_CS, thread->sysenter_cs, 0); thread 112 arch/x86/kernel/xsave.c if (__copy_to_user(buf, &tsk->thread.xstate->fxsave, thread 757 arch/x86/lguest/boot.c lazy_hcall(LHCALL_SET_STACK, __KERNEL_DS|0x1, thread->sp0, thread 528 arch/x86/mach-voyager/voyager_smp.c idle->thread.ip = (unsigned long)start_secondary; thread 530 arch/x86/mach-voyager/voyager_smp.c stack_start.sp = (void *)idle->thread.sp; thread 718 arch/x86/mach-voyager/voyager_smp.c "jmp *%1"::"r" (current->thread.sp), thread 719 arch/x86/mach-voyager/voyager_smp.c "r"(current->thread.ip)); thread 113 arch/x86/mach-voyager/voyager_thread.c voyager_thread = kthread_run(thread, NULL, "kvoyagerd"); thread 272 arch/x86/math-emu/fpu_entry.c current->thread.trap_no = 16; thread 273 arch/x86/math-emu/fpu_entry.c current->thread.error_code = 0; thread 665 arch/x86/math-emu/fpu_entry.c current->thread.trap_no = 16; thread 666 arch/x86/math-emu/fpu_entry.c current->thread.error_code = 0; thread 684 arch/x86/math-emu/fpu_entry.c struct i387_soft_struct *s387 = &target->thread.xstate->soft; thread 736 arch/x86/math-emu/fpu_entry.c struct i387_soft_struct *s387 = &target->thread.xstate->soft; thread 38 arch/x86/math-emu/fpu_system.h #define I387 (current->thread.xstate) thread 422 arch/x86/mm/fault.c tsk->thread.cr2 = address; thread 423 arch/x86/mm/fault.c tsk->thread.trap_no = 14; thread 424 arch/x86/mm/fault.c tsk->thread.error_code = error_code; thread 768 arch/x86/mm/fault.c tsk->thread.screen_bitmap |= 1 << bit; thread 810 arch/x86/mm/fault.c tsk->thread.cr2 = address; thread 812 arch/x86/mm/fault.c tsk->thread.error_code = error_code | (address >= TASK_SIZE); thread 813 arch/x86/mm/fault.c tsk->thread.trap_no = 14; thread 853 arch/x86/mm/fault.c tsk->thread.cr2 = address; thread 854 arch/x86/mm/fault.c tsk->thread.trap_no = 14; thread 855 arch/x86/mm/fault.c tsk->thread.error_code = error_code; thread 901 arch/x86/mm/fault.c tsk->thread.cr2 = address; thread 902 arch/x86/mm/fault.c tsk->thread.error_code = error_code; thread 903 arch/x86/mm/fault.c tsk->thread.trap_no = 14; thread 85 arch/x86/power/cpu_32.c if (current->thread.debugreg7) { thread 86 arch/x86/power/cpu_32.c set_debugreg(current->thread.debugreg0, 0); thread 87 arch/x86/power/cpu_32.c set_debugreg(current->thread.debugreg1, 1); thread 88 arch/x86/power/cpu_32.c set_debugreg(current->thread.debugreg2, 2); thread 89 arch/x86/power/cpu_32.c set_debugreg(current->thread.debugreg3, 3); thread 91 arch/x86/power/cpu_32.c set_debugreg(current->thread.debugreg6, 6); thread 92 arch/x86/power/cpu_32.c set_debugreg(current->thread.debugreg7, 7); thread 164 arch/x86/power/cpu_64.c if (current->thread.debugreg7){ thread 165 arch/x86/power/cpu_64.c loaddebug(¤t->thread, 0); thread 166 arch/x86/power/cpu_64.c loaddebug(¤t->thread, 1); thread 167 arch/x86/power/cpu_64.c loaddebug(¤t->thread, 2); thread 168 arch/x86/power/cpu_64.c loaddebug(¤t->thread, 3); thread 170 arch/x86/power/cpu_64.c loaddebug(¤t->thread, 6); thread 171 arch/x86/power/cpu_64.c loaddebug(¤t->thread, 7); thread 539 arch/x86/xen/enlighten.c MULTI_stack_switch(mcs.mc, __KERNEL_DS, thread->sp0); thread 256 arch/x86/xen/smp.c ctxt->user_regs.esp = idle->thread.sp0 - sizeof(struct pt_regs); thread 259 arch/x86/xen/smp.c ctxt->kernel_sp = idle->thread.sp0; thread 94 crypto/algboss.c struct task_struct *thread; thread 189 crypto/algboss.c thread = kthread_run(cryptomgr_probe, param, "cryptomgr_probe"); thread 190 crypto/algboss.c if (IS_ERR(thread)) thread 224 crypto/algboss.c struct task_struct *thread; thread 238 crypto/algboss.c thread = kthread_run(cryptomgr_test, param, "cryptomgr_test"); thread 239 crypto/algboss.c if (IS_ERR(thread)) thread 308 fs/binfmt_aout.c memcpy(¤t->thread.core_exec, &ex, sizeof(struct exec)); thread 1416 fs/binfmt_elf.c struct elf_thread_core_info *thread; thread 1507 fs/binfmt_elf.c info->thread = NULL; thread 1550 fs/binfmt_elf.c if (ct->task == dump_task || !info->thread) { thread 1551 fs/binfmt_elf.c t->next = info->thread; thread 1552 fs/binfmt_elf.c info->thread = t; thread 1558 fs/binfmt_elf.c t->next = info->thread->next; thread 1559 fs/binfmt_elf.c info->thread->next = t; thread 1566 fs/binfmt_elf.c for (t = info->thread; t != NULL; t = t->next) thread 1595 fs/binfmt_elf.c struct elf_thread_core_info *t = info->thread; thread 1622 fs/binfmt_elf.c struct elf_thread_core_info *threads = info->thread; thread 1643 fs/binfmt_elf.c struct task_struct *thread; thread 1659 fs/binfmt_elf.c struct task_struct *p = t->thread; thread 1748 fs/binfmt_elf.c ets->thread = ct->task; thread 1422 fs/binfmt_elf_fdpic.c struct task_struct *thread; thread 1437 fs/binfmt_elf_fdpic.c struct task_struct *p = t->thread; thread 1631 fs/binfmt_elf_fdpic.c tmp->thread = ct->task; thread 244 fs/binfmt_som.c current->thread.task_size = 0xc0000000; thread 248 fs/binfmt_som.c current->thread.map_base = 0x80000000; thread 79 fs/gfs2/locking/dlm/lock_dlm.h struct task_struct *thread; thread 59 fs/gfs2/locking/dlm/thread.c ls->thread = p; thread 66 fs/gfs2/locking/dlm/thread.c kthread_stop(ls->thread); thread 70 fs/hfs/catalog.c memset(rec->thread.reserved, 0, sizeof(rec->thread.reserved)); thread 71 fs/hfs/catalog.c rec->thread.ParID = cpu_to_be32(parentid); thread 72 fs/hfs/catalog.c hfs_asc2mac(sb, &rec->thread.CName, name); thread 191 fs/hfs/catalog.c fd->search_key->cat.ParID = rec.thread.ParID; thread 192 fs/hfs/catalog.c len = fd->search_key->cat.CName.len = rec.thread.CName.len; thread 193 fs/hfs/catalog.c memcpy(fd->search_key->cat.CName.name, rec.thread.CName.name, len); thread 94 fs/hfs/dir.c be32_to_cpu(entry.thread.ParID), DT_DIR)) thread 237 fs/hfs/hfs.h struct hfs_cat_thread thread; thread 146 fs/hfsplus/catalog.c entry->thread.reserved = 0; thread 147 fs/hfsplus/catalog.c entry->thread.parentID = cpu_to_be32(parentid); thread 148 fs/hfsplus/catalog.c hfsplus_asc2uni(sb, &entry->thread.nodeName, str->name, str->len); thread 149 fs/hfsplus/catalog.c return 10 + be16_to_cpu(entry->thread.nodeName.length) * 2; thread 171 fs/hfsplus/catalog.c hfsplus_cat_build_key_uni(fd->search_key, be32_to_cpu(tmp.thread.parentID), thread 172 fs/hfsplus/catalog.c &tmp.thread.nodeName); thread 153 fs/hfsplus/dir.c be32_to_cpu(entry.thread.parentID), DT_DIR)) thread 308 fs/hfsplus/hfsplus_raw.h struct hfsplus_cat_thread thread; thread 553 include/acpi/aclocal.h struct acpi_thread_state thread; thread 125 include/acpi/acstruct.h struct acpi_thread_state *thread; thread 61 include/asm-cris/processor.h #define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp) thread 12 include/asm-cris/system.h (int)&((struct task_struct *)0)->thread) thread 127 include/asm-frv/math-emu.h #define FPDATA ((struct fp_data *)current->thread.fp) thread 136 include/asm-frv/processor.h #define KSTK_EIP(tsk) ((tsk)->thread.frame0->pc) thread 137 include/asm-frv/processor.h #define KSTK_ESP(tsk) ((tsk)->thread.frame0->sp) thread 33 include/asm-frv/system.h (prev)->thread.sched_lr = \ thread 35 include/asm-frv/system.h (last) = __switch_to(&(prev)->thread, &(next)->thread, (prev)); \ thread 140 include/asm-m32r/processor.h #define KSTK_EIP(tsk) ((tsk)->thread.lr) thread 141 include/asm-m32r/processor.h #define KSTK_ESP(tsk) ((tsk)->thread.sp) thread 51 include/asm-m32r/system.h "r" (&(prev->thread.sp)), "r" (&(next->thread.sp)), \ thread 52 include/asm-m32r/system.h "r" (&(prev->thread.lr)), "r" (&(next->thread.lr)) \ thread 127 include/asm-m68k/math-emu.h #define FPDATA ((struct fp_data *)current->thread.fp) thread 122 include/asm-m68k/processor.h if ((tsk)->thread.esp0 > PAGE_SIZE && \ thread 123 include/asm-m68k/processor.h (virt_addr_valid((tsk)->thread.esp0))) \ thread 124 include/asm-m68k/processor.h eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \ thread 126 include/asm-m68k/processor.h #define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp) thread 30 include/asm-m68k/thread_info.h #define init_thread_info (init_task.thread.info) thread 33 include/asm-m68k/thread_info.h #define task_thread_info(tsk) (&(tsk)->thread.info) thread 69 include/asm-mn10300/elf.h struct pt_regs *_ur = current->thread.uregs; \ thread 26 include/asm-mn10300/fpu.h (tsk)->thread.fpu_flags |= THREAD_USING_FPU; \ thread 31 include/asm-mn10300/fpu.h (tsk)->thread.fpu_flags &= ~THREAD_USING_FPU; \ thread 34 include/asm-mn10300/fpu.h #define is_using_fpu(tsk) ((tsk)->thread.fpu_flags & THREAD_USING_FPU) thread 40 include/asm-mn10300/fpu.h fpu_save(&tsk->thread.fpu_state); \ thread 59 include/asm-mn10300/fpu.h __tsk->thread.uregs->epsw &= ~EPSW_FE; \ thread 122 include/asm-mn10300/processor.h __frame = current->thread.uregs; \ thread 32 include/asm-mn10300/system.h current->thread.wchan = (u_long) __builtin_return_address(0); \ thread 33 include/asm-mn10300/system.h (last) = __switch_to(&(prev)->thread, &(next)->thread, (prev)); \ thread 35 include/asm-mn10300/system.h current->thread.wchan = 0; \ thread 151 include/asm-parisc/compat.h struct pt_regs *regs = ¤t->thread.regs; thread 241 include/asm-parisc/elf.h current->thread.map_base = DEFAULT_MAP_BASE; \ thread 242 include/asm-parisc/elf.h current->thread.task_size = DEFAULT_TASK_SIZE \ thread 35 include/asm-parisc/processor.h #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) thread 37 include/asm-parisc/processor.h #define TASK_UNMAPPED_BASE (current->thread.map_base) thread 140 include/asm-parisc/processor.h (task)->thread.flags = (((task)->thread.flags & ~PARISC_UAC_MASK) \ thread 148 include/asm-parisc/processor.h put_user(((task)->thread.flags & PARISC_UAC_MASK) \ thread 337 include/asm-parisc/processor.h #define KSTK_EIP(tsk) ((tsk)->thread.regs.iaoq[0]) thread 338 include/asm-parisc/processor.h #define KSTK_ESP(tsk) ((tsk)->thread.regs.gr[30]) thread 91 include/asm-um/elf-x86_64.h (pr_reg)[21] = current->thread.arch.fs; \ thread 48 include/asm-um/processor-generic.h } thread; thread 133 include/asm-um/processor-generic.h #define KSTK_REG(tsk, reg) get_thread_reg(reg, &tsk->thread.switch_buf) thread 42 include/asm-um/processor-i386.h memset(&thread->tls_array, 0, sizeof(thread->tls_array)); thread 70 include/asm-um/processor-i386.h (address + 32 >= UPT_SP(¤t->thread.regs.regs)) thread 49 include/asm-um/processor-x86_64.h (address + 128 >= UPT_SP(¤t->thread.regs.regs)) thread 37 include/asm-x86/a.out-core.h dump->u_debugreg[0] = current->thread.debugreg0; thread 38 include/asm-x86/a.out-core.h dump->u_debugreg[1] = current->thread.debugreg1; thread 39 include/asm-x86/a.out-core.h dump->u_debugreg[2] = current->thread.debugreg2; thread 40 include/asm-x86/a.out-core.h dump->u_debugreg[3] = current->thread.debugreg3; thread 43 include/asm-x86/a.out-core.h dump->u_debugreg[6] = current->thread.debugreg6; thread 44 include/asm-x86/a.out-core.h dump->u_debugreg[7] = current->thread.debugreg7; thread 176 include/asm-x86/elf.h elf_common_init(¤t->thread, _r, 0); \ thread 181 include/asm-x86/elf.h elf_common_init(¤t->thread, regs, __USER_DS) thread 230 include/asm-x86/elf.h (pr_reg)[21] = current->thread.fs; \ thread 231 include/asm-x86/elf.h (pr_reg)[22] = current->thread.gs; \ thread 81 include/asm-x86/i387.h return xrstor_checking(&tsk->thread.xstate->xsave); thread 83 include/asm-x86/i387.h return fxrstor_checking(&tsk->thread.xstate->fxsave); thread 93 include/asm-x86/i387.h struct xsave_struct *xstate = &tsk->thread.xstate->xsave; thread 94 include/asm-x86/i387.h struct i387_fxsave_struct *fx = &tsk->thread.xstate->fxsave; thread 145 include/asm-x86/i387.h : "=m" (tsk->thread.xstate->fxsave)); thread 152 include/asm-x86/i387.h : "=m" (tsk->thread.xstate->fxsave)); thread 157 include/asm-x86/i387.h : "=m" (tsk->thread.xstate->fxsave) thread 158 include/asm-x86/i387.h : "cdaSDb" (&tsk->thread.xstate->fxsave)); thread 185 include/asm-x86/i387.h xrstor_checking(&tsk->thread.xstate->xsave); thread 196 include/asm-x86/i387.h "m" (tsk->thread.xstate->fxsave)); thread 214 include/asm-x86/i387.h struct xsave_struct *xstate = &tsk->thread.xstate->xsave; thread 215 include/asm-x86/i387.h struct i387_fxsave_struct *fx = &tsk->thread.xstate->fxsave; thread 241 include/asm-x86/i387.h [fx] "m" (tsk->thread.xstate->fxsave), thread 242 include/asm-x86/i387.h [fsw] "m" (tsk->thread.xstate->fxsave.swd) : "memory"); thread 376 include/asm-x86/i387.h return tsk->thread.xstate->fxsave.cwd; thread 378 include/asm-x86/i387.h return (unsigned short)tsk->thread.xstate->fsave.cwd; thread 385 include/asm-x86/i387.h return tsk->thread.xstate->fxsave.swd; thread 387 include/asm-x86/i387.h return (unsigned short)tsk->thread.xstate->fsave.swd; thread 394 include/asm-x86/i387.h return tsk->thread.xstate->fxsave.mxcsr; thread 607 include/asm-x86/paravirt.h PVOP_VCALL2(pv_cpu_ops.load_sp0, tss, thread); thread 521 include/asm-x86/processor.h tss->x86_tss.sp0 = thread->sp0; thread 524 include/asm-x86/processor.h if (unlikely(tss->x86_tss.ss1 != thread->sysenter_cs)) { thread 525 include/asm-x86/processor.h tss->x86_tss.ss1 = thread->sysenter_cs; thread 526 include/asm-x86/processor.h wrmsr(MSR_IA32_SYSENTER_CS, thread->sysenter_cs, 0); thread 555 include/asm-x86/processor.h native_load_sp0(tss, thread); thread 912 include/asm-x86/processor.h #define thread_saved_pc(t) (*(unsigned long *)((t)->thread.sp - 8)) thread 914 include/asm-x86/processor.h #define task_pt_regs(tsk) ((struct pt_regs *)(tsk)->thread.sp0 - 1) thread 45 include/asm-x86/suspend_64.h set_debugreg((thread)->debugreg##register, register) thread 53 include/asm-x86/system.h : [prev_sp] "=m" (prev->thread.sp), \ thread 54 include/asm-x86/system.h [prev_ip] "=m" (prev->thread.ip), \ thread 62 include/asm-x86/system.h : [next_sp] "m" (next->thread.sp), \ thread 63 include/asm-x86/system.h [next_ip] "m" (next->thread.ip), \ thread 105 include/asm-x86/system.h [threadrsp] "i" (offsetof(struct task_struct, thread.sp)), \ thread 115 include/asm-x86/xsave.h : : "D" (&(tsk->thread.xstate->xsave)), thread 175 include/asm-xtensa/uaccess.h #define get_fs() (current->thread.current_ds) thread 176 include/asm-xtensa/uaccess.h #define set_fs(val) (current->thread.current_ds = (val)) thread 158 include/linux/init_task.h .thread = INIT_THREAD, \ thread 439 include/linux/mISDNif.h struct task_struct *thread; thread 150 include/linux/pktcdvd.h struct task_struct *thread; thread 167 include/linux/raid/md_k.h struct mdk_thread_s *thread; /* management thread */ thread 1172 include/linux/sched.h struct thread_struct thread; thread 15 include/media/videobuf-dvb.h struct task_struct *thread; thread 209 include/pcmcia/ss.h struct task_struct *thread; thread 845 kernel/exit.c struct task_struct *thread; thread 847 kernel/exit.c thread = father; thread 848 kernel/exit.c while_each_thread(father, thread) { thread 849 kernel/exit.c if (thread->flags & PF_EXITING) thread 852 kernel/exit.c pid_ns->child_reaper = thread; thread 853 kernel/exit.c return thread; thread 849 kernel/kgdb.c struct task_struct *thread; thread 853 kernel/kgdb.c thread = kgdb_usethread; thread 854 kernel/kgdb.c if (!thread) { thread 855 kernel/kgdb.c thread = kgdb_info[ks->cpu].task; thread 866 kernel/kgdb.c if (thread == kgdb_info[i].task) thread 886 kernel/kgdb.c sleeping_thread_to_gdb_regs(gdb_regs, thread); thread 1077 kernel/kgdb.c struct task_struct *thread; thread 1084 kernel/kgdb.c thread = getthread(ks->linux_regs, ks->threadid); thread 1085 kernel/kgdb.c if (!thread && ks->threadid > 0) { thread 1089 kernel/kgdb.c kgdb_usethread = thread; thread 1099 kernel/kgdb.c thread = getthread(ks->linux_regs, ks->threadid); thread 1100 kernel/kgdb.c if (!thread && ks->threadid > 0) { thread 1104 kernel/kgdb.c kgdb_contthread = thread; thread 1115 kernel/kgdb.c struct task_struct *thread; thread 1118 kernel/kgdb.c thread = getthread(ks->linux_regs, ks->threadid); thread 1119 kernel/kgdb.c if (thread) thread 1647 kernel/posix-cpu-timers.c struct k_clock thread = { thread 1657 kernel/posix-cpu-timers.c register_posix_clock(CLOCK_THREAD_CPUTIME_ID, &thread); thread 157 kernel/trace/trace_sysprof.c regs = (struct pt_regs *)current->thread.sp0 - 1; thread 50 kernel/workqueue.c struct task_struct *thread; thread 372 kernel/workqueue.c if (cwq->thread == current) { thread 747 kernel/workqueue.c if (current == cwq->thread) thread 785 kernel/workqueue.c cwq->thread = p; thread 792 kernel/workqueue.c struct task_struct *p = cwq->thread; thread 872 kernel/workqueue.c if (cwq->thread == NULL) thread 889 kernel/workqueue.c kthread_stop(cwq->thread); thread 890 kernel/workqueue.c cwq->thread = NULL;