Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/arm/arm-smmu-v3/
H A Dtegra241-cmdqv.c239 vcmdq->vintf->idx, vcmdq->idx, vcmdq->lidx); in lvcmdq_error_header()
343 if (!vcmdq || !READ_ONCE(vcmdq->enabled)) in tegra241_cmdqv_get_cmdq()
349 return &vcmdq->cmdq; in tegra241_cmdqv_get_cmdq()
391 writeq_relaxed(vcmdq->cmdq.q.q_base, REG_VCMDQ_PAGE1(vcmdq, BASE)); in tegra241_vcmdq_hw_init()
537 vcmdq->lidx = lidx; in tegra241_vintf_init_lvcmdq()
558 kfree(vcmdq); in tegra241_vintf_free_lvcmdq()
569 vcmdq = kzalloc(sizeof(*vcmdq), GFP_KERNEL); in tegra241_vintf_alloc_lvcmdq()
570 if (!vcmdq) in tegra241_vintf_alloc_lvcmdq()
584 return vcmdq; in tegra241_vintf_alloc_lvcmdq()
589 kfree(vcmdq); in tegra241_vintf_alloc_lvcmdq()
[all …]