/src/sys/arch/amd64/include/ |
userret.h | 1 /* $NetBSD: userret.h,v 1.13 2018/07/26 09:29:08 maxv Exp $ */ 69 #include <sys/userret.h> 71 static __inline void userret(struct lwp *); 78 userret(struct lwp *l) function in typeref:typename:void 80 /* Invoke MI userret code */
|
/src/sys/arch/i386/include/ |
userret.h | 1 /* $NetBSD: userret.h,v 1.15 2018/07/26 09:29:08 maxv Exp $ */ 65 #include <sys/userret.h> 67 static __inline void userret(struct lwp *); 74 userret(struct lwp *l) function in typeref:typename:void 76 /* Invoke MI userret code */
|
/src/sys/arch/mips/include/ |
userret.h | 1 /* $NetBSD: userret.h,v 1.13 2011/02/08 20:20:19 rmind Exp $ */ 44 #include <sys/userret.h> 47 userret(struct lwp *l) function in typeref:typename:void 50 /* Invoke MI userret code */
|
/src/sys/arch/ia64/include/ |
userret.h | 1 /* $NetBSD: userret.h,v 1.2 2023/10/06 11:45:37 skrll Exp $ */ 30 #include <sys/userret.h> 37 userret(struct lwp *l) function in typeref:typename:void 40 /* Invoke MI userret code */
|
/src/sys/arch/riscv/include/ |
userret.h | 1 /* $NetBSD: userret.h,v 1.1 2024/11/22 20:01:04 skrll Exp $ */ 36 #include <sys/userret.h> 39 userret(struct lwp *l) function in typeref:typename:void
|
/src/sys/arch/alpha/include/ |
userret.h | 1 /* $NetBSD: userret.h,v 1.11 2021/05/01 13:23:07 thorpej Exp $ */ 93 #include <sys/userret.h> 101 userret(struct lwp *l) function in typeref:typename:void 110 /* Invoke MI userret code */
|
/src/sys/arch/arm/arm/ |
ast.c | 56 #include <sys/userret.h> 69 userret(struct lwp *l) function in typeref:typename:void 91 /* Invoke MI userret code */ 130 userret(l);
|
/src/sys/arch/powerpc/include/ |
userret.h | 1 /* $NetBSD: userret.h,v 1.31 2020/07/06 09:34:17 rin Exp $ */ 39 #include <sys/userret.h> 55 userret(struct lwp *l, struct trapframe *tf) function in typeref:typename:void 60 /* Invoke MI userret code */
|
/src/sys/arch/sh3/include/ |
userret.h | 1 /* $NetBSD: userret.h,v 1.18 2020/01/07 07:41:20 skrll Exp $ */ 44 #include <sys/userret.h> 51 userret(struct lwp *l) function in typeref:typename:void 62 /* Invoke MI userret code */
|
/src/sys/arch/sparc/include/ |
userret.h | 1 /* $NetBSD: userret.h,v 1.11 2019/11/29 18:27:33 ad Exp $ */ 51 #include <sys/userret.h> 53 static __inline void userret(struct lwp *, int, u_quad_t); 62 userret(struct lwp *l, int pc, u_quad_t oticks) function in typeref:typename:void 85 * on return. This is not done in userret() above as it must follow 87 * ktrsysret should occur before the call to userret.
|
/src/sys/arch/sparc64/include/ |
userret.h | 1 /* $NetBSD: userret.h,v 1.9 2009/10/17 08:50:49 nakayama Exp $ */ 52 #include <sys/userret.h> 54 static __inline void userret(struct lwp *, int, u_quad_t); 60 userret(struct lwp *l, int pc, u_quad_t oticks) function in typeref:typename:void 76 * on return. This is not done in userret() above as it must follow 78 * ktrsysret should occur before the call to userret.
|
/src/sys/arch/vax/include/ |
userret.h | 1 /* $NetBSD: userret.h,v 1.15 2017/05/22 17:12:11 ragge Exp $ */ 28 #include <sys/userret.h> 36 userret(struct lwp *l, struct trapframe *tf, u_quad_t oticks) function in typeref:typename:void
|
/src/sys/arch/luna68k/luna68k/ |
trap.c | 58 #include <sys/userret.h> 83 static inline void userret(struct lwp *l, struct frame *fp, 149 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, int fromtrap) function in typeref:typename:void 158 /* Invoke MI userret code */ 205 * XXX: Temporary until all m68k ports share common trap()/userret() code. 213 userret(l, f, t, 0, 0); 574 userret(l, fp, sticks, v, 1);
|
/src/sys/arch/mac68k/mac68k/ |
trap.c | 60 #include <sys/userret.h> 150 static inline void userret(struct lwp *, struct frame *, u_quad_t, u_int, int); 157 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, function in typeref:typename:void 167 /* Invoke MI userret code */ 214 * XXX: Temporary until all m68k ports share common trap()/userret() code. 222 userret(l, f, t, 0, 0); 607 userret(l, fp, sticks, v, 1);
|
/src/sys/arch/atari/atari/ |
trap.c | 60 #include <sys/userret.h> 95 static void userret(struct lwp *, struct frame *fp, u_quad_t, u_int, int); 181 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, int fromtrap) function in typeref:typename:void 190 /* Invoke MI userret code */ 237 * XXX: Temporary until all m68k ports share common trap()/userret() code. 245 userret(l, f, t, 0, 0); 672 userret(l, fp, sticks, v, 1);
|
/src/sys/arch/cesfic/cesfic/ |
trap.c | 61 #include <sys/userret.h> 95 static inline void userret(struct lwp *l, struct frame *fp, 180 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, int fromtrap) function in typeref:typename:void 189 /* Invoke MI userret code */ 236 * XXX: Temporary until all m68k ports share common trap()/userret() code. 244 userret(l, f, t, 0, 0); 623 userret(l, fp, sticks, v, 1);
|
/src/sys/arch/hp300/hp300/ |
trap.c | 61 #include <sys/userret.h> 176 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, function in typeref:typename:void 186 /* Invoke MI userret code */ 233 * XXX: Temporary until all m68k ports share common trap()/userret() code. 241 userret(l, f, t, 0, 0); 645 userret(l, fp, sticks, v, 1);
|
/src/sys/arch/mvme68k/mvme68k/ |
trap.c | 58 #include <sys/userret.h> 91 static inline void userret(struct lwp *l, struct frame *fp, 193 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, function in typeref:typename:void 203 /* Invoke MI userret code */ 255 * XXX: Temporary until all m68k ports share common trap()/userret() code. 263 userret(l, f, t, 0, 0); 644 userret(l, fp, sticks, v, 1);
|
/src/sys/arch/news68k/news68k/ |
trap.c | 55 #include <sys/userret.h> 84 static inline void userret(struct lwp *l, struct frame *fp, 169 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, function in typeref:typename:void 179 /* Invoke MI userret code */ 226 * XXX: Temporary until all m68k ports share common trap()/userret() code. 234 userret(l, f, t, 0, 0); 588 userret(l, fp, sticks, v, 1);
|
/src/sys/arch/next68k/next68k/ |
trap.c | 66 #include <sys/userret.h> 100 static inline void userret(struct lwp *, struct frame *, u_quad_t, u_int, int); 184 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, function in typeref:typename:void 194 /* Invoke MI userret code */ 241 * XXX: Temporary until all m68k ports share common trap()/userret() code. 249 userret(l, f, t, 0, 0); 633 userret(l, fp, sticks, v, 1);
|
/src/sys/arch/sun2/sun2/ |
trap.c | 99 #include <sys/userret.h> 138 static void userret(struct lwp *, struct trapframe *, u_quad_t); 203 userret(struct lwp *l, struct trapframe *tf, u_quad_t oticks) function in typeref:typename:void 207 /* Invoke MI userret code */ 222 * XXX: Temporary until all m68k ports share common trap()/userret() code. 230 userret(l, &f->F_t, t); 594 userret(l, tf, sticks);
|
/src/sys/arch/sun3/sun3/ |
trap.c | 99 #include <sys/userret.h> 147 static void userret(struct lwp *, struct trapframe *, u_quad_t); 212 userret(struct lwp *l, struct trapframe *tf, u_quad_t oticks) function in typeref:typename:void 216 /* Invoke MI userret code */ 231 * XXX: Temporary until all m68k ports share common trap()/userret() code. 239 userret(l, &f->F_t, t); 609 userret(l, tf, sticks);
|
/src/sys/arch/x68k/x68k/ |
trap.c | 60 #include <sys/userret.h> 93 static inline void userret(struct lwp *, struct frame *, u_quad_t, u_int, int); 177 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, function in typeref:typename:void 187 /* Invoke MI userret code */ 234 * XXX: Temporary until all m68k ports share common trap()/userret() code. 242 userret(l, f, t, 0, 0); 643 userret(l, fp, sticks, v, 1);
|
/src/sys/arch/virt68k/virt68k/ |
trap.c | 58 #include <sys/userret.h> 91 static inline void userret(struct lwp *l, struct frame *fp, 193 userret(struct lwp *l, struct frame *fp, u_quad_t oticks, u_int faultaddr, function in typeref:typename:void 203 /* Invoke MI userret code */ 255 * XXX: Temporary until all m68k ports share common trap()/userret() code. 263 userret(l, f, t, 0, 0); 648 userret(l, fp, sticks, v, 1);
|
/src/sys/arch/usermode/usermode/ |
trap.c | 37 #include <sys/userret.h> 185 /* ast and userret */ 212 userret(struct lwp *l) function in typeref:typename:void 214 /* invoke MI userret code */ 533 userret(l); 560 userret(l); 579 userret(l); 605 userret(l); 628 userret(l); 656 userret(l); /* or ast? * [all...] |