Searched refs:request_irq (Results 1 – 8 of 8) sorted by relevance
| /hypervisor/arch/x86/ |
| A D | notify.c | 91 retval = request_irq(NOTIFY_VCPU_IRQ, func, data, IRQF_NONE); in request_notification_irq() 135 if (request_irq(POSTED_INTR_IRQ + i, handle_pi_notification, NULL, IRQF_NONE) < 0) { in setup_pi_notification()
|
| A D | hw_thermal.c | 28 retval = request_irq(THERMAL_IRQ, thermal_irq_handler, NULL, IRQF_NONE); in init_hw_thermal()
|
| A D | tsc_deadline_timer.c | 33 retval = request_irq(TIMER_IRQ, timer_expired_handler, NULL, IRQF_NONE); in init_hw_timer()
|
| A D | vtd.c | 872 retval = request_irq(IRQ_INVALID, dmar_fault_handler, dmar_unit, IRQF_NONE); in dmar_setup_interrupt()
|
| /hypervisor/include/common/ |
| A D | irq.h | 88 int32_t request_irq(uint32_t req_irq, irq_action_t action_fn, void *priv_data,
|
| /hypervisor/common/ |
| A D | irq.c | 122 int32_t request_irq(uint32_t req_irq, irq_action_t action_fn, void *priv_data, in request_irq() function
|
| A D | ptdev.c | 227 ret = request_irq(phys_irq, ptirq_interrupt_handler, (void *)entry, IRQF_PT); in ptirq_activate_entry()
|
| /hypervisor/debug/ |
| A D | profiling.c | 1392 retval = request_irq(PMI_IRQ, in profiling_setup()
|
Completed in 13 milliseconds