Home
last modified time | relevance | path

Searched refs:vict (Results 1 – 2 of 2) sorted by relevance

/drivers/iommu/
Domap-iommu.c268 l->vict = MMU_LOCK_VICT(val); in iotlb_lock_get()
276 val |= (l->vict << MMU_LOCK_VICT_SHIFT); in iotlb_lock_set()
303 l.vict = n; in __iotlb_read_cr()
373 l.vict = l.base; in load_iotlb_entry()
389 if (++l.vict == obj->nr_tlb_entries) in load_iotlb_entry()
390 l.vict = l.base; in load_iotlb_entry()
460 l.vict = 0; in flush_iotlb_all()
Domap-iommu.h62 short vict; member