Home
last modified time | relevance | path

Searched refs:compute_ctx (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/misc/habanalabs/common/
Dcontext.c16 struct hl_ctx *ctx = handle->hdev->compute_ctx; in hl_encaps_handle_do_release()
30 struct hl_ctx *ctx = handle->hdev->compute_ctx; in hl_encaps_handle_do_release_sob()
103 if ((hdev->in_debug) && (hdev->compute_ctx == ctx)) in hl_ctx_fini()
170 hdev->compute_ctx = ctx; in hl_ctx_create()
Ddevice.c74 hdev->compute_ctx = NULL; in hpriv_release()
507 if (!hdev->compute_ctx) in set_freq_to_low_job()
1098 if (hdev->compute_ctx) { in hl_device_reset()
1099 atomic_set(&hdev->compute_ctx->thread_ctx_switch_token, 1); in hl_device_reset()
1100 hdev->compute_ctx->thread_ctx_switch_wait_token = 0; in hl_device_reset()
1134 hdev->compute_ctx = NULL; in hl_device_reset()
1385 hdev->compute_ctx = NULL; in hl_device_init()
Dhabanalabs_drv.c164 if (hdev->compute_ctx) { in hl_device_open()
Ddebugfs.c410 ctx = hdev->compute_ctx; in mmu_show()
563 struct hl_ctx *ctx = hdev->compute_ctx; in device_va_to_pa()
Dhw_queue.c574 mgr = &hdev->compute_ctx->sig_mgr; in encaps_sig_first_staged_cs_handler()
Dhabanalabs.h2519 struct hl_ctx *compute_ctx; member
/Linux-v5.15/drivers/misc/habanalabs/goya/
Dgoya_hwmgr.c290 if (hdev->compute_ctx) { in pm_mng_profile_store()