Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/events/
H A Devents_2l.c41 #define EVTCHN_MASK_SIZE (EVTCHN_2L_NR_CHANNELS/BITS_PER_EVTCHN_WORD)
47 return EVTCHN_2L_NR_CHANNELS; in evtchn_2l_max_channels()
312 for (i = (EVTCHN_2L_NR_CHANNELS/BITS_PER_EVTCHN_WORD)-1; i >= 0; i--) in xen_debug_interrupt()
328 for (i = 0; i < EVTCHN_2L_NR_CHANNELS; i++) { in xen_debug_interrupt()
354 EVTCHN_2L_NR_CHANNELS/BITS_PER_EVTCHN_WORD); in evtchn_2l_resume()
360 EVTCHN_2L_NR_CHANNELS/BITS_PER_EVTCHN_WORD); in evtchn_2l_percpu_deinit()
/openbmc/linux/include/xen/interface/
H A Devent_channel.h248 #define EVTCHN_2L_NR_CHANNELS (sizeof(xen_ulong_t) * sizeof(xen_ulong_t) * 64) macro
/openbmc/qemu/include/hw/xen/interface/
H A Devent_channel.h329 #define EVTCHN_2L_NR_CHANNELS (sizeof(xen_ulong_t) * sizeof(xen_ulong_t) * 64) macro
H A Dxen.h640 #define NR_EVENT_CHANNELS EVTCHN_2L_NR_CHANNELS
/openbmc/qemu/hw/i386/kvm/
H A Dxen_evtchn.c149 XenEvtchnPort port_table[EVTCHN_2L_NR_CHANNELS];
155 struct xenevtchn_handle *be_handles[EVTCHN_2L_NR_CHANNELS];
590 return port < EVTCHN_2L_NR_CHANNELS; in valid_port()
2013 for (i = 1; i < EVTCHN_2L_NR_CHANNELS; i++) { in find_be_port()
/openbmc/linux/arch/x86/kvm/
H A Dxen.c1162 return EVTCHN_2L_NR_CHANNELS; in max_evtchn_port()