taglinefilesource code
new_task477arch/sparc/mm/sun4c.cvoid sun4c_switch_to_context(void *new_task)
new_task479arch/sparc/mm/sun4c.cstruct task_struct *tsk = (struct task_struct *) new_task;
new_task987arch/sparc/mm/sun4c.cstruct task_struct *new_task = vtask;
new_task993arch/sparc/mm/sun4c.csun4c_lock_tlb_entry((unsigned long) new_task);
new_task994arch/sparc/mm/sun4c.csun4c_lock_tlb_entry(new_task->kernel_stack_page);
new_task45include/asm-sparc/system.hextern void sparc_switch_to(void *new_task);