Searched refs:mcontext32_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/arm64/include/ |
H A D | ucontext.h | 94 } mcontext32_t; typedef 98 mcontext32_t uc_mcontext;
|
/freebsd/sys/arm64/arm64/ |
H A D | freebsd32_machdep.c | 50 _Static_assert(sizeof(mcontext32_t) == 208, "mcontext32_t size incorrect"); 189 get_mcontext32(struct thread *td, mcontext32_t *mcp, int flags) in get_mcontext32() 214 set_mcontext32(struct thread *td, mcontext32_t *mcp) in set_mcontext32()
|
/freebsd/sys/powerpc/include/ |
H A D | ucontext.h | 68 } mcontext32_t __aligned(16);
|
/freebsd/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | 111 mcontext32_t uc_mcontext; 123 static int grab_mcontext32(struct thread *td, mcontext32_t *, int flags); 139 _Static_assert(sizeof(mcontext32_t) == 1224, "mcontext32_t size incorrect"); 854 grab_mcontext32(struct thread *td, mcontext32_t *mcp, int flags) in grab_mcontext32() 878 get_mcontext32(struct thread *td, mcontext32_t *mcp, int flags) in get_mcontext32() 893 set_mcontext32(struct thread *td, mcontext32_t *mcp) in set_mcontext32()
|