| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_context.c | 122 struct vmw_user_context *uctx) in vmw_context_cotables_unref() argument 130 spin_lock(&uctx->cotable_lock); in vmw_context_cotables_unref() 131 res = uctx->cotables[i]; in vmw_context_cotables_unref() 132 uctx->cotables[i] = NULL; in vmw_context_cotables_unref() 133 spin_unlock(&uctx->cotable_lock); in vmw_context_cotables_unref() 142 struct vmw_user_context *uctx = in vmw_hw_context_destroy() local 154 vmw_cmdbuf_res_man_destroy(uctx->man); in vmw_hw_context_destroy() 156 vmw_binding_state_kill(uctx->cbs); in vmw_hw_context_destroy() 163 vmw_context_cotables_unref(dev_priv, uctx); in vmw_hw_context_destroy() 186 struct vmw_user_context *uctx = in vmw_gb_context_init() local [all …]
|
| /linux/drivers/fwctl/mlx5/ |
| H A D | main.c | 19 struct fwctl_uctx uctx; member 97 void *uctx; in mlx5ctl_alloc_uid() local 101 uctx = MLX5_ADDR_OF(create_uctx_in, in, uctx); in mlx5ctl_alloc_uid() 105 MLX5_SET(uctx, uctx, cap, cap); in mlx5ctl_alloc_uid() 129 static int mlx5ctl_open_uctx(struct fwctl_uctx *uctx) in mlx5ctl_open_uctx() argument 132 container_of(uctx, struct mlx5ctl_uctx, uctx); in mlx5ctl_open_uctx() 134 container_of(uctx->fwctl, struct mlx5ctl_dev, fwctl); in mlx5ctl_open_uctx() 154 static void mlx5ctl_close_uctx(struct fwctl_uctx *uctx) in mlx5ctl_close_uctx() argument 157 container_of(uctx->fwctl, struct mlx5ctl_dev, fwctl); in mlx5ctl_close_uctx() 159 container_of(uctx, struct mlx5ctl_uctx, uctx); in mlx5ctl_close_uctx() [all …]
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_nvme.c | 244 struct qla_nvme_unsol_ctx *uctx = sp->priv; in qla_nvme_release_lsrsp_cmd_kref() local 248 if (!uctx) { in qla_nvme_release_lsrsp_cmd_kref() 253 spin_lock_irqsave(&uctx->cmd_lock, flags); in qla_nvme_release_lsrsp_cmd_kref() 254 uctx->sp = NULL; in qla_nvme_release_lsrsp_cmd_kref() 256 spin_unlock_irqrestore(&uctx->cmd_lock, flags); in qla_nvme_release_lsrsp_cmd_kref() 258 fd_rsp = uctx->fd_rsp; in qla_nvme_release_lsrsp_cmd_kref() 260 list_del(&uctx->elem); in qla_nvme_release_lsrsp_cmd_kref() 263 kfree(uctx); in qla_nvme_release_lsrsp_cmd_kref() 269 struct qla_nvme_unsol_ctx *uctx = in qla_nvme_lsrsp_complete() local 272 kref_put(&uctx->sp->cmd_kref, qla_nvme_release_lsrsp_cmd_kref); in qla_nvme_lsrsp_complete() [all …]
|
| H A D | qla_nvme.h | 41 struct qla_nvme_unsol_ctx *uctx; member
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | resource.c | 108 u32 c4iw_get_cqid(struct c4iw_rdev *rdev, struct c4iw_dev_ucontext *uctx) in c4iw_get_cqid() argument 114 mutex_lock(&uctx->lock); in c4iw_get_cqid() 115 if (!list_empty(&uctx->cqids)) { in c4iw_get_cqid() 116 entry = list_entry(uctx->cqids.next, struct c4iw_qid_list, in c4iw_get_cqid() 133 list_add_tail(&entry->entry, &uctx->cqids); in c4iw_get_cqid() 144 list_add_tail(&entry->entry, &uctx->qpids); in c4iw_get_cqid() 150 list_add_tail(&entry->entry, &uctx->qpids); in c4iw_get_cqid() 154 mutex_unlock(&uctx->lock); in c4iw_get_cqid() 164 struct c4iw_dev_ucontext *uctx) in c4iw_put_cqid() argument 173 mutex_lock(&uctx->lock); in c4iw_put_cqid() [all …]
|
| H A D | cq.c | 38 struct c4iw_dev_ucontext *uctx, struct sk_buff *skb, in destroy_cq() argument 67 c4iw_put_cqid(rdev, cq->cqid, uctx); in destroy_cq() 71 struct c4iw_dev_ucontext *uctx, in create_cq() argument 77 int user = (uctx != &rdev->uctx); in create_cq() 83 ucontext = container_of(uctx, struct c4iw_ucontext, uctx); in create_cq() 85 cq->cqid = c4iw_get_cqid(rdev, uctx); in create_cq() 179 c4iw_put_cqid(rdev, cq->cqid, uctx); in create_cq() 991 ucontext ? &ucontext->uctx : &chp->cq.rdev->uctx, in c4iw_destroy_cq() 1080 ucontext ? &ucontext->uctx : &rhp->rdev.uctx, in c4iw_create_cq() 1157 ucontext ? &ucontext->uctx : &rhp->rdev.uctx, in c4iw_create_cq()
|
| H A D | qp.c | 151 struct c4iw_dev_ucontext *uctx, int has_rq) in destroy_qp() argument 159 c4iw_put_qpid(rdev, wq->sq.qid, uctx); in destroy_qp() 167 c4iw_put_qpid(rdev, wq->rq.qid, uctx); in destroy_qp() 201 struct c4iw_dev_ucontext *uctx, in create_qp() argument 205 int user = (uctx != &rdev->uctx); in create_qp() 213 wq->sq.qid = c4iw_get_qpid(rdev, uctx); in create_qp() 218 wq->rq.qid = c4iw_get_qpid(rdev, uctx); in create_qp() 405 c4iw_put_qpid(rdev, wq->rq.qid, uctx); in create_qp() 407 c4iw_put_qpid(rdev, wq->sq.qid, uctx); in create_qp() 2108 ucontext ? &ucontext->uctx : &rhp->rdev.uctx, !qhp->srq); in c4iw_destroy_qp() [all …]
|
| H A D | device.c | 748 struct c4iw_dev_ucontext *uctx) in c4iw_release_dev_ucontext() argument 753 mutex_lock(&uctx->lock); in c4iw_release_dev_ucontext() 754 list_for_each_safe(pos, nxt, &uctx->qpids) { in c4iw_release_dev_ucontext() 767 list_for_each_safe(pos, nxt, &uctx->cqids) { in c4iw_release_dev_ucontext() 772 mutex_unlock(&uctx->lock); in c4iw_release_dev_ucontext() 776 struct c4iw_dev_ucontext *uctx) in c4iw_init_dev_ucontext() argument 778 INIT_LIST_HEAD(&uctx->qpids); in c4iw_init_dev_ucontext() 779 INIT_LIST_HEAD(&uctx->cqids); in c4iw_init_dev_ucontext() 780 mutex_init(&uctx->lock); in c4iw_init_dev_ucontext() 789 c4iw_init_dev_ucontext(rdev, &rdev->uctx); in c4iw_rdev_open() [all …]
|
| H A D | provider.c | 73 c4iw_release_dev_ucontext(&rhp->rdev, &ucontext->uctx); in c4iw_dealloc_ucontext() 87 c4iw_init_dev_ucontext(&rhp->rdev, &context->uctx); in c4iw_alloc_ucontext()
|
| /linux/security/selinux/ |
| H A D | xfrm.c | 75 struct xfrm_user_sec_ctx *uctx, in selinux_xfrm_alloc_user() argument 82 if (ctxp == NULL || uctx == NULL || in selinux_xfrm_alloc_user() 83 uctx->ctx_doi != XFRM_SC_DOI_LSM || in selinux_xfrm_alloc_user() 84 uctx->ctx_alg != XFRM_SC_ALG_SELINUX) in selinux_xfrm_alloc_user() 87 str_len = uctx->ctx_len; in selinux_xfrm_alloc_user() 98 memcpy(ctx->ctx_str, &uctx[1], str_len); in selinux_xfrm_alloc_user() 280 struct xfrm_user_sec_ctx *uctx, in selinux_xfrm_policy_alloc() argument 283 return selinux_xfrm_alloc_user(ctxp, uctx, gfp); in selinux_xfrm_policy_alloc() 329 struct xfrm_user_sec_ctx *uctx) in selinux_xfrm_state_alloc() argument 331 return selinux_xfrm_alloc_user(&x->security, uctx, GFP_KERNEL); in selinux_xfrm_state_alloc()
|
| /linux/drivers/fwctl/pds/ |
| H A D | main.c | 21 struct fwctl_uctx uctx; member 42 static int pdsfc_open_uctx(struct fwctl_uctx *uctx) in pdsfc_open_uctx() argument 44 struct pdsfc_dev *pdsfc = container_of(uctx->fwctl, struct pdsfc_dev, fwctl); in pdsfc_open_uctx() 45 struct pdsfc_uctx *pdsfc_uctx = container_of(uctx, struct pdsfc_uctx, uctx); in pdsfc_open_uctx() 52 static void pdsfc_close_uctx(struct fwctl_uctx *uctx) in pdsfc_close_uctx() argument 56 static void *pdsfc_info(struct fwctl_uctx *uctx, size_t *length) in pdsfc_info() argument 58 struct pdsfc_uctx *pdsfc_uctx = container_of(uctx, struct pdsfc_uctx, uctx); in pdsfc_info() 350 static void *pdsfc_fw_rpc(struct fwctl_uctx *uctx, enum fwctl_rpc_scope scope, in pdsfc_fw_rpc() argument 353 struct pdsfc_dev *pdsfc = container_of(uctx->fwctl, struct pdsfc_dev, fwctl); in pdsfc_fw_rpc() 354 struct device *dev = &uctx->fwctl->dev; in pdsfc_fw_rpc()
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | ib_verbs.c | 646 bnxt_re_mmap_entry_insert(struct bnxt_re_ucontext *uctx, u64 mem_offset, in bnxt_re_mmap_entry_insert() argument 658 entry->uctx = uctx; in bnxt_re_mmap_entry_insert() 662 ret = rdma_user_mmap_entry_insert_exact(&uctx->ib_uctx, in bnxt_re_mmap_entry_insert() 670 ret = rdma_user_mmap_entry_insert(&uctx->ib_uctx, in bnxt_re_mmap_entry_insert() 886 struct bnxt_re_ucontext *uctx = rdma_udata_to_drv_context( in bnxt_re_create_ah() local 891 spin_lock_irqsave(&uctx->sh_lock, flag); in bnxt_re_create_ah() 892 wrptr = (u32 *)(uctx->shpg + BNXT_RE_AVID_OFFT); in bnxt_re_create_ah() 895 spin_unlock_irqrestore(&uctx->sh_lock, flag); in bnxt_re_create_ah() 1439 struct bnxt_re_ucontext *uctx) in bnxt_re_init_rq_attr() argument 1469 uctx); in bnxt_re_init_rq_attr() [all …]
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | host_sve.c | 28 ucontext_t *uctx = ctx; in handle_sigill() local 35 uctx->uc_mcontext.pc += 4; in handle_sigill()
|
| /linux/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
| H A D | mmcr2_fcs_fch_test.c | 21 ucontext_t *uctx = data; in sig_usr2_handler() local 23 is_hv = !!(uctx->uc_mcontext.gp_regs[PT_MSR] & MSR_HV); in sig_usr2_handler()
|
| /linux/security/selinux/include/ |
| H A D | xfrm.h | 17 struct xfrm_user_sec_ctx *uctx, gfp_t gfp); 23 struct xfrm_user_sec_ctx *uctx);
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_ah.c | 196 if ((pd->uctx) && (pd->uctx->ah_tbl.va)) { in ocrdma_create_ah() 197 ahid_addr = pd->uctx->ah_tbl.va + rdma_ah_get_dlid(attr); in ocrdma_create_ah()
|
| /linux/net/key/ |
| H A D | af_key.c | 466 struct xfrm_user_sec_ctx *uctx = NULL; in pfkey_sadb2xfrm_user_sec_ctx() local 469 uctx = kmalloc((sizeof(*uctx)+ctx_size), gfp); in pfkey_sadb2xfrm_user_sec_ctx() 471 if (!uctx) in pfkey_sadb2xfrm_user_sec_ctx() 474 uctx->len = pfkey_sec_ctx_len(sec_ctx); in pfkey_sadb2xfrm_user_sec_ctx() 475 uctx->exttype = sec_ctx->sadb_x_sec_exttype; in pfkey_sadb2xfrm_user_sec_ctx() 476 uctx->ctx_doi = sec_ctx->sadb_x_ctx_doi; in pfkey_sadb2xfrm_user_sec_ctx() 477 uctx->ctx_alg = sec_ctx->sadb_x_ctx_alg; in pfkey_sadb2xfrm_user_sec_ctx() 478 uctx->ctx_len = sec_ctx->sadb_x_ctx_len; in pfkey_sadb2xfrm_user_sec_ctx() 479 memcpy(uctx + 1, sec_ctx + 1, in pfkey_sadb2xfrm_user_sec_ctx() 480 uctx->ctx_len); in pfkey_sadb2xfrm_user_sec_ctx() [all …]
|
| /linux/drivers/cxl/core/ |
| H A D | features.c | 359 static int cxlctl_open_uctx(struct fwctl_uctx *uctx) in cxlctl_open_uctx() argument 364 static void cxlctl_close_uctx(struct fwctl_uctx *uctx) in cxlctl_close_uctx() argument 645 static void *cxlctl_fw_rpc(struct fwctl_uctx *uctx, enum fwctl_rpc_scope scope, in cxlctl_fw_rpc() argument 648 struct fwctl_device *fwctl_dev = uctx->fwctl; in cxlctl_fw_rpc()
|
| /linux/security/ |
| H A D | security.c | 400 int lsm_fill_user_ctx(struct lsm_ctx __user *uctx, u32 *uctx_len, in lsm_fill_user_ctx() argument 415 if (!uctx) in lsm_fill_user_ctx() 429 if (copy_to_user(uctx, nctx, nctx_len)) in lsm_fill_user_ctx() 3728 int security_getselfattr(unsigned int attr, struct lsm_ctx __user *uctx, in security_getselfattr() argument 3733 u8 __user *base = (u8 __user *)uctx; in security_getselfattr() 3753 if (flags != LSM_FLAG_SINGLE || !uctx) in security_getselfattr() 3755 if (copy_from_user(&lctx, uctx, sizeof(lctx))) in security_getselfattr() 3774 uctx = (struct lsm_ctx __user *)(base + total); in security_getselfattr() 3775 rc = scall->hl->hook.getselfattr(attr, uctx, &entrysize, flags); in security_getselfattr() 3819 int security_setselfattr(unsigned int attr, struct lsm_ctx __user *uctx, in security_setselfattr() argument [all …]
|
| /linux/net/xfrm/ |
| H A D | xfrm_user.c | 126 struct xfrm_user_sec_ctx *uctx; in verify_sec_ctx_len() local 131 uctx = nla_data(rt); in verify_sec_ctx_len() 132 if (uctx->len > nla_len(rt) || in verify_sec_ctx_len() 133 uctx->len != (sizeof(struct xfrm_user_sec_ctx) + uctx->ctx_len)) { in verify_sec_ctx_len() 1164 struct xfrm_user_sec_ctx *uctx; in copy_sec_ctx() local 1166 int ctx_size = sizeof(*uctx) + s->ctx_len; in copy_sec_ctx() 1172 uctx = nla_data(attr); in copy_sec_ctx() 1173 uctx->exttype = XFRMA_SEC_CTX; in copy_sec_ctx() 1174 uctx->len = ctx_size; in copy_sec_ctx() 1175 uctx->ctx_doi = s->ctx_doi; in copy_sec_ctx() [all …]
|
| H A D | xfrm_state.c | 1946 struct xfrm_user_sec_ctx *uctx; in clone_security() local 1947 int size = sizeof(*uctx) + security->ctx_len; in clone_security() 1950 uctx = kmalloc(size, GFP_KERNEL); in clone_security() 1951 if (!uctx) in clone_security() 1954 uctx->exttype = XFRMA_SEC_CTX; in clone_security() 1955 uctx->len = size; in clone_security() 1956 uctx->ctx_doi = security->ctx_doi; in clone_security() 1957 uctx->ctx_alg = security->ctx_alg; in clone_security() 1958 uctx->ctx_len = security->ctx_len; in clone_security() 1959 memcpy(uctx + 1, security->ctx_str, security->ctx_len); in clone_security() [all …]
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_provider.c | 286 static int mthca_alloc_ucontext(struct ib_ucontext *uctx, in mthca_alloc_ucontext() argument 289 struct ib_device *ibdev = uctx->device; in mthca_alloc_ucontext() 291 struct mthca_ucontext *context = to_mucontext(uctx); in mthca_alloc_ucontext()
|
| /linux/usr/include/ |
| H A D | Makefile | 58 no-header-test += asm/uctx.h
|
| /linux/drivers/vdpa/mlx5/core/ |
| H A D | resources.c | 71 MLX5_SET(create_uctx_in, in, uctx.cap, MLX5_UCTX_CAP_RAW_TX); in create_uctx()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | verbs.c | 284 static int irdma_alloc_ucontext(struct ib_ucontext *uctx, in irdma_alloc_ucontext() argument 288 struct ib_device *ibdev = uctx->device; in irdma_alloc_ucontext() 292 struct irdma_ucontext *ucontext = to_ucontext(uctx); in irdma_alloc_ucontext()
|