Searched refs:omap_iommu (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/iommu/ |
D | omap-iommu.h | 35 struct omap_iommu *iommu_dev; 54 struct omap_iommu { struct 99 struct omap_iommu *iommu_dev; argument 235 struct cr_regs __iotlb_read_cr(struct omap_iommu *obj, int n); 236 void iotlb_lock_get(struct omap_iommu *obj, struct iotlb_lock *l); 237 void iotlb_lock_set(struct omap_iommu *obj, struct iotlb_lock *l); 243 void omap_iommu_debugfs_add(struct omap_iommu *obj); 244 void omap_iommu_debugfs_remove(struct omap_iommu *obj); 249 static inline void omap_iommu_debugfs_add(struct omap_iommu *obj) { } in omap_iommu_debugfs_add() 250 static inline void omap_iommu_debugfs_remove(struct omap_iommu *obj) { } in omap_iommu_debugfs_remove() [all …]
|
D | omap-iommu-debug.c | 25 static inline bool is_omap_iommu_detached(struct omap_iommu *obj) in is_omap_iommu_detached() 44 omap2_iommu_dump_ctx(struct omap_iommu *obj, char *buf, ssize_t len) in omap2_iommu_dump_ctx() 68 static ssize_t omap_iommu_dump_ctx(struct omap_iommu *obj, char *buf, in omap_iommu_dump_ctx() 86 struct omap_iommu *obj = file->private_data; in debug_read_regs() 113 __dump_tlb_entries(struct omap_iommu *obj, struct cr_regs *crs, int num) in __dump_tlb_entries() 135 static ssize_t iotlb_dump_cr(struct omap_iommu *obj, struct cr_regs *cr, in iotlb_dump_cr() 143 static size_t omap_dump_tlb_entries(struct omap_iommu *obj, struct seq_file *s) in omap_dump_tlb_entries() 164 struct omap_iommu *obj = s->private; in tlb_show() 185 struct omap_iommu *obj = s->private; in dump_ioptable() 215 struct omap_iommu *obj = s->private; in pagetable_show() [all …]
|
D | omap-iommu.c | 37 #define to_iommu(dev) ((struct omap_iommu *)dev_get_drvdata(dev)) 74 struct omap_iommu *obj; in omap_iommu_save_ctx() 104 struct omap_iommu *obj; in omap_iommu_restore_ctx() 124 static void dra7_cfg_dspsys_mmu(struct omap_iommu *obj, bool enable) in dra7_cfg_dspsys_mmu() 136 static void __iommu_set_twl(struct omap_iommu *obj, bool on) in __iommu_set_twl() 154 static int omap2_iommu_enable(struct omap_iommu *obj) in omap2_iommu_enable() 181 static void omap2_iommu_disable(struct omap_iommu *obj) in omap2_iommu_disable() 192 static int iommu_enable(struct omap_iommu *obj) in iommu_enable() 203 static void iommu_disable(struct omap_iommu *obj) in iommu_disable() 231 static u32 iommu_report_fault(struct omap_iommu *obj, u32 *da) in iommu_report_fault() [all …]
|