Symbol: NR_EVENT_CHANNELS
usr/src/cmd/mdb/i86xpv/modules/xpv/xpv.c
45
#define MAX_EVTCHNS NR_EVENT_CHANNELS
usr/src/cmd/mdb/i86xpv/modules/xpv_psm/xpv_psm.c
223
if (evtchn >= NR_EVENT_CHANNELS || evtchn == 0) {
usr/src/cmd/mdb/i86xpv/modules/xpv_psm/xpv_psm.c
475
if ((int)addr >= NR_EVENT_CHANNELS) {
usr/src/cmd/mdb/i86xpv/modules/xpv_psm/xpv_psm.c
493
for (i = 0; i < NR_EVENT_CHANNELS; i++) {
usr/src/cmd/mdb/i86xpv/modules/xpv_psm/xpv_psm.c
50
static short evtchn_tbl[NR_EVENT_CHANNELS];
usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/xpv_uppc.c
434
if ((int)addr >= NR_EVENT_CHANNELS) {
usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/xpv_uppc.c
450
for (i = 0; i < NR_EVENT_CHANNELS; i++) {
usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/xpv_uppc.c
46
static short evtchn_tbl[NR_EVENT_CHANNELS];
usr/src/uts/common/xen/io/evtchn_dev.c
112
static struct evtsoftdata *port_user[NR_EVENT_CHANNELS];
usr/src/uts/common/xen/io/evtchn_dev.c
273
if ((kbuf[i] < NR_EVENT_CHANNELS) &&
usr/src/uts/common/xen/io/evtchn_dev.c
404
if (unbind.port >= NR_EVENT_CHANNELS) {
usr/src/uts/common/xen/io/evtchn_dev.c
430
if (notify.port >= NR_EVENT_CHANNELS) {
usr/src/uts/common/xen/io/evtchn_dev.c
544
for (i = 0; i < NR_EVENT_CHANNELS; i++) {
usr/src/uts/i86pc/i86hvm/io/xpv/evtchn.c
105
if (evtchn < 0 || evtchn >= NR_EVENT_CHANNELS) {
usr/src/uts/i86pc/i86hvm/io/xpv/evtchn.c
310
for (i = 0; i < NR_EVENT_CHANNELS; i++)
usr/src/uts/i86pc/i86hvm/io/xpv/evtchn.c
342
for (i = 0; i < NR_EVENT_CHANNELS; i++) {
usr/src/uts/i86pc/i86hvm/io/xpv/evtchn.c
389
for (i = 0; i < NR_EVENT_CHANNELS; i++)
usr/src/uts/i86pc/i86hvm/io/xpv/evtchn.c
47
static ddi_softint_handle_t evtchn_to_handle[NR_EVENT_CHANNELS];
usr/src/uts/i86pc/i86hvm/io/xpv/evtchn.c
84
if (evtchn < 0 || evtchn >= NR_EVENT_CHANNELS) {
usr/src/uts/i86xpv/os/evtchn.c
1171
for (i = 0; i < NR_EVENT_CHANNELS; i++)
usr/src/uts/i86xpv/os/evtchn.c
1193
for (i = 0; i < NR_EVENT_CHANNELS; i++) {
usr/src/uts/i86xpv/os/evtchn.c
183
static short evtchn_to_irq[NR_EVENT_CHANNELS];
usr/src/uts/i86xpv/os/evtchn.c
184
static cpuset_t evtchn_cpus[NR_EVENT_CHANNELS];
usr/src/uts/i86xpv/os/evtchn.c
185
static int evtchn_owner[NR_EVENT_CHANNELS];
usr/src/uts/i86xpv/os/evtchn.c
187
static kthread_t *evtchn_owner_thread[NR_EVENT_CHANNELS];