Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Darm-smmu-v3.c192 #define Q_OVF(q, p) ((p) & Q_OVERFLOW_FLAG) macro
685 q->cons = Q_OVF(q, q->cons) | Q_WRP(q, cons) | Q_IDX(q, cons); in queue_inc_cons()
694 if (Q_OVF(q, prod) != Q_OVF(q, q->prod)) in queue_sync_prod()
705 q->prod = Q_OVF(q, q->prod) | Q_WRP(q, prod) | Q_IDX(q, prod); in queue_inc_prod()
1158 q->cons = Q_OVF(q, q->prod) | Q_WRP(q, q->cons) | Q_IDX(q, q->cons); in arm_smmu_evtq_thread()
1224 q->cons = Q_OVF(q, q->prod) | Q_WRP(q, q->cons) | Q_IDX(q, q->cons); in arm_smmu_priq_thread()