Home
last modified time | relevance | path

Searched refs:ctx1 (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnv04_graph.c669 u32 tmp, ctx1; in nv04_graph_set_ctx_val() local
672 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()
/linux-2.6.39/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c517 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()
Dcxio_wr.h291 __be64 ctx1; /* 5 */ member
/linux-2.6.39/arch/sparc/mm/
Dsrmmu.c736 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);
/linux-2.6.39/kernel/
Dperf_event.c1806 static int context_equiv(struct perf_event_context *ctx1, in context_equiv() argument
1809 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()