Home
last modified time | relevance | path

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

/linux/drivers/xen/events/
H A Devents_base.c184 #define VALID_EVTCHN(chn) ((chn) != 0) macro
542 if (VALID_EVTCHN(evtchn)) in notify_remote_via_irq()
604 if (!VALID_EVTCHN(evtchn) || !list_empty(&info->eoi_list)) in xen_irq_lateeoi_locked()
813 if (!VALID_EVTCHN(info->evtchn)) in do_eoi_pirq()
833 if (VALID_EVTCHN(info->evtchn)) in do_disable_dynirq()
861 if (VALID_EVTCHN(evtchn)) in __startup_pirq()
916 if (!VALID_EVTCHN(evtchn)) in shutdown_pirq()
968 if (VALID_EVTCHN(evtchn)) { in __unbind_from_irq()
1779 if (!VALID_EVTCHN(evtchn)) in xen_rebind_evtchn_to_cpu()
1865 if (VALID_EVTCHN(evtchn)) in enable_dynirq()
[all …]