taglinefilesource code
thread_struct84arch/alpha/mm/init.cstatic void load_PCB(struct thread_struct * pcb)
thread_struct325arch/i386/kernel/process.cp->tss.bitmap = offsetof(struct thread_struct,io_bitmap);
thread_struct27arch/ppc/kernel/mk_defs.cstruct thread_struct tss;
thread_struct42arch/ppc/kernel/process.cstruct thread_struct *new_tss, *old_tss;
thread_struct521arch/ppc/mm/init.cMMU_map_page(struct thread_struct *tss, unsigned long va, unsigned long pa, int flags)
thread_struct556arch/ppc/mm/init.cMMU_hash_page(struct thread_struct *tss, unsigned long va, pte *pg)
thread_struct19arch/sparc/kernel/windows.cstatic inline void shift_window_buffer(int first_win, int last_win, struct thread_struct *tp)
thread_struct40arch/sparc/kernel/windows.cstruct thread_struct *tp = &current->tss;
thread_struct95arch/sparc/kernel/windows.cstruct thread_struct *tp = &current->tss;
thread_struct66include/asm-alpha/processor.hextern inline unsigned long thread_saved_pc(struct thread_struct *t)
thread_struct145include/asm-i386/processor.hextern inline unsigned long thread_saved_pc(struct thread_struct *t)
thread_struct163include/asm-mips/processor.hextern inline unsigned long thread_saved_pc(struct thread_struct *t)
thread_struct150include/asm-ppc/mmu.hextern int MMU_hash_page(struct thread_struct *tss, unsigned long va, pte *pg);
thread_struct111include/asm-ppc/processor.hstatic inline unsigned long thread_saved_pc(struct thread_struct *t)
thread_struct107include/asm-sparc/processor.hextern inline unsigned long thread_saved_pc(struct thread_struct *t)
thread_struct239include/linux/sched.hstruct thread_struct tss;