Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmp_xen.c334 cp->cpu_m.mcpu_evt_pend = kmem_zalloc( in mach_cpucontext_alloc()
406 kmem_free(cp->cpu_m.mcpu_evt_pend, in mach_cpucontext_free()
419 bzero(cp->cpu_m.mcpu_evt_pend, sizeof (struct xen_evt_data)); in mach_cpucontext_reset()
H A Devtchn.c339 cpe = cp->cpu_m.mcpu_evt_pend; in update_evtchn_affinity()
1261 volatile struct xen_evt_data *cpe = cpu->cpu_m.mcpu_evt_pend; in xen_callback_handler()
1594 cpe = CPU->cpu_m.mcpu_evt_pend; in ec_unpend_irq()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachcpuvar.h208 struct xen_evt_data *mcpu_evt_pend; /* hypervisor: pending events */ member
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c839 struct xen_evt_data *cpe = cpu->cpu_m.mcpu_evt_pend; in xen_uppc_setspl()
H A Dxpv_psm.c611 struct xen_evt_data *cpe = cpu->cpu_m.mcpu_evt_pend; in xen_psm_setspl()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c1419 CPU->cpu_m.mcpu_evt_pend = &cpu0_evt_data; in startup_kmem()