Q_WRP 719 drivers/iommu/arm-smmu-v3.c if (Q_WRP(q, q->prod) == Q_WRP(q, q->cons)) Q_WRP 730 drivers/iommu/arm-smmu-v3.c Q_WRP(q, q->prod) != Q_WRP(q, q->cons); Q_WRP 736 drivers/iommu/arm-smmu-v3.c Q_WRP(q, q->prod) == Q_WRP(q, q->cons); Q_WRP 741 drivers/iommu/arm-smmu-v3.c return ((Q_WRP(q, q->cons) == Q_WRP(q, prod)) && Q_WRP 743 drivers/iommu/arm-smmu-v3.c ((Q_WRP(q, q->cons) != Q_WRP(q, prod)) && Q_WRP 759 drivers/iommu/arm-smmu-v3.c u32 cons = (Q_WRP(q, q->cons) | Q_IDX(q, q->cons)) + 1; Q_WRP 760 drivers/iommu/arm-smmu-v3.c q->cons = Q_OVF(q->cons) | Q_WRP(q, cons) | Q_IDX(q, cons); Q_WRP 777 drivers/iommu/arm-smmu-v3.c u32 prod = (Q_WRP(q, q->prod) | Q_IDX(q, q->prod)) + n; Q_WRP 778 drivers/iommu/arm-smmu-v3.c return Q_OVF(q->prod) | Q_WRP(q, prod) | Q_IDX(q, prod); Q_WRP 1132 drivers/iommu/arm-smmu-v3.c valid = (ULONG_MAX + !!Q_WRP(&llq, llq.prod)) & mask; Q_WRP 1722 drivers/iommu/arm-smmu-v3.c llq->cons = Q_OVF(llq->prod) | Q_WRP(llq, llq->cons) | Q_WRP 1781 drivers/iommu/arm-smmu-v3.c llq->cons = Q_OVF(llq->prod) | Q_WRP(llq, llq->cons) |