Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/cxl/
Dnative.c1026 (ctx->afu->adapter->native->sl_ops->attach_dedicated_process)) in native_attach_process()
1027 return ctx->afu->adapter->native->sl_ops->attach_dedicated_process(ctx, wed, amr); in native_attach_process()
Dpci.c1592 .attach_dedicated_process = cxl_attach_dedicated_process_psl9,
1615 .attach_dedicated_process = cxl_attach_dedicated_process_psl8,
Dcxl.h640 int (*attach_dedicated_process)(struct cxl_context *ctx, u64 wed, u64 amr); member