Searched refs:cxl_map_irq (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/misc/cxl/ |
H A D | irq.c | 224 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()
|
H A D | api.c | 200 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()
|
H A D | cxl.h | 986 unsigned int cxl_map_irq(struct cxl *adapter, irq_hw_number_t hwirq,
|
H A D | guest.c | 362 if (!(afu->serr_virq = cxl_map_irq(afu->adapter, afu->serr_hwirq, in guest_register_serr_irq()
|