Home
last modified time | relevance | path

Searched refs:hwctx_sync_debug_bo (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/accel/amdxdna/
H A Damdxdna_pci_drv.h64 int (*hwctx_sync_debug_bo)(struct amdxdna_hwctx *hwctx, u32 debug_bo_hdl); member
H A Damdxdna_ctx.c421 if (!xdna->dev_info->ops->hwctx_sync_debug_bo) in amdxdna_hwctx_sync_debug_bo()
443 ret = xdna->dev_info->ops->hwctx_sync_debug_bo(hwctx, debug_bo_hdl); in amdxdna_hwctx_sync_debug_bo()
H A Daie2_pci.c1245 .hwctx_sync_debug_bo = aie2_hwctx_sync_debug_bo,