Home
last modified time | relevance | path

Searched refs:DMAR_UNLOCK (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/x86/iommu/
H A Dintel_intrmap.c298 DMAR_UNLOCK(unit); in dmar_ir_program_irte()
316 DMAR_UNLOCK(unit); in dmar_ir_free_irte()
358 DMAR_UNLOCK(unit); in dmar_init_irt()
369 DMAR_UNLOCK(unit); in dmar_init_irt()
H A Dintel_fault.c234 DMAR_UNLOCK(unit); in dmar_fault_task()
285 DMAR_UNLOCK(unit); in dmar_init_fault_log()
299 DMAR_UNLOCK(unit); in dmar_fini_fault_log()
H A Dintel_ctx.c554 DMAR_UNLOCK(dmar); in dmar_get_ctx_for_dev1()
649 DMAR_UNLOCK(dmar); in dmar_get_ctx_for_dev1()
730 DMAR_UNLOCK(dmar); in dmar_unref_domain_locked()
738 DMAR_UNLOCK(dmar); in dmar_unref_domain_locked()
762 DMAR_UNLOCK(dmar); in dmar_free_ctx_locked()
774 DMAR_UNLOCK(dmar); in dmar_free_ctx_locked()
787 DMAR_UNLOCK(dmar); in dmar_free_ctx_locked()
883 DMAR_UNLOCK(unit); in dmar_domain_unload_entry()
937 DMAR_UNLOCK(unit); in dmar_domain_unload()
H A Dintel_qi.c355 DMAR_UNLOCK(unit); in dmar_qi_task()
367 DMAR_UNLOCK(unit); in dmar_qi_task()
420 DMAR_UNLOCK(unit); in dmar_init_qi()
447 DMAR_UNLOCK(unit); in dmar_fini_qi()
H A Dintel_utils.c582 DMAR_UNLOCK(dmar); in dmar_barrier_enter()
595 DMAR_UNLOCK(dmar); in dmar_barrier_enter()
600 DMAR_UNLOCK(dmar); in dmar_barrier_enter()
616 DMAR_UNLOCK(dmar); in dmar_barrier_exit()
H A Dintel_drv.c365 DMAR_UNLOCK(unit); in dmar_remap_intr()
497 DMAR_UNLOCK(unit); in dmar_attach()
503 DMAR_UNLOCK(unit); in dmar_attach()
510 DMAR_UNLOCK(unit); in dmar_attach()
516 DMAR_UNLOCK(unit); in dmar_attach()
542 DMAR_UNLOCK(unit); in dmar_attach()
546 DMAR_UNLOCK(unit); in dmar_attach()
H A Dintel_idpgtbl.c268 DMAR_UNLOCK(unit); in domain_get_idmap_pgtbl()
564 DMAR_UNLOCK(unit); in domain_map_buf()
720 DMAR_UNLOCK(domain->dmar); in domain_alloc_pgtbl()
813 DMAR_UNLOCK(unit); in domain_flush_iotlb_sync()
H A Dintel_dmar.h188 #define DMAR_UNLOCK(dmar) mtx_unlock(&(dmar)->iommu.lock) macro