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

12345

/freebsd-10.0-release/sys/amd64/include/
H A Ducontext.h6 #include <x86/ucontext.h>
/freebsd-10.0-release/sys/pc98/include/
H A Ducontext.h6 #include <i386/ucontext.h>
/freebsd-10.0-release/sys/contrib/ia64/libuwx/src/
H A Duwx_self.c44 info->ucontext = 0;
84 ucontext_t *ucontext)
96 info->ucontext = ucontext;
97 status = __uc_get_reason(ucontext, &reason);
100 status = __uc_get_ip(ucontext, &ip);
103 status = __uc_get_grs(ucontext, 12, 1, &sp, &nat);
106 status = __uc_get_cfm(ucontext, &cfm);
110 status = __uc_get_ar_bsp(ucontext, &bsp);
113 status = __uc_get_ar_bspstore(ucontext,
81 uwx_self_init_from_sigcontext( struct uwx_env *env, struct uwx_self_info *info, ucontext_t *ucontext) argument
151 uint64_t ucontext; local
[all...]
H A Duwx_self_info.h31 ucontext_t *ucontext; member in struct:uwx_self_info
H A Duwx_self.h51 ucontext_t *ucontext);
96 int init_context(ucontext_t *ucontext) { argument
97 return uwx_self_init_from_sigcontext(env, info, ucontext);
/freebsd-10.0-release/sys/sys/
H A Ducontext.h35 #include <machine/ucontext.h>
66 #define ucontext4 ucontext
H A Dthr.h65 #include <sys/ucontext.h>
/freebsd-10.0-release/lib/libc/mips/gen/
H A Dsignalcontext.c32 #include <sys/ucontext.h>
H A Dgetcontextx.c31 #include <sys/ucontext.h>
/freebsd-10.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.h205 remove_mmap(struct iwch_ucontext *ucontext, argument
210 mtx_lock(&ucontext->mmap_lock);
211 TAILQ_FOREACH_SAFE(mm, &ucontext->mmaps, entry, tmp) {
213 TAILQ_REMOVE(&ucontext->mmaps, mm, entry);
214 mtx_unlock(&ucontext->mmap_lock);
220 mtx_unlock(&ucontext->mmap_lock);
226 insert_mmap(struct iwch_ucontext *ucontext, argument
229 mtx_lock(&ucontext->mmap_lock);
232 TAILQ_INSERT_TAIL(&ucontext->mmaps, mm, entry);
233 mtx_unlock(&ucontext
[all...]
H A Diw_cxgb_provider.c130 struct iwch_ucontext *ucontext = to_iwch_ucontext(context); local
134 TAILQ_FOREACH_SAFE(mm, &ucontext->mmaps, entry, tmp) {
135 TAILQ_REMOVE(&ucontext->mmaps, mm, entry);
138 cxio_release_ucontext(&rhp->rdev, &ucontext->uctx);
139 cxfree(ucontext);
155 mtx_init(&context->mmap_lock, "ucontext mmap", NULL, MTX_DEF);
187 struct iwch_ucontext *ucontext = NULL; local
198 ucontext = to_iwch_ucontext(ib_context);
224 if (cxio_create_cq(&rhp->rdev, &chp->cq, !ucontext)) {
238 if (ucontext) {
730 struct iwch_ucontext *ucontext; local
771 struct iwch_ucontext *ucontext; local
[all...]
/freebsd-10.0-release/lib/libc/arm/gen/
H A Dgetcontextx.c31 #include <sys/ucontext.h>
/freebsd-10.0-release/lib/libc/gen/
H A Dswapcontext.c32 #include <sys/ucontext.h>
/freebsd-10.0-release/lib/libc/ia64/gen/
H A Dgetcontextx.c31 #include <sys/ucontext.h>
/freebsd-10.0-release/lib/libc/powerpc/gen/
H A Dgetcontextx.c31 #include <sys/ucontext.h>
/freebsd-10.0-release/lib/libc/powerpc64/gen/
H A Dgetcontextx.c31 #include <sys/ucontext.h>
/freebsd-10.0-release/lib/libc/sparc64/gen/
H A Dgetcontextx.c31 #include <sys/ucontext.h>
/freebsd-10.0-release/lib/libthread_db/arch/ia64/
H A Dlibpthread_md.c32 #include <ucontext.h>
/freebsd-10.0-release/sys/i386/include/
H A Ducontext.h61 #include <x86/ucontext.h>
/freebsd-10.0-release/lib/libkse/arch/arm/arm/
H A Dpthread_md.c38 #include <ucontext.h>
/freebsd-10.0-release/lib/libthread_db/
H A Dlibpthread_db.h32 #include <sys/ucontext.h>
/freebsd-10.0-release/sys/i386/svr4/
H A Dsvr4_locore.s18 1: pushl %eax # pointer to ucontext
/freebsd-10.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c760 struct c4iw_ucontext *ucontext; local
769 ucontext = ib_cq->uobject ? to_c4iw_ucontext(ib_cq->uobject->context)
772 ucontext ? &ucontext->uctx : &chp->cq.rdev->uctx);
784 struct c4iw_ucontext *ucontext = NULL; local
798 ucontext = to_c4iw_ucontext(ib_context);
828 if (ucontext) {
840 ucontext ? &ucontext->uctx : &rhp->rdev.uctx);
855 if (ucontext) {
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Duverbs_cmd.c280 struct ib_ucontext *ucontext; local
292 if (file->ucontext) {
301 ucontext = ibdev->alloc_ucontext(ibdev, &udata);
302 if (IS_ERR(ucontext)) {
303 ret = PTR_ERR(file->ucontext);
307 ucontext->device = ibdev;
308 INIT_LIST_HEAD(&ucontext->pd_list);
309 INIT_LIST_HEAD(&ucontext->mr_list);
310 INIT_LIST_HEAD(&ucontext->mw_list);
311 INIT_LIST_HEAD(&ucontext
[all...]
/freebsd-10.0-release/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;

Completed in 375 milliseconds

12345