Searched refs:ucontext (Results 1 - 25 of 115) sorted by relevance

12345

/freebsd-12-stable/sys/amd64/include/
H A Ducontext.h6 #include <x86/ucontext.h>
/freebsd-12-stable/lib/libc/arm/gen/
H A Dgetcontextx.c33 #include <sys/ucontext.h>
39 ucontext_t ucontext; member in struct:ucontextx
59 ucp = &ucxp->ucontext;
77 if (getcontext(&ucxp->ucontext) == -1)
/freebsd-12-stable/lib/libc/sys/
H A Dsetcontext.c37 #include <ucontext.h>
H A Dswapcontext.c36 #include <sys/ucontext.h>
/freebsd-12-stable/sys/sys/
H A Ducontext.h37 #include <machine/ucontext.h>
52 #define ucontext4 ucontext
H A Dthr.h67 #include <sys/ucontext.h>
/freebsd-12-stable/lib/libc/mips/gen/
H A Dsignalcontext.c34 #include <sys/ucontext.h>
/freebsd-12-stable/sys/arm64/include/
H A Dframe.h39 #include <sys/ucontext.h>
63 ucontext_t sf_uc; /* actual saved ucontext */
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp63 #include <ucontext.h>
1736 static bool Aarch64GetESR(ucontext_t *ucontext, u64 *esr) { argument
1738 u8 *aux = ucontext->uc_mcontext.__reserved;
1759 Context *ucontext = (Context *)context; local
1763 uptr err = ucontext->uc_mcontext.mc_err;
1765 uptr err = ucontext->uc_mcontext.__gregs[_REG_ERR];
1767 uptr err = ucontext->sc_err;
1770 uptr err = ucontext->uc_mcontext.gregs[Err];
1772 uptr err = ucontext->uc_mcontext.gregs[REG_ERR];
1780 exception_source = (uint32_t *)ucontext
1868 ucontext_t *ucontext = (ucontext_t *)context; local
[all...]
H A Dsanitizer_mac.cpp750 ucontext_t *ucontext = static_cast<ucontext_t*>(context); local
751 return ucontext->uc_mcontext->__es.__err & 2 /*T_PF_WRITE*/ ? WRITE : READ;
764 ucontext_t *ucontext = (ucontext_t*)context; local
766 *pc = ucontext->uc_mcontext->__ss.__pc;
768 *bp = ucontext->uc_mcontext->__ss.__fp;
770 *bp = ucontext->uc_mcontext->__ss.__lr;
772 *sp = ucontext->uc_mcontext->__ss.__sp;
774 *pc = ucontext->uc_mcontext->__ss.__rip;
775 *bp = ucontext->uc_mcontext->__ss.__rbp;
776 *sp = ucontext
1123 ucontext_t *ucontext = (ucontext_t*)context; local
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_ucontext.c36 #include <ucontext.h>
H A Dt_swapcontext.c31 #include <ucontext.h>
/freebsd-12-stable/lib/libc/gen/
H A Dtrivial-getcontextx.c31 #include <sys/ucontext.h>
/freebsd-12-stable/sys/riscv/include/
H A Dframe.h43 #include <sys/ucontext.h>
72 ucontext_t sf_uc; /* actual saved ucontext */
/freebsd-12-stable/sys/i386/include/
H A Ducontext.h63 #include <x86/ucontext.h>
/freebsd-12-stable/lib/libthread_db/
H A Dlibpthread_db.h34 #include <sys/ucontext.h>
/freebsd-12-stable/crypto/openssl/crypto/async/arch/
H A Dasync_posix.h28 # include <ucontext.h>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp62 static void sigSegvHandler(int sig, siginfo_t *info, void *ucontext) { argument
68 PreviousHandler.sa_sigaction(sig, info, ucontext);
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c98 struct c4iw_ucontext *ucontext; local
102 ucontext = container_of(kref, struct c4iw_ucontext, kref);
103 rhp = to_c4iw_dev(ucontext->ibucontext.device);
105 CTR2(KTR_IW_CXGBE, "%s ucontext %p", __func__, ucontext);
106 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry)
108 c4iw_release_dev_ucontext(&rhp->rdev, &ucontext->uctx);
109 kfree(ucontext);
114 struct c4iw_ucontext *ucontext = to_c4iw_ucontext(context); local
117 c4iw_put_ucontext(ucontext);
188 struct c4iw_ucontext *ucontext; local
[all...]
H A Dcq.c889 struct c4iw_ucontext *ucontext; local
898 ucontext = ib_cq->uobject ? to_c4iw_ucontext(ib_cq->uobject->context)
901 ucontext ? &ucontext->uctx : &chp->cq.rdev->uctx);
915 struct c4iw_ucontext *ucontext = NULL; local
932 ucontext = to_c4iw_ucontext(ib_context);
962 if (ucontext)
969 ucontext ? &ucontext->uctx : &rhp->rdev.uctx);
984 if (ucontext) {
[all...]
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c325 struct ib_ucontext *ucontext; local
337 if (file->ucontext) {
346 ucontext = ib_dev->alloc_ucontext(ib_dev, &udata);
347 if (IS_ERR(ucontext)) {
348 ret = PTR_ERR(ucontext);
352 ucontext->device = ib_dev;
353 INIT_LIST_HEAD(&ucontext->pd_list);
354 INIT_LIST_HEAD(&ucontext->mr_list);
355 INIT_LIST_HEAD(&ucontext->mw_list);
356 INIT_LIST_HEAD(&ucontext
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_linux.cpp49 #include <ucontext.h>
53 #include <ucontext.h>
56 #include <sys/ucontext.h>
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_swapcontext.c37 #include <ucontext.h>
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dlinux-unwind.h38 #include <sys/ucontext.h>
54 struct ucontext *uc_ = context->cfa;
109 /* There's no sys/ucontext.h for glibc 2.0, so no
116 #include <sys/ucontext.h>
143 struct ucontext uc;
/freebsd-12-stable/lib/libc/aarch64/gen/
H A Dmakecontext.c40 #include <ucontext.h>

Completed in 298 milliseconds

12345