HomeSort by: relevance | last modified time | path
    Searched defs:linux_syscall_plain (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/m68k/m68k/
linux_syscall.c 90 static void linux_syscall_plain(register_t, struct lwp *, struct frame *);
100 p->p_md.md_syscall = linux_syscall_plain;
104 linux_syscall_plain(register_t code, struct lwp *l, struct frame *frame) function in typeref:typename:void
linux_syscall.c 90 static void linux_syscall_plain(register_t, struct lwp *, struct frame *);
100 p->p_md.md_syscall = linux_syscall_plain;
104 linux_syscall_plain(register_t code, struct lwp *l, struct frame *frame) function in typeref:typename:void
  /src/sys/arch/arm/arm/
linux_syscall.c 97 void linux_syscall_plain(struct trapframe *, struct lwp *, uint32_t);
107 p->p_md.md_syscall = linux_syscall_plain;
111 linux_syscall_plain(trapframe_t *frame, struct lwp *l, uint32_t insn) function in typeref:typename:void
linux_syscall.c 97 void linux_syscall_plain(struct trapframe *, struct lwp *, uint32_t);
107 p->p_md.md_syscall = linux_syscall_plain;
111 linux_syscall_plain(trapframe_t *frame, struct lwp *l, uint32_t insn) function in typeref:typename:void
  /src/sys/arch/alpha/alpha/
linux_syscall.c 114 void linux_syscall_plain(struct lwp *, uint64_t, struct trapframe *);
124 p->p_md.md_syscall = linux_syscall_plain;
141 linux_syscall_plain(struct lwp *l, uint64_t code, struct trapframe *framep) function in typeref:typename:void
linux_syscall.c 114 void linux_syscall_plain(struct lwp *, uint64_t, struct trapframe *);
124 p->p_md.md_syscall = linux_syscall_plain;
141 linux_syscall_plain(struct lwp *l, uint64_t code, struct trapframe *framep) function in typeref:typename:void

Completed in 47 milliseconds