tag | line | file | source code |
thread_struct | 83 | arch/alpha/mm/init.c | static void load_PCB(struct thread_struct * pcb) |
thread_struct | 288 | arch/i386/kernel/process.c | p->tss.bitmap = offsetof(struct thread_struct,io_bitmap); |
thread_struct | 27 | arch/ppc/kernel/mk_defs.c | struct thread_struct tss; |
thread_struct | 42 | arch/ppc/kernel/process.c | struct thread_struct *new_tss, *old_tss; |
thread_struct | 521 | arch/ppc/mm/init.c | MMU_map_page(struct thread_struct *tss, unsigned long va, unsigned long pa, int flags) |
thread_struct | 556 | arch/ppc/mm/init.c | MMU_hash_page(struct thread_struct *tss, unsigned long va, pte *pg) |
thread_struct | 229 | arch/sparc/mm/fault.c | struct thread_struct *tsp = ¤t->tss; |
thread_struct | 66 | include/asm-alpha/processor.h | extern inline unsigned long thread_saved_pc(struct thread_struct *t) |
thread_struct | 141 | include/asm-i386/processor.h | extern inline unsigned long thread_saved_pc(struct thread_struct *t) |
thread_struct | 163 | include/asm-mips/processor.h | extern inline unsigned long thread_saved_pc(struct thread_struct *t) |
thread_struct | 150 | include/asm-ppc/mmu.h | extern int MMU_hash_page(struct thread_struct *tss, unsigned long va, pte *pg); |
thread_struct | 111 | include/asm-ppc/processor.h | static inline unsigned long thread_saved_pc(struct thread_struct *t) |
thread_struct | 99 | include/asm-sparc/processor.h | extern inline unsigned long thread_saved_pc(struct thread_struct *t) |
thread_struct | 241 | include/linux/sched.h | struct thread_struct tss; |