Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iommu/
H A Dioasid.c52 #define IOASID_ALLOCATOR_CUSTOM BIT(0) /* Needs framework to track results */ macro
108 ia_data->flags |= IOASID_ALLOCATOR_CUSTOM; in ioasid_alloc_allocator()
323 adata = active_allocator->flags & IOASID_ALLOCATOR_CUSTOM ? active_allocator->ops->pdata : data; in ioasid_alloc()
330 if ((active_allocator->flags & IOASID_ALLOCATOR_CUSTOM) && in ioasid_alloc()
365 if (active_allocator->flags & IOASID_ALLOCATOR_CUSTOM) { in ioasid_free()

Completed in 2 milliseconds