Searched refs:ctx1 (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv04.c | 463 u32 tmp, ctx1; in nv04_gr_set_ctx_val() local 465 ctx1 = nvkm_rd32(device, 0x700000 + inst); in nv04_gr_set_ctx_val() 466 class = ctx1 & 0xff; in nv04_gr_set_ctx_val() 467 op = (ctx1 >> 15) & 7; in nv04_gr_set_ctx_val()
|
/linux-4.4.14/arch/sparc/mm/ |
D | srmmu.c | 574 int cctx, ctx1; 577 if ((ctx1 = vma->vm_mm->context) != -1) { 580 if (cctx != ctx1) { 581 printk("flush ctx %02x curr %02x\n", ctx1, cctx); 582 srmmu_set_context(ctx1);
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.c | 517 u64 sge_cmd, ctx0, ctx1; in cxio_hal_init_ctrl_qp() local 560 ctx1 = (u32) base_addr; in cxio_hal_init_ctrl_qp() 562 ctx1 |= ((u64) (V_EC_BASE_HI((u32) base_addr & 0xf) | V_EC_RESPQ(0) | in cxio_hal_init_ctrl_qp() 572 wqe->ctx1 = cpu_to_be64(ctx1); in cxio_hal_init_ctrl_qp()
|
D | cxio_wr.h | 291 __be64 ctx1; /* 5 */ member
|
/linux-4.4.14/fs/nfs/ |
D | pagelist.c | 906 static bool nfs_match_open_context(const struct nfs_open_context *ctx1, in nfs_match_open_context() argument 909 return ctx1->cred == ctx2->cred && ctx1->state == ctx2->state; in nfs_match_open_context()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_os.c | 635 struct ct6_dsd *ctx1 = (struct ct6_dsd *)ctx; in qla2x00_sp_free_dma() local 637 dma_pool_free(ha->fcp_cmnd_dma_pool, ctx1->fcp_cmnd, in qla2x00_sp_free_dma() 638 ctx1->fcp_cmnd_dma); in qla2x00_sp_free_dma() 639 list_splice(&ctx1->dsd_list, &ha->gbl_dsd_list); in qla2x00_sp_free_dma() 640 ha->gbl_dsd_inuse -= ctx1->dsd_use_cnt; in qla2x00_sp_free_dma() 641 ha->gbl_dsd_avail += ctx1->dsd_use_cnt; in qla2x00_sp_free_dma() 642 mempool_free(ctx1, ha->ctx_mempool); in qla2x00_sp_free_dma() 643 ctx1 = NULL; in qla2x00_sp_free_dma()
|
/linux-4.4.14/kernel/events/ |
D | core.c | 2437 static int context_equiv(struct perf_event_context *ctx1, in context_equiv() argument 2440 lockdep_assert_held(&ctx1->lock); in context_equiv() 2444 if (ctx1->pin_count || ctx2->pin_count) in context_equiv() 2448 if (ctx1 == ctx2->parent_ctx && ctx1->generation == ctx2->parent_gen) in context_equiv() 2452 if (ctx1->parent_ctx == ctx2 && ctx1->parent_gen == ctx2->generation) in context_equiv() 2459 if (ctx1->parent_ctx && ctx1->parent_ctx == ctx2->parent_ctx && in context_equiv() 2460 ctx1->parent_gen == ctx2->parent_gen) in context_equiv()
|