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

12345

/freebsd-current/sys/amd64/include/
H A Ducontext.h5 #include <x86/ucontext.h>
/freebsd-current/sys/arm/include/
H A Dfpu.h4 #include <machine/ucontext.h>
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_core_uverbs.c84 * @ucontext: associated user context
98 int rdma_user_mmap_io(struct ib_ucontext *ucontext, struct vm_area_struct *vma, argument
102 struct ib_uverbs_file *ufile = ucontext->ufile;
134 * @ucontext: associated user context
147 rdma_user_mmap_entry_get_pgoff(struct ib_ucontext *ucontext, argument
155 xa_lock(&ucontext->mmap_xa);
157 entry = xa_load(&ucontext->mmap_xa, pgoff);
168 xa_unlock(&ucontext->mmap_xa);
173 xa_unlock(&ucontext->mmap_xa);
181 * @ucontext
188 rdma_user_mmap_entry_get(struct ib_ucontext *ucontext, struct vm_area_struct *vma) argument
210 struct ib_ucontext *ucontext = entry->ucontext; local
286 rdma_user_mmap_entry_insert_range(struct ib_ucontext *ucontext, struct rdma_user_mmap_entry *entry, size_t length, u32 min_pgoff, u32 max_pgoff) argument
381 rdma_user_mmap_entry_insert(struct ib_ucontext *ucontext, struct rdma_user_mmap_entry *entry, size_t length) argument
[all...]
H A Dib_rdma_core.c266 struct ib_ucontext *ucontext = local
269 if (IS_ERR(ucontext))
270 return ERR_CAST(ucontext);
271 attrs->context = ucontext;
777 * Drop the ucontext off the ufile and completely disconnect it from the
783 struct ib_ucontext *ucontext = ufile->ucontext; local
784 struct ib_device *ib_dev = ucontext->device;
794 ib_dev->disassociate_ucontext(ucontext);
797 ib_dev->dealloc_ucontext(ucontext);
[all...]
H A Dib_uverbs_std_types_device.c167 struct ib_ucontext *ucontext; local
171 ucontext = ib_uverbs_get_ucontext(attrs);
172 if (IS_ERR(ucontext))
173 return PTR_ERR(ucontext);
174 ib_dev = ucontext->device;
/freebsd-current/lib/libc/arm/gen/
H A Dgetcontextx.c30 #include <sys/ucontext.h>
36 ucontext_t ucontext; member in struct:ucontextx
56 ucp = &ucxp->ucontext;
74 if (getcontext(&ucxp->ucontext) == -1)
/freebsd-current/lib/libc/sys/
H A Dsetcontext.c33 #include <ucontext.h>
H A Dswapcontext.c33 #include <sys/ucontext.h>
/freebsd-current/sys/riscv/include/
H A Dframe.h41 #include <sys/ucontext.h>
65 ucontext_t sf_uc; /* actual saved ucontext */
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_ucontext.c36 #include <ucontext.h>
H A Dt_swapcontext.c31 #include <ucontext.h>
/freebsd-current/sys/sys/
H A Ducontext.h35 #include <machine/ucontext.h>
H A Dthr.h65 #include <sys/ucontext.h>
/freebsd-current/lib/libc/gen/
H A Dtrivial-getcontextx.c28 #include <sys/ucontext.h>
/freebsd-current/sys/arm64/include/
H A Dframe.h41 #include <sys/ucontext.h>
61 ucontext_t sf_uc; /* actual saved ucontext */
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsimd_aarch64.h47 #include <sys/ucontext.h>
/freebsd-current/lib/libthread_db/
H A Dlibpthread_db.h32 #include <sys/ucontext.h>
/freebsd-current/sys/i386/include/
H A Ducontext.h69 #include <x86/ucontext.h>
/freebsd-current/lib/libc/aarch64/gen/
H A Dgetcontextx.c28 #include <sys/ucontext.h>
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_linux.cpp37 #include <sys/ucontext.h>
/freebsd-current/crypto/openssl/crypto/async/arch/
H A Dasync_posix.h51 # include <ucontext.h>
/freebsd-current/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c887 struct c4iw_ucontext *ucontext; local
896 ucontext = rdma_udata_to_drv_context(udata, struct c4iw_ucontext,
899 ucontext ? &ucontext->uctx : &chp->cq.rdev->uctx);
911 struct c4iw_ucontext *ucontext = NULL; local
922 ucontext = rdma_udata_to_drv_context(udata, struct c4iw_ucontext,
953 if (ucontext)
960 ucontext ? &ucontext->uctx : &rhp->rdev.uctx);
975 if (ucontext) {
[all...]
H A Dprovider.c95 struct c4iw_ucontext *ucontext = to_c4iw_ucontext(context); local
100 rhp = to_c4iw_dev(ucontext->ibucontext.device);
102 CTR2(KTR_IW_CXGBE, "%s ucontext %p", __func__, ucontext);
104 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry)
106 c4iw_release_dev_ucontext(&rhp->rdev, &ucontext->uctx);
109 static int c4iw_alloc_ucontext(struct ib_ucontext *ucontext, argument
112 struct ib_device *ibdev = ucontext->device;
113 struct c4iw_ucontext *context = to_c4iw_ucontext(ucontext);
168 struct c4iw_ucontext *ucontext; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_linux.cpp49 # include <ucontext.h>
53 # include <ucontext.h>
57 # include <sys/ucontext.h>
/freebsd-current/sys/dev/irdma/
H A Dirdma_kcompat.c179 struct irdma_ucontext *ucontext = to_ucontext(uctx); local
192 ucontext->iwdev = iwdev;
193 ucontext->abi_ver = req.userspace_ver;
196 ucontext->use_raw_attrs = true;
203 ucontext->legacy_mode = true;
230 ucontext->db_mmap_entry =
231 irdma_user_mmap_entry_insert(ucontext, bar_off,
234 if (!ucontext->db_mmap_entry) {
240 rdma_user_mmap_entry_remove(ucontext->db_mmap_entry);
245 INIT_LIST_HEAD(&ucontext
269 struct irdma_ucontext *ucontext = to_ucontext(context); local
305 struct irdma_ucontext *ucontext = local
983 struct irdma_ucontext *ucontext; local
1204 struct irdma_ucontext *ucontext; local
[all...]

Completed in 570 milliseconds

12345