Home
last modified time | relevance | path

Searched refs:update_ivtes (Results 1 – 4 of 4) sorted by relevance

/drivers/misc/cxl/
Dapi.c203 if (cxl_ops->update_ivtes) in cxl_allocate_afu_irqs()
204 cxl_ops->update_ivtes(ctx); in cxl_allocate_afu_irqs()
Dcxl.h1082 void (*update_ivtes)(struct cxl_context *ctx); member
Dguest.c1185 .update_ivtes = NULL,
Dnative.c1579 .update_ivtes = native_update_ivtes,