Home
last modified time | relevance | path

Searched refs:ucontext32_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dfreebsd32_machdep.c51 _Static_assert(sizeof(ucontext32_t) == 260, "ucontext32_t size incorrect");
65 #define UC32_COPY_SIZE offsetof(ucontext32_t, uc_link)
258 #define UC_COPY_SIZE offsetof(ucontext32_t, uc_link)
263 ucontext32_t uc; in freebsd32_getcontext()
282 ucontext32_t uc; in freebsd32_setcontext()
302 ucontext32_t uc; in freebsd32_sigreturn()
323 ucontext32_t uc; in freebsd32_swapcontext()
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c116 } ucontext32_t; typedef
119 ucontext32_t sf_uc;
140 _Static_assert(sizeof(ucontext32_t) == 1280, "ucontext32_t size incorrect");
905 ucontext32_t uc; in freebsd32_sigreturn()
939 #define UC32_COPY_SIZE offsetof(ucontext32_t, uc_link)
944 ucontext32_t uc; in freebsd32_getcontext()
963 ucontext32_t uc; in freebsd32_setcontext()
984 ucontext32_t uc; in freebsd32_swapcontext()
/freebsd/sys/arm64/include/
H A Dframe.h74 ucontext32_t sf_uc;
H A Ducontext.h103 } ucontext32_t; typedef
/freebsd/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c165 ucontext32_t *ucp = (ucontext32_t *)oldcontext; in dtrace_getustack_common()