Lines Matching defs:sysmmu_variant
264 struct sysmmu_variant { struct
265 u32 pt_base; /* page table base address (physical) */
266 u32 flush_all; /* invalidate all TLB entries */
267 u32 flush_entry; /* invalidate specific TLB entry */
268 u32 flush_range; /* invalidate TLB entries in specified range */
269 u32 flush_start; /* start address of range invalidation */
270 u32 flush_end; /* end address of range invalidation */
271 u32 int_status; /* interrupt status information */
272 u32 int_clear; /* clear the interrupt */
273 u32 fault_va; /* IOVA address that caused fault */
274 u32 fault_info; /* fault transaction info */
276 int (*get_fault_info)(struct sysmmu_drvdata *data, unsigned int itype,