Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/
H A Dintr_common.c214 int i, ushort_t *evtchnp, char level) in apic_interrupt_dump() argument
253 if (evtchnp != NULL) in apic_interrupt_dump()
254 (void) mdb_snprintf(evtchn, 8, "%-7hd", *evtchnp); in apic_interrupt_dump()
322 struct autovec *avp, ushort_t *evtchnp, char level) in apix_interrupt_dump() argument
373 if (evtchnp != NULL) in apix_interrupt_dump()
374 (void) mdb_snprintf(evtchn, 8, "%-7hd", *evtchnp); in apix_interrupt_dump()
417 ushort_t *evtchnp) in apix_interrupt_ipi_dump() argument
438 if (evtchnp != NULL) in apix_interrupt_ipi_dump()
439 (void) mdb_snprintf(evtchn, 8, "%-7hd", *evtchnp); in apix_interrupt_ipi_dump()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c250 *evtchnp = alloc.port; in xen_alloc_unbound_evtchn()
457 unbind_evtchn(ushort_t *evtchnp) in unbind_evtchn() argument
463 ASSERT(*evtchnp != 0); in unbind_evtchn()
467 clear_evtchn_affinity(*evtchnp); in unbind_evtchn()
469 *evtchnp = 0; in unbind_evtchn()
1023 ushort_t *evtchnp; in ec_suspend() local
1041 ASSERT(*evtchnp != 0); in ec_suspend()
1042 unbind_evtchn(evtchnp); in ec_suspend()
1056 unbind_evtchn(evtchnp); in ec_suspend()
1065 if (*evtchnp != 0) in ec_suspend()
[all …]
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c183 xen_alloc_unbound_evtchn(int domid, int *evtchnp) in xen_alloc_unbound_evtchn() argument
193 *evtchnp = alloc.port; in xen_alloc_unbound_evtchn()
195 (void) hypervisor_mask_event(*evtchnp); in xen_alloc_unbound_evtchn()