Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/arm/
H A Dsmmuv3.h35 struct SMMUv3State { struct
85 OBJECT_DECLARE_TYPE(SMMUv3State, SMMUv3Class, ARM_SMMUV3) argument
/openbmc/qemu/hw/arm/
H A Dsmmuv3-internal.h182 static inline int smmu_enabled(SMMUv3State *s) in smmu_enabled()
210 static inline bool smmuv3_eventq_irq_enabled(SMMUv3State *s) in smmuv3_eventq_irq_enabled()
215 static inline bool smmuv3_gerror_irq_enabled(SMMUv3State *s) in smmuv3_gerror_irq_enabled()
260 static inline bool smmuv3_cmdq_enabled(SMMUv3State *s) in smmuv3_cmdq_enabled()
265 static inline bool smmuv3_eventq_enabled(SMMUv3State *s) in smmuv3_eventq_enabled()
270 static inline void smmu_write_cmdq_err(SMMUv3State *s, uint32_t err_type) in smmu_write_cmdq_err()
526 void smmuv3_record_event(SMMUv3State *s, SMMUEventInfo *event);