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

/freebsd-current/sys/dev/iommu/
H A Diommu_gas.c150 iommu_gaddr_t bound, delta, free_down; local
152 free_down = 0;
155 free_down = MAX(child->free_down, bound - child->last);
162 free_down = MAX(free_down, child->free_down);
163 free_down = MAX(free_down, child->first - bound);
168 delta = entry->free_down
[all...]
H A Diommu.h54 iommu_gaddr_t free_down; /* Max free space below the member in struct:iommu_map_entry
/freebsd-current/sys/x86/iommu/
H A Dintel_drv.c1114 " start %jx end %jx first %jx last %jx free_down %jx flags %x ",
1116 entry->free_down, entry->flags);

Completed in 108 milliseconds