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

12345

/freebsd-10-stable/sys/amd64/include/
H A Ducontext.h6 #include <x86/ucontext.h>
/freebsd-10-stable/sys/pc98/include/
H A Ducontext.h6 #include <i386/ucontext.h>
/freebsd-10-stable/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-stable/lib/libc/sys/
H A Dsetcontext.c37 #include <ucontext.h>
H A Dswapcontext.c36 #include <sys/ucontext.h>
/freebsd-10-stable/sys/sys/
H A Ducontext.h35 #include <machine/ucontext.h>
66 #define ucontext4 ucontext
H A Dthr.h65 #include <sys/ucontext.h>
/freebsd-10-stable/lib/libc/mips/gen/
H A Dsignalcontext.c32 #include <sys/ucontext.h>
H A Dgetcontextx.c31 #include <sys/ucontext.h>
/freebsd-10-stable/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-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_ucontext.c36 #include <ucontext.h>
/freebsd-10-stable/lib/libc/arm/gen/
H A Dgetcontextx.c31 #include <sys/ucontext.h>
/freebsd-10-stable/lib/libc/ia64/gen/
H A Dgetcontextx.c31 #include <sys/ucontext.h>
/freebsd-10-stable/lib/libc/powerpc/gen/
H A Dgetcontextx.c31 #include <sys/ucontext.h>
/freebsd-10-stable/lib/libc/powerpc64/gen/
H A Dgetcontextx.c31 #include <sys/ucontext.h>
/freebsd-10-stable/lib/libc/sparc64/gen/
H A Dgetcontextx.c31 #include <sys/ucontext.h>
/freebsd-10-stable/lib/libthread_db/arch/ia64/
H A Dlibpthread_md.c32 #include <ucontext.h>
/freebsd-10-stable/sys/i386/include/
H A Ducontext.h61 #include <x86/ucontext.h>
/freebsd-10-stable/lib/libkse/arch/arm/arm/
H A Dpthread_md.c38 #include <ucontext.h>
/freebsd-10-stable/lib/libthread_db/
H A Dlibpthread_db.h32 #include <sys/ucontext.h>
/freebsd-10-stable/sys/i386/svr4/
H A Dsvr4_locore.s18 1: pushl %eax # pointer to ucontext
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c772 struct c4iw_ucontext *ucontext; local
781 ucontext = ib_cq->uobject ? to_c4iw_ucontext(ib_cq->uobject->context)
784 ucontext ? &ucontext->uctx : &chp->cq.rdev->uctx);
796 struct c4iw_ucontext *ucontext = NULL; local
810 ucontext = to_c4iw_ucontext(ib_context);
840 if (ucontext) {
852 ucontext ? &ucontext->uctx : &rhp->rdev.uctx);
867 if (ucontext) {
[all...]

Completed in 143 milliseconds

12345