Home
last modified time | relevance | path

Searched defs:evtchn (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/uts/i86xpv/os/
H A Devtchn.c261 xen_close_evtchn(int evtchn) in xen_close_evtchn()
288 xen_bind_vcpu(int evtchn, int cpu) in xen_bind_vcpu()
315 xen_evtchn_unmask(int evtchn) in xen_evtchn_unmask()
325 update_evtchn_affinity(int evtchn) in update_evtchn_affinity()
349 bind_evtchn_to_cpuset(int evtchn, cpuset_t cpus) in bind_evtchn_to_cpuset()
359 clear_evtchn_affinity(int evtchn) in clear_evtchn_affinity()
366 alloc_irq_evtchn(int irq, int index, int evtchn, int cpu) in alloc_irq_evtchn()
398 alloc_irq(int type, int index, int evtchn, int cpu) in alloc_irq()
429 int evtchn; in irq_evtchn() local
498 int evtchn = irq_evtchn(&irq_info[irq]); in end_pirq() local
[all …]
/titanic_50/usr/src/cmd/mdb/i86pc/modules/common/
H A Dintr_common.c221 char evtchn[8]; in apic_interrupt_dump() local
326 char evtchn[8]; in apix_interrupt_dump() local
418 char evtchn[8]; in apix_interrupt_ipi_dump() local
/titanic_50/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/
H A Dxpv_uppc.c205 pic_interrupt_dump(int i, struct autovec *avhp, int evtchn) in pic_interrupt_dump()
230 char evtchn[8]; in ec_interrupt_dump() local
/titanic_50/usr/src/cmd/mdb/i86xpv/modules/xpv_psm/
H A Dxpv_psm.c202 print_cpu(irq_info_t *irqp, int evtchn) in print_cpu()
315 char evtchn[8]; in ec_interrupt_dump() local
/titanic_50/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c79 ec_bind_evtchn_to_handler(int evtchn, pri_t pri, ec_handler_fcn_t handler, in ec_bind_evtchn_to_handler()
100 ec_unbind_evtchn(int evtchn) in ec_unbind_evtchn()
/titanic_50/usr/src/uts/i86xpv/sys/
H A Devtchn_impl.h136 ushort_t evtchn; /* event channel */ member
/titanic_50/usr/src/cmd/mdb/i86xpv/modules/xpv/
H A Dxpv.c63 struct evtchn *evtchn[NR_EVTCHN_BUCKETS]; member
/titanic_50/usr/src/uts/common/xen/io/
H A Dxencons.h131 int evtchn; /* console event channel */ member
H A Dblk_common.c689 evtchn_port_t evtchn; in blk_bindto_frontend() local
H A Dxdb.c735 evtchn_port_t evtchn; in xdb_bindto_frontend() local
/titanic_50/usr/src/uts/common/xen/public/
H A Dxen.h560 uint32_t evtchn; /* Event channel for console page. */ member
/titanic_50/usr/src/uts/common/xen/os/
H A Dxvdi.c399 xvdi_bind_evtchn(dev_info_t *dip, evtchn_port_t evtchn) in xvdi_bind_evtchn()