Searched refs:domid_bitmap (Results 1 – 3 of 3) sorted by relevance
/xen/xen/drivers/passthrough/vtd/ |
A D | iommu.c | 73 i = find_first_bit(iommu->domid_bitmap, nr_dom); in domain_iommu_domid() 79 i = find_next_bit(iommu->domid_bitmap, nr_dom, i+1); in domain_iommu_domid() 100 i = find_first_bit(iommu->domid_bitmap, nr_dom); in context_set_domain_id() 108 i = find_next_bit(iommu->domid_bitmap, nr_dom, i+1); in context_set_domain_id() 113 i = find_first_zero_bit(iommu->domid_bitmap, nr_dom); in context_set_domain_id() 122 set_bit(i, iommu->domid_bitmap); in context_set_domain_id() 1234 iommu->domid_bitmap = xzalloc_array(unsigned long, BITS_TO_LONGS(nr_dom)); in iommu_alloc() 1235 if ( !iommu->domid_bitmap ) in iommu_alloc() 1243 __set_bit(0, iommu->domid_bitmap); in iommu_alloc() 1270 xfree(iommu->domid_bitmap); in iommu_free() [all …]
|
A D | iommu.h | 541 unsigned long *domid_bitmap; /* domain id bitmap */ member
|
A D | qinval.c | 221 if ( test_bit(did, iommu->domid_bitmap) ) in dev_invalidate_sync()
|
Completed in 12 milliseconds