Home
last modified time | relevance | path

Searched refs:iotlb_lock (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Domap-iommu.h108 struct iotlb_lock { struct
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);
H A Domap-iommu.c251 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()
H A Domap-iommu-debug.c116 struct iotlb_lock saved; in __dump_tlb_entries()
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvhost.c494 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()
1060 spin_lock(&d->iotlb_lock); in vhost_iotlb_notify_vq()
1073 spin_unlock(&d->iotlb_lock); in vhost_iotlb_notify_vq()
2586 spin_lock(&dev->iotlb_lock); in vhost_enqueue_msg()
2588 spin_unlock(&dev->iotlb_lock); in vhost_enqueue_msg()
2599 spin_lock(&dev->iotlb_lock); in vhost_dequeue_msg()
2605 spin_unlock(&dev->iotlb_lock); in vhost_dequeue_msg()
H A Dvhost.h156 spinlock_t iotlb_lock; member