Searched refs:mcpu_evt_pend (Results 1 – 6 of 6) sorted by relevance
129 struct xen_evt_data *mcpu_evt_pend; /* hypervisor: pending events */ member
350 cp->cpu_m.mcpu_evt_pend = kmem_zalloc( in mach_cpucontext_alloc()428 kmem_free(cp->cpu_m.mcpu_evt_pend, in mach_cpucontext_free()441 bzero(cp->cpu_m.mcpu_evt_pend, sizeof (struct xen_evt_data)); in mach_cpucontext_reset()
339 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()
838 struct xen_evt_data *cpe = cpu->cpu_m.mcpu_evt_pend; in xen_uppc_setspl()
610 struct xen_evt_data *cpe = cpu->cpu_m.mcpu_evt_pend; in xen_psm_setspl()
1420 CPU->cpu_m.mcpu_evt_pend = &cpu0_evt_data; in startup_kmem()