Home
last modified time | relevance | path

Searched refs:rcl (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_render_cl.c50 struct drm_gem_dma_object *rcl; member
58 *(u8 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u8()
64 *(u16 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u16()
70 *(u32 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u32()
331 setup->rcl = &vc4_bo_create(dev, size, true, VC4_BO_TYPE_RCL)->base; in vc4_create_rcl_bo()
332 if (IS_ERR(setup->rcl)) in vc4_create_rcl_bo()
333 return PTR_ERR(setup->rcl); in vc4_create_rcl_bo()
334 list_add_tail(&to_vc4_bo(&setup->rcl->base)->unref_head, in vc4_create_rcl_bo()
377 exec->ct1ca = setup->rcl->dma_addr; in vc4_create_rcl_bo()
378 exec->ct1ea = setup->rcl->dma_addr + setup->next_offset; in vc4_create_rcl_bo()
/openbmc/linux/kernel/rcu/
H A Dtasks.h543 struct rcu_cblist rcl = RCU_CBLIST_INITIALIZER(rcl); in rcu_tasks_invoke_cbs() local
567 rcu_segcblist_extract_done_cbs(&rtpcp->cblist, &rcl); in rcu_tasks_invoke_cbs()
569 len = rcl.len; in rcu_tasks_invoke_cbs()
570 for (rhp = rcu_cblist_dequeue(&rcl); rhp; rhp = rcu_cblist_dequeue(&rcl)) { in rcu_tasks_invoke_cbs()
H A Dtree.c2129 struct rcu_cblist rcl = RCU_CBLIST_INITIALIZER(rcl); in rcu_do_batch() local
2167 rcu_segcblist_extract_done_cbs(&rdp->cblist, &rcl); in rcu_do_batch()
2176 rhp = rcu_cblist_dequeue(&rcl); in rcu_do_batch()
2178 for (; rhp; rhp = rcu_cblist_dequeue(&rcl)) { in rcu_do_batch()
2226 trace_rcu_batch_end(rcu_state.name, count, !!rcl.head, need_resched(), in rcu_do_batch()
2230 rcu_segcblist_insert_done_cbs(&rdp->cblist, &rcl); in rcu_do_batch()
H A Dtree_nocb.h318 struct rcu_cblist rcl; in rcu_nocb_do_flush_bypass() local
342 rcu_cblist_flush_enqueue(&rcl, &rdp->nocb_bypass, rhp); in rcu_nocb_do_flush_bypass()
345 rcu_segcblist_insert_pend_cbs(&rdp->cblist, &rcl); in rcu_nocb_do_flush_bypass()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c150 #define OP rcl
/openbmc/linux/arch/x86/kvm/
H A Demulate.c1031 FASTOP2CL(rcl);