sf 60 kern/arch/mips/thread/switchframe.c struct switchframe *sf; sf 68 kern/arch/mips/thread/switchframe.c sf = ((struct switchframe *) stacktop) - 1; sf 71 kern/arch/mips/thread/switchframe.c bzero(sf, sizeof(*sf)); sf 91 kern/arch/mips/thread/switchframe.c sf->sf_s0 = (uint32_t)entrypoint; sf 92 kern/arch/mips/thread/switchframe.c sf->sf_s1 = (uint32_t)data1; sf 93 kern/arch/mips/thread/switchframe.c sf->sf_s2 = (uint32_t)data2; sf 94 kern/arch/mips/thread/switchframe.c sf->sf_ra = (uint32_t)mips_threadstart; sf 97 kern/arch/mips/thread/switchframe.c thread->t_context = sf;