tag
line
file
source code
new_tss
41
arch/ppc/kernel/process.c
struct thread_struct *new_tss, *old_tss;
new_tss
49
arch/ppc/kernel/process.c
new_tss = &new->tss;
new_tss
52
arch/ppc/kernel/process.c
_switch(old_tss, new_tss);