Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iommu/
Dioasid.c53 #define IOASID_ALLOCATOR_CUSTOM BIT(0) /* Needs framework to track results */ macro
109 ia_data->flags |= IOASID_ALLOCATOR_CUSTOM; in ioasid_alloc_allocator()
325 adata = active_allocator->flags & IOASID_ALLOCATOR_CUSTOM ? active_allocator->ops->pdata : data; in ioasid_alloc()
332 if ((active_allocator->flags & IOASID_ALLOCATOR_CUSTOM) && in ioasid_alloc()
394 if (active_allocator->flags & IOASID_ALLOCATOR_CUSTOM) { in ioasid_put()