Searched refs:queue_read (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/arm/ |
H A D | smmuv3.c | 107 static inline MemTxResult queue_read(SMMUQueue *q, Cmd *cmd) in queue_read() function 1322 if (queue_read(q, &cmd) != MEMTX_OK) { in smmuv3_cmdq_consume()
|
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 227 static void queue_read(u64 *dst, __le64 *src, size_t n_dwords) in queue_read() function 240 queue_read(ent, Q_ENT(q, q->llq.cons), q->ent_dwords); in queue_remove_raw() 416 queue_read(cmd, Q_ENT(q, cons), q->ent_dwords); in __arm_smmu_cmdq_skip_err()
|