tag | line | file | source code |
---|---|---|---|
switch_to_context | 59 | arch/sparc/mm/loadmmu.c | void (*switch_to_context)(struct task_struct *tsk); |
switch_to_context | 1487 | arch/sparc/mm/srmmu.c | switch_to_context = srmmu_switch_to_context; |
switch_to_context | 1384 | arch/sparc/mm/sun4c.c | switch_to_context = sun4c_switch_to_context; |
switch_to_context | 255 | include/asm-sparc/pgtable.h | extern void (*switch_to_context)(struct task_struct *tsk); |
switch_to_context | 49 | include/asm-sparc/system.h | switch_to_context(p); \ |