Home
last modified time | relevance | path

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

/freebsd/sys/x86/iommu/
H A Dintel_intrmap.c296 DMAR_UNLOCK(unit); in dmar_ir_program_irte()
314 DMAR_UNLOCK(unit); in dmar_ir_free_irte()
363 DMAR_UNLOCK(unit); in dmar_init_irt()
374 DMAR_UNLOCK(unit); in dmar_init_irt()
H A Dintel_ctx.c536 DMAR_UNLOCK(dmar); in dmar_get_ctx_for_dev1()
635 DMAR_UNLOCK(dmar); in dmar_get_ctx_for_dev1()
716 DMAR_UNLOCK(dmar); in dmar_unref_domain_locked()
724 DMAR_UNLOCK(dmar); in dmar_unref_domain_locked()
748 DMAR_UNLOCK(dmar); in dmar_free_ctx_locked()
760 DMAR_UNLOCK(dmar); in dmar_free_ctx_locked()
773 DMAR_UNLOCK(dmar); in dmar_free_ctx_locked()
849 DMAR_UNLOCK(unit); in dmar_domain_unload_entry()
907 DMAR_UNLOCK(unit); in dmar_domain_unload()
H A Dintel_utils.c473 DMAR_UNLOCK(dmar); in dmar_barrier_enter()
486 DMAR_UNLOCK(dmar); in dmar_barrier_enter()
491 DMAR_UNLOCK(dmar); in dmar_barrier_enter()
507 DMAR_UNLOCK(dmar); in dmar_barrier_exit()
H A Dintel_fault.c231 DMAR_UNLOCK(unit); in dmar_fault_task()
282 DMAR_UNLOCK(unit); in dmar_init_fault_log()
296 DMAR_UNLOCK(unit); in dmar_fini_fault_log()
H A Dintel_drv.c321 DMAR_UNLOCK(unit); in dmar_remap_intr()
472 DMAR_UNLOCK(unit); in dmar_attach()
479 DMAR_UNLOCK(unit); in dmar_attach()
487 DMAR_UNLOCK(unit); in dmar_attach()
494 DMAR_UNLOCK(unit); in dmar_attach()
534 DMAR_UNLOCK(unit); in dmar_attach()
539 DMAR_UNLOCK(unit); in dmar_attach()
H A Dintel_idpgtbl.c272 DMAR_UNLOCK(unit); in dmar_get_idmap_pgtbl()
539 DMAR_UNLOCK(unit); in dmar_map_buf()
703 DMAR_UNLOCK(unit); in dmar_domain_alloc_pgtbl()
798 DMAR_UNLOCK(unit); in dmar_flush_iotlb_sync()
H A Dintel_qi.c337 DMAR_UNLOCK(unit); in dmar_qi_task()
377 DMAR_UNLOCK(unit); in dmar_init_qi()
H A Dintel_dmar.h151 #define DMAR_UNLOCK(dmar) mtx_unlock(&DMAR2IOMMU(dmar)->lock) macro