vmm_iommu_modify(): split vm_iommu_map()/unmap() into separate functions
vm_iommu_map()/unmap(): stop transiently wiring already wired pages Namely, switch from vm_fault_quick_hold() to pmap_extract() KPI to translate gpa to hpa. Assert that the looked up hpa belongs to the wired page, as it should be for the VM which is configured for pass-throu (this is theoretically a restriction that could be removed on newer DMARs).