HomeSort by: relevance | last modified time | path
    Searched refs:lsf_sc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/arch/mips/
linux_machdep.h 111 struct linux_sigcontext lsf_sc; member in struct:linux_sigframe
119 struct linux_sigcontext32 lsf_sc; member in struct:linux_sigframe32
linux_machdep.c 197 linux_setup_sigcontext(&ksf.sf.lsf_sc, tf);
202 linux_setup_sigcontext32(&ksf.sf32.lsf_sc, tf);
236 tf->tf_regs[_R_A2] = (intptr_t)&sf->sf.lsf_sc;
239 printf("sigcontext is at %p\n", &sf->sf.lsf_sc);
321 linux_putaway_sigcontext(l->l_md.md_utf, &ksf.sf.lsf_sc);
326 linux_putaway_sigcontext32(l->l_md.md_utf, &ksf.sf32.lsf_sc);

Completed in 33 milliseconds