Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/x86/iommu/
HDintel_intrmap.c297 DMAR_UNLOCK(unit); in dmar_ir_program_irte()
315 DMAR_UNLOCK(unit); in dmar_ir_free_irte()
371 DMAR_UNLOCK(unit); in dmar_init_irt()
382 DMAR_UNLOCK(unit); in dmar_init_irt()
HDintel_ctx.c537 DMAR_UNLOCK(dmar); in dmar_get_ctx_for_dev1()
636 DMAR_UNLOCK(dmar); in dmar_get_ctx_for_dev1()
717 DMAR_UNLOCK(dmar); in dmar_unref_domain_locked()
725 DMAR_UNLOCK(dmar); in dmar_unref_domain_locked()
749 DMAR_UNLOCK(dmar); in dmar_free_ctx_locked()
761 DMAR_UNLOCK(dmar); in dmar_free_ctx_locked()
774 DMAR_UNLOCK(dmar); in dmar_free_ctx_locked()
850 DMAR_UNLOCK(unit); in dmar_domain_unload_entry()
908 DMAR_UNLOCK(unit); in dmar_domain_unload()
HDintel_utils.c474 DMAR_UNLOCK(dmar); in dmar_barrier_enter()
487 DMAR_UNLOCK(dmar); in dmar_barrier_enter()
492 DMAR_UNLOCK(dmar); in dmar_barrier_enter()
508 DMAR_UNLOCK(dmar); in dmar_barrier_exit()
HDintel_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()
HDintel_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()
HDintel_idpgtbl.c273 DMAR_UNLOCK(unit); in dmar_get_idmap_pgtbl()
540 DMAR_UNLOCK(unit); in dmar_map_buf()
704 DMAR_UNLOCK(unit); in dmar_domain_alloc_pgtbl()
799 DMAR_UNLOCK(unit); in dmar_flush_iotlb_sync()
HDintel_qi.c337 DMAR_UNLOCK(unit); in dmar_qi_task()
383 DMAR_UNLOCK(unit); in dmar_init_qi()
HDintel_dmar.h151 #define DMAR_UNLOCK(dmar) mtx_unlock(&DMAR2IOMMU(dmar)->lock) macro