Home
last modified time | relevance | path

Searched defs:mdproc (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/arch/arm/include/
H A Dproc.h56 struct mdproc { struct
57 void (*md_syscall)(struct trapframe *, struct lwp *, uint32_t);
58 int pmc_enabled; /* bitfield of enabled counters */
59 void *pmc_state; /* port-specific pmc state */
60 char md_march[12]; /* machine arch of executable */
/netbsd-src/sys/arch/powerpc/include/
H A Dproc.h53 struct mdproc { struct
54 void (*md_syscall)(struct trapframe *);
57 vaddr_t md_ss_addr[2];
58 uint32_t md_ss_insn[2];
/netbsd-src/sys/arch/sparc64/include/
H A Dproc.h53 struct mdproc { struct
54 void (*md_syscall)(struct trapframe64 *, __register_t, __register_t);
55 u_long md_flags;
/netbsd-src/sys/arch/m68k/include/
H A Dproc.h58 struct mdproc { struct
59 int mdp_flags; /* machine-dependent flags */
60 void (*md_syscall)(__register_t, struct lwp *, struct frame *);
/netbsd-src/sys/arch/sparc/include/
H A Dproc.h55 struct mdproc { struct
56 void (*md_syscall)(__register_t, struct trapframe *, __register_t);
57 u_long md_flags;
/netbsd-src/sys/arch/hppa/include/
H A Dproc.h51 struct mdproc { struct
52 void (*md_syscall)(struct trapframe *, int *);
54 int md_flags; /* machine-dependent flags */
/netbsd-src/sys/arch/mips/include/
H A Dproc.h58 struct mdproc { struct
60 void (*md_syscall)(struct lwp *, u_int, u_int, __vaddr_t);
61 int md_abi; /* which ABI is this process using? */
/netbsd-src/sys/arch/i386/include/
H A Dproc.h58 struct mdproc { struct
59 int md_flags;
60 void (*md_syscall)(struct trapframe *);
/netbsd-src/sys/arch/amd64/include/
H A Dproc.h59 struct mdproc { struct
60 int md_flags;
62 void (*md_syscall)(struct trapframe *);
/netbsd-src/sys/arch/aarch64/include/
H A Dproc.h56 struct mdproc { struct
57 void (*md_syscall)(struct trapframe *);
58 char md_march32[12]; /* machine arch of executable */
/netbsd-src/sys/arch/vax/include/
H A Dproc.h48 struct mdproc { struct
50 void (*md_syscall)(struct trapframe *);
/netbsd-src/sys/arch/or1k/include/
H A Dproc.h43 struct mdproc { struct
44 void (*md_syscall)(struct trapframe *);
/netbsd-src/sys/arch/alpha/include/
H A Dproc.h71 struct mdproc { struct
73 void (*md_syscall)(struct lwp *, uint64_t, struct trapframe *);
/netbsd-src/sys/arch/ia64/include/
H A Dproc.h36 struct mdproc { struct
38 void (*md_syscall)(struct lwp *, u_int64_t, struct trapframe *);
/netbsd-src/sys/arch/riscv/include/
H A Dproc.h62 struct mdproc { struct
64 md_syscallmdproc global() argument
/netbsd-src/sys/arch/sh3/include/
H A Dproc.h63 struct mdproc { struct
64 void (*md_syscall)(struct lwp *, struct trapframe *);
/netbsd-src/sys/arch/usermode/include/
H A Dproc.h35 struct mdproc { struct