/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_core_uverbs.c | 98 int rdma_user_mmap_io(struct ib_ucontext *ucontext, struct vm_area_struct *vma, in rdma_user_mmap_io() 147 rdma_user_mmap_entry_get_pgoff(struct ib_ucontext *ucontext, in rdma_user_mmap_entry_get_pgoff() 188 rdma_user_mmap_entry_get(struct ib_ucontext *ucontext, in rdma_user_mmap_entry_get() 210 struct ib_ucontext *ucontext = entry->ucontext; in rdma_user_mmap_entry_free() local 286 int rdma_user_mmap_entry_insert_range(struct ib_ucontext *ucontext, in rdma_user_mmap_entry_insert_range() 381 int rdma_user_mmap_entry_insert(struct ib_ucontext *ucontext, in rdma_user_mmap_entry_insert()
|
H A D | ib_uverbs_std_types_device.c | 167 struct ib_ucontext *ucontext; in UVERBS_HANDLER() local
|
H A D | ib_uverbs_cmd.c | 218 struct ib_ucontext *ucontext; in ib_alloc_ucontext() local 239 struct ib_ucontext *ucontext = attrs->context; in ib_init_ucontext() local 320 static void copy_query_dev_fields(struct ib_ucontext *ucontext, in copy_query_dev_fields() 372 struct ib_ucontext *ucontext; in ib_uverbs_query_device() local 395 struct ib_ucontext *ucontext; in ib_uverbs_query_port() local 3634 struct ib_ucontext *ucontext; in ib_uverbs_ex_query_device() local
|
H A D | ib_rdma_core.c | 266 struct ib_ucontext *ucontext = in alloc_uobj() local 785 struct ib_ucontext *ucontext = ufile->ucontext; ufile_destroy_ucontext() local [all...] |
H A D | ib_uverbs_main.c | 93 struct ib_ucontext *ucontext = READ_ONCE(ufile->ucontext); in ib_uverbs_get_ucontext_file() local 675 struct ib_ucontext *ucontext; in ib_uverbs_mmap() local
|
H A D | uverbs.h | 148 struct ib_ucontext *ucontext; member
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | provider.c | 95 struct c4iw_ucontext *ucontext = to_c4iw_ucontext(context); in c4iw_dealloc_ucontext() local 109 static int c4iw_alloc_ucontext(struct ib_ucontext *ucontext, in c4iw_alloc_ucontext() 168 struct c4iw_ucontext *ucontext; in c4iw_mmap() local
|
H A D | cq.c | 889 struct c4iw_ucontext *ucontext; in c4iw_destroy_cq() local 913 struct c4iw_ucontext *ucontext = NULL; in c4iw_create_cq() local
|
H A D | qp.c | 574 struct c4iw_ucontext *ucontext; in free_qp_work() local 1722 struct c4iw_ucontext *ucontext; in c4iw_create_qp() local
|
H A D | iw_cxgbe.h | 497 struct c4iw_ucontext *ucontext; member 525 static inline struct c4iw_mm_entry *remove_mmap(struct c4iw_ucontext *ucontext, in remove_mmap() 548 static inline void insert_mmap(struct c4iw_ucontext *ucontext, in insert_mmap()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_verbs.c | 97 irdma_mmap_legacy(struct irdma_ucontext *ucontext, in irdma_mmap_legacy() 122 irdma_user_mmap_entry_insert(struct irdma_ucontext *ucontext, u64 bar_offset, in irdma_user_mmap_entry_insert() 155 struct irdma_ucontext *ucontext; in irdma_mmap() local 312 irdma_setup_push_mmap_entries(struct irdma_ucontext *ucontext, in irdma_setup_push_mmap_entries() 384 …struct irdma_ucontext *ucontext = rdma_udata_to_drv_context(udata, struct irdma_ucontext, ibuconte… in irdma_setup_umode_qp() local 1109 struct irdma_ucontext *ucontext; in irdma_modify_qp_roce() local 1356 struct irdma_ucontext *ucontext; in irdma_modify_qp() local 1496 struct irdma_ucontext *ucontext = in irdma_resize_cq() local 2101 struct irdma_ucontext *ucontext; in irdma_reg_user_mr_type_qp() local 2136 struct irdma_ucontext *ucontext; in irdma_reg_user_mr_type_cq() local [all …]
|
H A D | irdma_kcompat.c | 179 struct irdma_ucontext *ucontext = to_ucontext(uctx); in irdma_alloc_ucontext() local 269 struct irdma_ucontext *ucontext = to_ucontext(context); in irdma_dealloc_ucontext() local 305 struct irdma_ucontext *ucontext = in irdma_alloc_pd() local 983 struct irdma_ucontext *ucontext; in irdma_create_cq() local 1204 struct irdma_ucontext *ucontext; in irdma_dereg_mr() local
|
/freebsd/lib/libc/arm/gen/ |
H A D | getcontextx.c | 36 ucontext_t ucontext; member
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_srq.c | 77 struct mlx4_ib_ucontext *ucontext = rdma_udata_to_drv_context( in mlx4_ib_create_srq() local
|
H A D | mlx4_ib_qp.c | 1634 struct mlx4_ib_ucontext *ucontext = rdma_udata_to_drv_context( in __mlx4_ib_modify_qp() local
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_srq.c | 103 struct mthca_ucontext *ucontext = rdma_udata_to_drv_context( in mthca_tavor_init_srq_context() local 124 struct mthca_ucontext *ucontext = rdma_udata_to_drv_context( in mthca_arbel_init_srq_context() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilPosix.cpp | 38 static void SegvHandler(int sig, siginfo_t *si, void *ucontext) { in SegvHandler()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
H A D | segv_handler_posix.cpp | 196 static void sigSegvHandler(int sig, siginfo_t *info, void *ucontext) { in sigSegvHandler()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux.cpp | 1943 static bool Aarch64GetESR(ucontext_t *ucontext, u64 *esr) { in Aarch64GetESR() 1960 static bool Aarch64GetESR(ucontext_t *ucontext, u64 *esr) { return false; } in Aarch64GetESR() 1966 Context *ucontext = (Context *)context; in GetWriteFlag() local 2267 ucontext_t *ucontext = (ucontext_t *)context; in DumpAllRegisters() local 2355 ucontext_t *ucontext = (ucontext_t *)context; in GetPcSpBp() local
|
H A D | sanitizer_mac.cpp | 882 ucontext_t *ucontext = static_cast<ucontext_t*>(context); in GetWriteFlag() local 907 ucontext_t *ucontext = (ucontext_t*)context; in GetPcSpBp() local 1302 ucontext_t *ucontext = (ucontext_t*)context; in DumpAllRegisters() local
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_srq.c | 75 struct mlx5_ib_ucontext *ucontext = rdma_udata_to_drv_context( in create_srq_user() local
|
H A D | mlx5_ib.h | 1149 static inline int get_qp_user_index(struct mlx5_ib_ucontext *ucontext, in get_qp_user_index() argument 1167 static inline int get_srq_user_index(struct mlx5_ib_ucontext *ucontext, in get_srq_user_index() argument
|
H A D | mlx5_ib_qp.c | 1279 struct ib_ucontext *ucontext = uobj->context; in create_raw_packet_qp() local 1368 struct ib_ucontext *ucontext = uobj->context; in create_rss_raw_qp_tir() local
|
H A D | mlx5_ib_devx.c | 2084 static int devx_umem_get(struct mlx5_ib_dev *dev, struct ib_ucontext *ucontext, in devx_umem_get()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | ib_verbs.c | 1131 struct ib_ucontext *ucontext, in ib_umem_get_compat() 1141 struct ib_ucontext *ucontext, in ib_umem_get_flags_compat()
|