/src/sys/arch/m68k/m68k/ |
linux_syscall.c | 91 static void linux_syscall_fancy(register_t, struct lwp *, struct frame *); 98 p->p_md.md_syscall = linux_syscall_fancy; 179 linux_syscall_fancy(register_t code, struct lwp *l, struct frame *frame) function in typeref:typename:void
|
linux_syscall.c | 91 static void linux_syscall_fancy(register_t, struct lwp *, struct frame *); 98 p->p_md.md_syscall = linux_syscall_fancy; 179 linux_syscall_fancy(register_t code, struct lwp *l, struct frame *frame) function in typeref:typename:void
|
/src/sys/arch/arm/arm/ |
linux_syscall.c | 98 void linux_syscall_fancy(struct trapframe *, struct lwp *, uint32_t); 105 p->p_md.md_syscall = linux_syscall_fancy; 162 linux_syscall_fancy(trapframe_t *frame, struct lwp *l, uint32_t insn) function in typeref:typename:void
|
linux_syscall.c | 98 void linux_syscall_fancy(struct trapframe *, struct lwp *, uint32_t); 105 p->p_md.md_syscall = linux_syscall_fancy; 162 linux_syscall_fancy(trapframe_t *frame, struct lwp *l, uint32_t insn) function in typeref:typename:void
|
/src/sys/arch/alpha/alpha/ |
linux_syscall.c | 115 void linux_syscall_fancy(struct lwp *, uint64_t, struct trapframe *); 122 p->p_md.md_syscall = linux_syscall_fancy; 223 linux_syscall_fancy(struct lwp *l, uint64_t code, struct trapframe *framep) function in typeref:typename:void
|
linux_syscall.c | 115 void linux_syscall_fancy(struct lwp *, uint64_t, struct trapframe *); 122 p->p_md.md_syscall = linux_syscall_fancy; 223 linux_syscall_fancy(struct lwp *l, uint64_t code, struct trapframe *framep) function in typeref:typename:void
|