regtoframe
regtoframe((struct reg *)ksc.sc_regs, l->l_md.md_tf);
regtoframe((struct reg *)ksc.sc_regs, l->l_md.md_tf);
regtoframe((const struct reg *)gr, l->l_md.md_tf);
regtoframe(regs, lwp_frame(l));
void regtoframe(const struct reg *, struct trapframe *);
regtoframe((struct reg *)context.sc_regs, l->l_md.md_tf);