Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/arm/
H A Dsmmuv3.h27 typedef struct SMMUQueue { struct
33 } SMMUQueue; typedef
61 SMMUQueue eventq, cmdq;
/openbmc/qemu/hw/arm/
H A Dsmmuv3-internal.h236 static inline bool smmuv3_q_full(SMMUQueue *q) in smmuv3_q_full()
241 static inline bool smmuv3_q_empty(SMMUQueue *q) in smmuv3_q_empty()
246 static inline void queue_prod_incr(SMMUQueue *q) in queue_prod_incr()
251 static inline void queue_cons_incr(SMMUQueue *q) in queue_cons_incr()