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

  /src/sys/arch/vax/include/
proc.h 50 void (*md_syscall)(struct trapframe *); member in struct:mdproc
  /src/sys/arch/alpha/include/
proc.h 73 void (*md_syscall)(struct lwp *, uint64_t, struct trapframe *); member in struct:mdproc
  /src/sys/arch/or1k/include/
proc.h 44 void (*md_syscall)(struct trapframe *); member in struct:mdproc
  /src/sys/arch/sparc64/include/
proc.h 54 void (*md_syscall)(struct trapframe64 *, __register_t, __register_t); member in struct:mdproc
  /src/sys/arch/usermode/modules/syscallemu/
syscallemu_arm.c 52 void (*md_syscall)(struct trapframe *, struct lwp *, uint32_t) = NULL; local in function:arm_syscall_emu
69 md_syscall = NULL;
71 md_syscall = sce->sce_md_syscall;
74 md_syscall = p->p_md.md_syscall;
77 if (md_syscall == NULL) {
89 KASSERT(md_syscall != NULL);
90 md_syscall(frame, l, insn);
95 * Set p_md.md_syscall to our syscall filter, and return a pointer to the
103 osyscall = p->p_md.md_syscall;
    [all...]
syscallemu_x86.c 50 void (*md_syscall)(struct trapframe *) = NULL; local in function:x86_syscall_emu
69 md_syscall = NULL;
71 md_syscall = sce->sce_md_syscall;
74 md_syscall = p->p_md.md_syscall;
77 if (md_syscall == NULL) {
89 KASSERT(md_syscall != NULL);
90 md_syscall(frame);
95 * Set p_md.md_syscall to our syscall filter, and return a pointer to the
103 osyscall = p->p_md.md_syscall;
    [all...]
  /src/sys/arch/hppa/include/
proc.h 52 void (*md_syscall)(struct trapframe *, int *); member in struct:mdproc
  /src/sys/arch/amd64/include/
proc.h 62 void (*md_syscall)(struct trapframe *); member in struct:mdproc
  /src/sys/arch/i386/include/
proc.h 60 void (*md_syscall)(struct trapframe *); member in struct:mdproc
  /src/sys/arch/m68k/include/
proc.h 60 void (*md_syscall)(__register_t, struct lwp *, struct frame *); member in struct:mdproc
  /src/sys/arch/mips/include/
proc.h 60 void (*md_syscall)(struct lwp *, u_int, u_int, __vaddr_t); member in struct:mdproc
  /src/sys/arch/powerpc/include/
proc.h 54 void (*md_syscall)(struct trapframe *); member in struct:mdproc
  /src/sys/arch/sh3/include/
proc.h 64 void (*md_syscall)(struct lwp *, struct trapframe *); member in struct:mdproc
  /src/sys/arch/sparc/include/
proc.h 56 void (*md_syscall)(__register_t, struct trapframe *, __register_t); member in struct:mdproc
  /src/sys/arch/ia64/include/
proc.h 38 void (*md_syscall)(struct lwp *, u_int64_t, struct trapframe *); member in struct:mdproc
  /src/sys/arch/arm/include/
proc.h 57 void (*md_syscall)(struct trapframe *, struct lwp *, uint32_t); member in struct:mdproc
  /src/sys/arch/riscv/include/
proc.h 64 void (*md_syscall)(struct trapframe *); member in struct:mdproc
  /src/sys/arch/aarch64/include/
proc.h 57 void (*md_syscall)(struct trapframe *); member in struct:mdproc

Completed in 15 milliseconds