cpu_switch        136 bsp/hal/arm/arch/context.c 	cpu_switch(&prev->kregs, &next->kregs);
cpu_switch         39 bsp/hal/arm/include/locore.h void	 cpu_switch(struct kern_regs *, struct kern_regs *);
cpu_switch        142 bsp/hal/ppc/arch/context.c 	cpu_switch(&prev->kregs, &next->kregs);
cpu_switch         39 bsp/hal/ppc/include/locore.h void	cpu_switch(struct kern_regs *, struct kern_regs *);
cpu_switch        151 bsp/hal/x86/arch/context.c 	cpu_switch(&prev->kregs, &next->kregs);
cpu_switch         75 bsp/hal/x86/include/locore.h void	cpu_switch(struct kern_regs *, struct kern_regs *);