Searched defs:md_syscall (Results 1 - 18 of 18) sorted by relevance

/src/sys/arch/vax/include/
H A Dproc.h50 void (*md_syscall)(struct trapframe *); member in struct:mdproc
/src/sys/arch/sparc64/include/
H A Dproc.h54 void (*md_syscall)(struct trapframe64 *, __register_t, __register_t); member in struct:mdproc
/src/sys/arch/usermode/modules/syscallemu/
H A Dsyscallemu_arm.c52 void (*md_syscall)(struct trapframe *, struct lwp *, uint32_t) = NULL; local in function:arm_syscall_emu
[all...]
H A Dsyscallemu_x86.c50 void (*md_syscall)(struct trapframe *) = NULL; local in function:x86_syscall_emu
[all...]
/src/sys/arch/or1k/include/
H A Dproc.h44 void (*md_syscall)(struct trapframe *); member in struct:mdproc
/src/sys/arch/hppa/include/
H A Dproc.h52 void (*md_syscall)(struct trapframe *, int *); member in struct:mdproc
/src/sys/arch/alpha/include/
H A Dproc.h73 void (*md_syscall)(struct lwp *, uint64_t, struct trapframe *); member in struct:mdproc
/src/sys/arch/powerpc/include/
H A Dproc.h54 void (*md_syscall)(struct trapframe *); member in struct:mdproc
/src/sys/arch/riscv/include/
H A Dproc.h64 void (*md_syscall)(struct trapframe *); member in struct:mdproc
/src/sys/arch/sh3/include/
H A Dproc.h64 void (*md_syscall)(struct lwp *, struct trapframe *); member in struct:mdproc
/src/sys/arch/sparc/include/
H A Dproc.h56 void (*md_syscall)(__register_t, struct trapframe *, __register_t); member in struct:mdproc
/src/sys/arch/mips/include/
H A Dproc.h60 void (*md_syscall)(struct lwp *, u_int, u_int, __vaddr_t); member in struct:mdproc
/src/sys/arch/i386/include/
H A Dproc.h60 void (*md_syscall)(struct trapframe *); member in struct:mdproc
/src/sys/arch/ia64/include/
H A Dproc.h38 void (*md_syscall)(struct lwp *, u_int64_t, struct trapframe *); member in struct:mdproc
/src/sys/arch/amd64/include/
H A Dproc.h62 void (*md_syscall)(struct trapframe *); member in struct:mdproc
/src/sys/arch/arm/include/
H A Dproc.h57 void (*md_syscall)(struct trapframe *, struct lwp *, uint32_t); member in struct:mdproc
/src/sys/arch/m68k/include/
H A Dproc.h60 void (*md_syscall)(__register_t, struct lwp *, struct frame *); member in struct:mdproc
/src/sys/arch/aarch64/include/
H A Dproc.h57 void (*md_syscall)(struct trapframe *); member in struct:mdproc

Completed in 6 milliseconds