/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 */
|
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 */
|
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 */
|
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 */
|
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
|
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 */
|
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);
|
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 */
|
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 */
|
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.
|
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.
|
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
|
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);
|