Searched refs:iotlb_lock (Results 1 – 5 of 5) sorted by relevance
108 struct iotlb_lock { struct236 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);
251 void iotlb_lock_get(struct omap_iommu *obj, struct iotlb_lock *l) in iotlb_lock_get()261 void iotlb_lock_set(struct omap_iommu *obj, struct iotlb_lock *l) in iotlb_lock_set()290 struct iotlb_lock l; in __iotlb_read_cr()333 struct iotlb_lock l; in load_iotlb_entry()445 struct iotlb_lock l; in flush_iotlb_all()903 struct iotlb_lock lock; in omap_iommu_save_tlb_entries()921 struct iotlb_lock l; in omap_iommu_restore_tlb_entries()
116 struct iotlb_lock saved; in __dump_tlb_entries()
494 spin_lock_init(&dev->iotlb_lock); in vhost_dev_init()676 spin_lock(&dev->iotlb_lock); in vhost_clear_msg()688 spin_unlock(&dev->iotlb_lock); in vhost_clear_msg()1061 spin_lock(&d->iotlb_lock); in vhost_iotlb_notify_vq()1074 spin_unlock(&d->iotlb_lock); in vhost_iotlb_notify_vq()2594 spin_lock(&dev->iotlb_lock); in vhost_enqueue_msg()2596 spin_unlock(&dev->iotlb_lock); in vhost_enqueue_msg()2607 spin_lock(&dev->iotlb_lock); in vhost_dequeue_msg()2613 spin_unlock(&dev->iotlb_lock); in vhost_dequeue_msg()
160 spinlock_t iotlb_lock; member