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

/linux-master/drivers/iommu/iommufd/
H A Dhw_pagetable.c86 * @immediate_attach: True if idev should be attached to the hwpt
101 bool immediate_attach,
168 * immediate_attach exists only to accommodate iommu drivers that cannot
173 if (immediate_attach) {
186 if (immediate_attach)
99 iommufd_hwpt_paging_alloc(struct iommufd_ctx *ictx, struct iommufd_ioas *ioas, struct iommufd_device *idev, u32 flags, bool immediate_attach, const struct iommu_user_data *user_data) argument
H A Diommufd_private.h346 bool immediate_attach,
H A Ddevice.c551 * to use the immediate_attach path as it supports drivers that can't
554 bool immediate_attach = do_attach == iommufd_device_do_attach; local
591 immediate_attach, NULL);
598 if (!immediate_attach) {

Completed in 431 milliseconds