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

/freebsd-13-stable/sys/dev/iommu/
H A Diommu_gas.h39 #define IOMMU_MF_CANSPLIT 0x0002 macro
H A Dbusdma_iommu.c594 gas_flags |= IOMMU_MF_CANSPLIT;
602 if ((gas_flags & IOMMU_MF_CANSPLIT) != 0) {
H A Diommu_gas.c347 if ((a->gas_flags & IOMMU_MF_CANSPLIT) != 0) {
603 KASSERT((flags & ~(IOMMU_MF_CANWAIT | IOMMU_MF_CANSPLIT)) == 0,

Completed in 53 milliseconds