Searched refs:mcontext32_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/arm64/include/
H A Ducontext.h71 } mcontext32_t; typedef in typeref:struct:__mcontext32
75 mcontext32_t uc_mcontext;
/freebsd-13-stable/sys/powerpc/include/
H A Ducontext.h67 } mcontext32_t __aligned(16);
/freebsd-13-stable/sys/mips/include/
H A Ducontext.h76 } mcontext32_t; typedef in typeref:struct:__mcontext32
80 mcontext32_t uc_mcontext;
/freebsd-13-stable/sys/mips/mips/
H A Dfreebsd32_machdep.c72 static int get_mcontext32(struct thread *, mcontext32_t *, int);
73 static int set_mcontext32(struct thread *, mcontext32_t *);
185 get_mcontext32(struct thread *td, mcontext32_t *mcp, int flags)
212 set_mcontext32(struct thread *td, mcontext32_t *mcp)
/freebsd-13-stable/sys/arm64/arm64/
H A Dfreebsd32_machdep.c166 get_mcontext32(struct thread *td, mcontext32_t *mcp, int flags)
193 set_mcontext32(struct thread *td, mcontext32_t *mcp)
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c110 mcontext32_t uc_mcontext;
122 static int grab_mcontext32(struct thread *td, mcontext32_t *, int flags);
758 grab_mcontext32(struct thread *td, mcontext32_t *mcp, int flags)
782 get_mcontext32(struct thread *td, mcontext32_t *mcp, int flags)
797 set_mcontext32(struct thread *td, mcontext32_t *mcp)

Completed in 318 milliseconds