Home
last modified time | relevance | path

Searched refs:request_irq (Results 1 – 8 of 8) sorted by relevance

/hypervisor/arch/x86/
A Dnotify.c91 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 Dhw_thermal.c28 retval = request_irq(THERMAL_IRQ, thermal_irq_handler, NULL, IRQF_NONE); in init_hw_thermal()
A Dtsc_deadline_timer.c33 retval = request_irq(TIMER_IRQ, timer_expired_handler, NULL, IRQF_NONE); in init_hw_timer()
A Dvtd.c872 retval = request_irq(IRQ_INVALID, dmar_fault_handler, dmar_unit, IRQF_NONE); in dmar_setup_interrupt()
/hypervisor/include/common/
A Dirq.h88 int32_t request_irq(uint32_t req_irq, irq_action_t action_fn, void *priv_data,
/hypervisor/common/
A Dirq.c122 int32_t request_irq(uint32_t req_irq, irq_action_t action_fn, void *priv_data, in request_irq() function
A Dptdev.c227 ret = request_irq(phys_irq, ptirq_interrupt_handler, (void *)entry, IRQF_PT); in ptirq_activate_entry()
/hypervisor/debug/
A Dprofiling.c1392 retval = request_irq(PMI_IRQ, in profiling_setup()

Completed in 13 milliseconds