Searched refs:get_mcontext32 (Results 1 – 2 of 2) sorted by relevance
| /src/sys/arm64/arm64/ |
| H A D | freebsd32_machdep.c | 189 get_mcontext32(struct thread *td, mcontext32_t *mcp, int flags) in get_mcontext32() function 270 get_mcontext32(td, &uc.uc_mcontext, GET_MC_CLEAR_RET); in freebsd32_getcontext() 330 get_mcontext32(td, &uc.uc_mcontext, GET_MC_CLEAR_RET); in freebsd32_swapcontext() 390 get_mcontext32(td, &frame.sf_uc.uc_mcontext, 0); in freebsd32_sendsig()
|
| /src/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 866 get_mcontext32(struct thread *td, mcontext32_t *mcp, int flags) in get_mcontext32() function 954 get_mcontext32(td, &uc.uc_mcontext, GET_MC_CLEAR_RET); in freebsd32_getcontext() 994 get_mcontext32(td, &uc.uc_mcontext, GET_MC_CLEAR_RET); in freebsd32_swapcontext()
|