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

  /src/sys/arch/amd64/amd64/
linux_syscall.c 1 /* $NetBSD: linux_syscall.c,v 1.33 2023/10/05 19:41:03 ad Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: linux_syscall.c,v 1.33 2023/10/05 19:41:03 ad Exp $");
50 #include <compat/linux/linux_syscall.h>
59 static void linux_syscall(struct trapframe *);
65 p->p_md.md_syscall = linux_syscall;
74 linux_syscall(struct trapframe *frame) function in typeref:typename:void
  /src/sys/arch/i386/i386/
linux_syscall.c 1 /* $NetBSD: linux_syscall.c,v 1.55 2023/10/05 19:41:04 ad Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: linux_syscall.c,v 1.55 2023/10/05 19:41:04 ad Exp $");
50 #include <compat/linux/linux_syscall.h>
54 static void linux_syscall(struct trapframe *);
62 p->p_md.md_syscall = linux_syscall;
71 linux_syscall(struct trapframe *frame) function in typeref:typename:void

Completed in 13 milliseconds