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.c300 DMAR_UNLOCK(unit); in dmar_ir_program_irte()
318 DMAR_UNLOCK(unit); in dmar_ir_free_irte()
367 DMAR_UNLOCK(unit); in dmar_init_irt()
378 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.c322 DMAR_UNLOCK(unit); in dmar_remap_intr()
473 DMAR_UNLOCK(unit); in dmar_attach()
480 DMAR_UNLOCK(unit); in dmar_attach()
488 DMAR_UNLOCK(unit); in dmar_attach()
495 DMAR_UNLOCK(unit); in dmar_attach()
535 DMAR_UNLOCK(unit); in dmar_attach()
540 DMAR_UNLOCK(unit); in dmar_attach()
H A Dintel_idpgtbl.c274 DMAR_UNLOCK(unit); in dmar_get_idmap_pgtbl()
541 DMAR_UNLOCK(unit); in dmar_map_buf()
705 DMAR_UNLOCK(unit); in dmar_domain_alloc_pgtbl()
802 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