Home
last modified time | relevance | path

Searched refs:md_syscallemu (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/usermode/modules/syscallemu/
Dsyscallemu.h60 void * md_syscallemu(struct proc *);
Dsyscallemu_arm.c99 md_syscallemu(struct proc *p) in md_syscallemu() function
Dsyscallemu_x86.c99 md_syscallemu(struct proc *p) in md_syscallemu() function
Dsyscallemu.c105 sce->sce_md_syscall = md_syscallemu(p); in sys_syscallemu()