Searched refs:ctx1 (Results 1 – 5 of 5) sorted by relevance
669 u32 tmp, ctx1; in nv04_graph_set_ctx_val() local672 ctx1 = nv_ri32(dev, instance); in nv04_graph_set_ctx_val()673 class = ctx1 & 0xff; in nv04_graph_set_ctx_val()674 op = (ctx1 >> 15) & 7; in nv04_graph_set_ctx_val()
517 u64 sge_cmd, ctx0, ctx1; in cxio_hal_init_ctrl_qp() local560 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()
291 __be64 ctx1; /* 5 */ member
736 int cctx, ctx1;739 if ((ctx1 = vma->vm_mm->context) != -1) {742 if (cctx != ctx1) {743 printk("flush ctx %02x curr %02x\n", ctx1, cctx);744 srmmu_set_context(ctx1);
1806 static int context_equiv(struct perf_event_context *ctx1, in context_equiv() argument1809 return ctx1->parent_ctx && ctx1->parent_ctx == ctx2->parent_ctx in context_equiv()1810 && ctx1->parent_gen == ctx2->parent_gen in context_equiv()1811 && !ctx1->pin_count && !ctx2->pin_count; in context_equiv()