/src/sys/arch/aarch64/include/ |
userret.h | 1 /* $NetBSD: userret.h,v 1.1 2018/04/01 04:35:03 ryo Exp $ */ 3 #include <sys/userret.h> 5 void userret(struct lwp *);
|
userret.h | 1 /* $NetBSD: userret.h,v 1.1 2018/04/01 04:35:03 ryo Exp $ */ 3 #include <sys/userret.h> 5 void userret(struct lwp *);
|
userret.h | 1 /* $NetBSD: userret.h,v 1.1 2018/04/01 04:35:03 ryo Exp $ */ 3 #include <sys/userret.h> 5 void userret(struct lwp *);
|
/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 */
|
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 */
|
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 */
|
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 */
|
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
|
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 */
|
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/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.
|
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/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.
|