| /src/sys/compat/sys/ |
| ucontext.h | 46 mcontext32_t uc_mcontext; /* machine state */ 60 int cpu_mcontext32_validate(struct lwp *, const mcontext32_t *); 61 void cpu_getmcontext32(struct lwp *, mcontext32_t *, unsigned int *); 62 int cpu_setmcontext32(struct lwp *, const mcontext32_t *, unsigned int);
|
| /src/sys/arch/arm/arm32/ |
| netbsd32_machdep.c | 76 cpu_mcontext32_validate(struct lwp *l, const mcontext32_t *mcp) 81 cpu_getmcontext32(struct lwp *l, mcontext32_t *mcp, unsigned int *flagsp) 87 cpu_setmcontext32(struct lwp *l, const mcontext32_t *mcp, unsigned int flags)
|
| /src/sys/arch/riscv/riscv/ |
| netbsd32_machdep.c | 81 cpu_getmcontext32(struct lwp *l, mcontext32_t *mcp, unsigned int *flags) 111 cpu_mcontext32_validate(struct lwp *l, const mcontext32_t *mcp) 125 cpu_setmcontext32(struct lwp *l, const mcontext32_t *mcp, unsigned int flags)
|
| /src/sys/arch/arm/include/ |
| mcontext.h | 161 } mcontext32_t; typedef in typeref:struct:__anon1080 200 } mcontext_t, mcontext32_t; typedef in typeref:struct:__anon1085
|
| /src/sys/arch/amd64/include/ |
| mcontext.h | 138 } mcontext32_t; typedef in typeref:struct:__anon933
|
| /src/sys/arch/powerpc/include/ |
| mcontext.h | 127 } mcontext32_t; typedef in typeref:struct:__anon1779
|
| /src/sys/arch/sparc64/include/ |
| mcontext.h | 73 } mcontext32_t; typedef in typeref:struct:__anon2058
|
| /src/sys/arch/mips/mips/ |
| netbsd32_machdep.c | 128 sfsz += sizeof(mcontext32_t); 212 cpu_getmcontext32(struct lwp *l, mcontext32_t *mc32, unsigned int *flagsp) 234 cpu_mcontext32_validate(struct lwp *l, const mcontext32_t *mc32) 240 cpu_setmcontext32(struct lwp *l, const mcontext32_t *mc32, unsigned int flags)
|
| /src/sys/arch/mips/include/ |
| mcontext.h | 149 } mcontext32_t; typedef in typeref:struct:__anon1664
|
| /src/sys/arch/riscv/include/ |
| mcontext.h | 136 } mcontext32_t; typedef in typeref:struct:__anon1839
|
| /src/sys/arch/aarch64/aarch64/ |
| netbsd32_machdep.c | 399 cpu_mcontext32_validate(struct lwp *l, const mcontext32_t *mcp) 423 cpu_getmcontext32(struct lwp *l, mcontext32_t *mcp, unsigned int *flagsp) 487 cpu_setmcontext32(struct lwp *l, const mcontext32_t *mcp, unsigned int flags)
|
| /src/sys/arch/amd64/amd64/ |
| netbsd32_machdep.c | 796 cpu_setmcontext32(struct lwp *l, const mcontext32_t *mcp, unsigned int flags) 852 cpu_getmcontext32(struct lwp *l, mcontext32_t *mcp, unsigned int *flags) 950 cpu_mcontext32_validate(struct lwp *l, const mcontext32_t *mcp) 993 mcontext32_t mc;
|
| /src/sys/arch/sparc64/sparc64/ |
| netbsd32_machdep.c | 802 cpu_mcontext32_validate(struct lwp *l, const mcontext32_t *mc) 819 cpu_setmcontext32(struct lwp *l, const mcontext32_t *mcp, unsigned int flags) 914 cpu_getmcontext32(struct lwp *l, mcontext32_t *mcp, unsigned int *flags)
|