Home
last modified time | relevance | path

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

/drivers/misc/cxl/
Dirq.c176 unsigned int cxl_map_irq(struct cxl *adapter, irq_hw_number_t hwirq, in cxl_map_irq() function
220 if (!(virq = cxl_map_irq(adapter, hwirq, handler, cookie, name))) in cxl_register_one_irq()
335 cxl_map_irq(ctx->afu->adapter, hwirq, handler, ctx, in afu_register_hwirqs()
Dapi.c154 cxl_map_irq(ctx->afu->adapter, hwirq, cxl_ops->psl_interrupt, ctx, "psl"); in cxl_allocate_afu_irqs()
197 return cxl_map_irq(ctx->afu->adapter, hwirq, handler, cookie, name); in cxl_map_afu_irq()
Dcxl.h827 unsigned int cxl_map_irq(struct cxl *adapter, irq_hw_number_t hwirq,
Dguest.c358 if (!(afu->serr_virq = cxl_map_irq(afu->adapter, afu->serr_hwirq, in guest_register_serr_irq()