HomeSort by: relevance | last modified time | path
    Searched refs:mcontext32_t (Results 1 - 13 of 13) sorted by relevancy

  /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:__anonbb5140720308
200 } mcontext_t, mcontext32_t; typedef in typeref:struct:__anonbb5140720808
  /src/sys/arch/sparc64/include/
mcontext.h 73 } mcontext32_t; typedef in typeref:struct:__anon7e4325550608
  /src/sys/arch/amd64/include/
mcontext.h 138 } mcontext32_t; typedef in typeref:struct:__anond1d963ee0708
  /src/sys/arch/powerpc/include/
mcontext.h 127 } mcontext32_t; typedef in typeref:struct:__anon725484f20408
  /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/riscv/include/
mcontext.h 136 } mcontext32_t; typedef in typeref:struct:__anon07fe2af90208
  /src/sys/arch/mips/include/
mcontext.h 149 } mcontext32_t; typedef in typeref:struct:__anonb2f753eb0508
  /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)

Completed in 116 milliseconds