Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/cxl/
Dirq.c224 unsigned int cxl_map_irq(struct cxl *adapter, irq_hw_number_t hwirq, in cxl_map_irq() function
268 if (!(virq = cxl_map_irq(adapter, hwirq, handler, cookie, name))) in cxl_register_one_irq()
383 cxl_map_irq(ctx->afu->adapter, hwirq, handler, ctx, in afu_register_hwirqs()
Dapi.c200 cxl_map_irq(ctx->afu->adapter, hwirq, cxl_ops->psl_interrupt, ctx, "psl"); in cxl_allocate_afu_irqs()
243 return cxl_map_irq(ctx->afu->adapter, hwirq, handler, cookie, name); in cxl_map_afu_irq()
Dcxl.h986 unsigned int cxl_map_irq(struct cxl *adapter, irq_hw_number_t hwirq,
Dguest.c362 if (!(afu->serr_virq = cxl_map_irq(afu->adapter, afu->serr_hwirq, in guest_register_serr_irq()