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

  /src/sys/compat/linux/common/
linux_exec.c 103 .e_setregs = linux_setregs,
linux_exec.h 123 void linux_setregs(struct lwp *, struct exec_package *, vaddr_t);
  /src/sys/compat/linux/arch/arm/
linux_machdep.c 72 linux_setregs(struct lwp *l, struct exec_package *epp, vaddr_t stack) function in typeref:typename:void
  /src/sys/compat/linux/arch/aarch64/
linux_machdep.c 51 linux_setregs(struct lwp *l, struct exec_package *epp, vaddr_t stack) function in typeref:typename:void
  /src/sys/compat/linux/arch/alpha/
linux_machdep.c 93 linux_setregs(struct lwp *l, struct exec_package *epp, vaddr_t stack) function in typeref:typename:void
  /src/sys/compat/linux/arch/powerpc/
linux_machdep.c 89 linux_setregs(struct lwp *l, struct exec_package *pack, vaddr_t stack) function in typeref:typename:void
  /src/sys/compat/linux/arch/mips/
linux_machdep.c 101 linux_setregs(struct lwp *l, struct exec_package *pack, vaddr_t stack) function in typeref:typename:void
  /src/sys/compat/linux/arch/amd64/
linux_machdep.c 84 linux_setregs(struct lwp *l, struct exec_package *epp, vaddr_t stack) function in typeref:typename:void
  /src/sys/compat/linux/arch/m68k/
linux_machdep.c 91 linux_setregs(struct lwp *l, struct exec_package *epp, vaddr_t stack) function in typeref:typename:void
  /src/sys/compat/linux/arch/i386/
linux_machdep.c 127 linux_setregs(struct lwp *l, struct exec_package *epp, vaddr_t stack) function in typeref:typename:void

Completed in 16 milliseconds