Home
last modified time | relevance | path

Searched refs:IRQF_NONE (Results 1 – 7 of 7) 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.h24 #define IRQF_NONE (0U) macro
/hypervisor/common/
A Dirq.c92 desc->flags = IRQF_NONE; in free_irq()
/hypervisor/debug/
A Dprofiling.c1393 profiling_pmi_handler, NULL, IRQF_NONE); in profiling_setup()

Completed in 14 milliseconds