Home
last modified time | relevance | path

Searched refs:DMAR_LOCK (Results 1 – 9 of 9) sorted by relevance

/trueos/sys/x86/iommu/
HDintel_ctx.c216 DMAR_LOCK(ctx->dmar); in ctx_init_rmrr()
284 DMAR_LOCK(dmar); in dmar_get_ctx()
356 DMAR_LOCK(dmar); in dmar_get_ctx()
474 DMAR_LOCK(dmar); in dmar_free_ctx_locked()
531 DMAR_LOCK(dmar); in dmar_free_ctx()
574 DMAR_LOCK(unit); in dmar_ctx_unload_entry()
616 DMAR_LOCK(unit); in dmar_ctx_unload()
HDintel_qi.c286 DMAR_LOCK(unit); in dmar_qi_task()
298 DMAR_LOCK(unit); in dmar_qi_task()
348 DMAR_LOCK(unit); in dmar_init_qi()
376 DMAR_LOCK(unit); in dmar_fini_qi()
HDintel_fault.c209 DMAR_LOCK(unit); in dmar_fault_task()
278 DMAR_LOCK(unit); in dmar_init_fault_log()
291 DMAR_LOCK(unit); in dmar_fini_fault_log()
HDbusdma_dmar.c235 DMAR_LOCK(dmar); in dmar_instantiate_ctx()
820 DMAR_LOCK(unit); in dmar_bus_task_dmamap()
837 DMAR_LOCK(unit); in dmar_bus_task_dmamap()
847 DMAR_LOCK(unit); in dmar_bus_schedule_dmamap()
HDintel_quirks.c183 DMAR_LOCK(dmar); in dmar_quirks_pre_use()
HDintel_idpgtbl.c262 DMAR_LOCK(unit); in ctx_get_idmap_pgtbl()
542 DMAR_LOCK(unit); in ctx_map_buf()
752 DMAR_LOCK(unit); in ctx_flush_iotlb_sync()
HDintel_drv.c351 DMAR_LOCK(unit); in dmar_remap_intr()
479 DMAR_LOCK(unit); in dmar_attach()
519 DMAR_LOCK(unit); in dmar_attach()
962 DMAR_LOCK(dmar); in dmar_instantiate_rmrr_ctxs()
HDintel_utils.c536 DMAR_LOCK(dmar); in dmar_barrier_enter()
HDintel_dmar.h199 #define DMAR_LOCK(dmar) mtx_lock(&(dmar)->lock) macro