Home
last modified time | relevance | path

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

/freebsd/sys/dev/iommu/
H A Diommu_gas.c158 iommu_gaddr_t bound, delta, free_down; in iommu_gas_augment_entry() local
160 free_down = 0; in iommu_gas_augment_entry()
163 free_down = MAX(child->free_down, bound - child->last); in iommu_gas_augment_entry()
170 free_down = MAX(free_down, child->free_down); in iommu_gas_augment_entry()
171 free_down = MAX(free_down, child->first - bound); in iommu_gas_augment_entry()
176 delta = entry->free_down - free_down; in iommu_gas_augment_entry()
178 entry->free_down = free_down; in iommu_gas_augment_entry()
205 v = MAX(v, l->free_down); in iommu_gas_check_free()
209 v = MAX(v, r->free_down); in iommu_gas_check_free()
212 MPASS(entry->free_down == v); in iommu_gas_check_free()
[all …]
H A Diommu.h58 iommu_gaddr_t free_down; /* Max free space below the member
/freebsd/sys/x86/iommu/
H A Diommu_utils.c780 entry->free_down, entry->flags); in iommu_db_print_domain_entry()