Symbol: xc_unicast
sys/arch/alpha/alpha/mcclock.c
136
uint64_t token = xc_unicast(0, mcclock_trampoline,
sys/arch/alpha/common/shared_intr.c
275
uint64_t where = xc_unicast(XC_HIGHPRI,
sys/arch/alpha/common/shared_intr.c
297
uint64_t where = xc_unicast(XC_HIGHPRI,
sys/arch/alpha/common/shared_intr.c
453
uint64_t where = xc_unicast(XC_HIGHPRI,
sys/arch/alpha/common/shared_intr.c
462
uint64_t where = xc_unicast(XC_HIGHPRI,
sys/arch/x86/x86/coretemp.c
354
xc = xc_unicast(0, coretemp_refresh_xcall, sc, edata, sc->sc_ci);
sys/arch/x86/x86/intr.c
1015
where = xc_unicast(0, intr_establish_xcall, ih,
sys/arch/x86/x86/intr.c
1025
where = xc_unicast(0, intr_hwunmask_xcall, ih, NULL, ci);
sys/arch/x86/x86/intr.c
1133
xc_unicast(0, intr_mask_xcall, ih, mask_arg, ci);
sys/arch/x86/x86/intr.c
1290
where = xc_unicast(0, intr_disestablish_xcall, ih, NULL, ci);
sys/arch/x86/x86/intr.c
1729
where = xc_unicast(0, intr_redistribute_xc_t, isp,
sys/arch/x86/x86/intr.c
1737
where = xc_unicast(0, intr_redistribute_xc_s1, isp, nci, oci);
sys/arch/x86/x86/intr.c
1744
where = xc_unicast(0, intr_redistribute_xc_s2,
sys/arch/x86/x86/intr.c
2026
where = xc_unicast(0, intr_deactivate_xcall, ih,
sys/arch/x86/x86/intr.c
2045
where = xc_unicast(0, intr_activate_xcall, ih,
sys/arch/x86/x86/intr.c
2058
where = xc_unicast(0, intr_hwunmask_xcall, ih, NULL, newci);
sys/arch/x86/x86/viac7temp.c
150
xc = xc_unicast(0, viac7temp_refresh_xcall, sc, edata, sc->sc_ci);
sys/arch/xen/xen/evtchn.c
1071
uint64_t where = xc_unicast(0, event_remove_handler_xcall,
sys/arch/xen/xen/evtchn.c
980
uint64_t where = xc_unicast(0, event_set_handler_xcall,
sys/dev/nvmm/x86/nvmm_x86_vmx.c
940
xc = xc_unicast(XC_HIGHPRI, vmx_vmclear_ipi, (void *)vmcs_pa, NULL, ci);
sys/dev/tprof/tprof.c
642
xc = xc_unicast(0, tprof_getcounts_cpu, tb, counts->c_count, ci);
sys/kern/kern_cpu.c
441
where = xc_unicast(0, func, ci, NULL, ci);
sys/kern/kern_cpu.c
559
where = xc_unicast(0, func, ci, NULL, ci);
sys/kern/subr_cpufreq.c
310
xc = xc_unicast(0, (*cf->cf_get_freq), cf->cf_cookie, &freq, ci);
sys/kern/subr_cpufreq.c
429
xc = xc_unicast(0, (*cf->cf_set_freq), cf->cf_cookie, &freq, ci);
sys/kern/subr_interrupt.c
111
where = xc_unicast(0, interrupt_shield_xcall, ci,
sys/kern/subr_percpu.c
156
where = xc_unicast(0, percpu_cpu_swap, ci, &pcc, ci);
sys/kern/subr_percpu.c
562
xc_wait(xc_unicast(xcflags, percpu_xcfunc, pc, &ctx, ci));
sys/kern/subr_prof.c
327
where = xc_unicast(0, prof_set_state_xc,
sys/rump/librump/rumpkern/rump.c
758
xc_unicast(0, ipiemu, NULL, NULL, ci);
sys/sys/xcall.h
53
uint64_t xc_unicast(u_int, xcfunc_t, void *, void *, struct cpu_info *);