Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Domap-iommu.c274 l->vict = MMU_LOCK_VICT(val); in iotlb_lock_get()
282 val |= (l->vict << MMU_LOCK_VICT_SHIFT); in iotlb_lock_set()
309 l.vict = n; in __iotlb_read_cr()
379 l.vict = l.base; in load_iotlb_entry()
395 if (++l.vict == obj->nr_tlb_entries) in load_iotlb_entry()
396 l.vict = l.base; in load_iotlb_entry()
466 l.vict = 0; in flush_iotlb_all()
Domap-iommu.h106 short vict; member