Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/cxl/
Dirq.c223 unsigned int cxl_map_irq(struct cxl *adapter, irq_hw_number_t hwirq, in cxl_map_irq() function
267 if (!(virq = cxl_map_irq(adapter, hwirq, handler, cookie, name))) in cxl_register_one_irq()
382 cxl_map_irq(ctx->afu->adapter, hwirq, handler, ctx, in afu_register_hwirqs()
Dapi.c199 cxl_map_irq(ctx->afu->adapter, hwirq, cxl_ops->psl_interrupt, ctx, "psl"); in cxl_allocate_afu_irqs()
242 return cxl_map_irq(ctx->afu->adapter, hwirq, handler, cookie, name); in cxl_map_afu_irq()
Dcxl.h984 unsigned int cxl_map_irq(struct cxl *adapter, irq_hw_number_t hwirq,
Dguest.c356 if (!(afu->serr_virq = cxl_map_irq(afu->adapter, afu->serr_hwirq, in guest_register_serr_irq()