Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/iommu/
H A Diommu.c299 struct iommu_map_entries_tailq *entries, bool cansleep) in iommu_domain_unload() argument
308 entry->start, cansleep ? IOMMU_PGF_WAITOK : 0); in iommu_domain_unload()
/f-stack/freebsd/x86/iommu/
H A Dintel_ctx.c903 struct iommu_map_entries_tailq *entries, bool cansleep) in dmar_domain_unload() argument
917 entry->start, cansleep ? IOMMU_PGF_WAITOK : 0); in dmar_domain_unload()
985 struct iommu_map_entries_tailq *entries, bool cansleep) in iommu_domain_unload() argument
991 dmar_domain_unload(domain, entries, cansleep); in iommu_domain_unload()
H A Dintel_dmar.h282 struct iommu_map_entries_tailq *entries, bool cansleep);