Searched refs:SMMUv3State (Results 1 – 3 of 3) sorted by relevance
828 SMMUv3State *s = sdev->smmu; in smmuv3_decode_config()872 SMMUv3State *s = sdev->smmu; in smmuv3_get_config()903 SMMUv3State *s = sdev->smmu; in smmuv3_flush_config()1041 SMMUv3State *s = sdev->smmu; in smmuv3_translate()1234 SMMUv3State *smmuv3 = ARM_SMMUV3(s); in smmuv3_range_inval()1679 SMMUv3State *s = ARM_SMMUV3(sys); in smmu_write_mmio()1828 SMMUv3State *s = ARM_SMMUV3(sys); in smmu_read_mmio()1875 SMMUv3State *s = ARM_SMMUV3(obj); in smmu_reset_hold()1888 SMMUv3State *s = ARM_SMMUV3(sys); in smmu_realize()1926 SMMUv3State *s = opaque; in smmuv3_gbpa_needed()[all …]
182 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);
35 struct SMMUv3State { struct85 OBJECT_DECLARE_TYPE(SMMUv3State, SMMUv3Class, ARM_SMMUV3) argument