Home
last modified time | relevance | path

Searched refs:cr_regs (Results 1 – 3 of 3) sorted by relevance

/drivers/iommu/
Domap-iommu-debug.c110 __dump_tlb_entries(struct omap_iommu *obj, struct cr_regs *crs, int num) in __dump_tlb_entries()
114 struct cr_regs tmp; in __dump_tlb_entries()
115 struct cr_regs *p = crs; in __dump_tlb_entries()
132 static ssize_t iotlb_dump_cr(struct omap_iommu *obj, struct cr_regs *cr, in iotlb_dump_cr()
143 struct cr_regs *cr; in omap_dump_tlb_entries()
Domap-iommu.h76 struct cr_regs *cr_ctx;
103 struct cr_regs { struct
235 struct cr_regs __iotlb_read_cr(struct omap_iommu *obj, int n);
266 static inline int iotlb_cr_valid(struct cr_regs *cr) in iotlb_cr_valid()
Domap-iommu.c223 static u32 iotlb_cr_to_virt(struct cr_regs *cr) in iotlb_cr_to_virt()
282 static void iotlb_read_cr(struct omap_iommu *obj, struct cr_regs *cr) in iotlb_read_cr()
288 static void iotlb_load_cr(struct omap_iommu *obj, struct cr_regs *cr) in iotlb_load_cr()
298 struct cr_regs __iotlb_read_cr(struct omap_iommu *obj, int n) in __iotlb_read_cr()
300 struct cr_regs cr; in __iotlb_read_cr()
312 static struct cr_regs *iotlb_alloc_cr(struct omap_iommu *obj, in iotlb_alloc_cr()
315 struct cr_regs *cr; in iotlb_alloc_cr()
345 struct cr_regs *cr; in load_iotlb_entry()
360 struct cr_regs tmp; in load_iotlb_entry()
422 struct cr_regs cr; in flush_iotlb_page()
[all …]