HomeSort by: relevance | last modified time | path
    Searched refs:xc_unicast (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/sys/
xcall.h 53 uint64_t xc_unicast(u_int, xcfunc_t, void *, void *, struct cpu_info *);
  /src/sys/arch/alpha/common/
shared_intr.c 275 uint64_t where = xc_unicast(XC_HIGHPRI,
297 uint64_t where = xc_unicast(XC_HIGHPRI,
453 uint64_t where = xc_unicast(XC_HIGHPRI,
462 uint64_t where = xc_unicast(XC_HIGHPRI,
  /src/sys/arch/alpha/alpha/
mcclock.c 136 uint64_t token = xc_unicast(0, mcclock_trampoline,
  /src/sys/arch/x86/x86/
viac7temp.c 150 xc = xc_unicast(0, viac7temp_refresh_xcall, sc, edata, sc->sc_ci);
intr.c 1015 where = xc_unicast(0, intr_establish_xcall, ih,
1025 where = xc_unicast(0, intr_hwunmask_xcall, ih, NULL, ci);
1133 xc_unicast(0, intr_mask_xcall, ih, mask_arg, ci);
1290 where = xc_unicast(0, intr_disestablish_xcall, ih, NULL, ci);
1729 where = xc_unicast(0, intr_redistribute_xc_t, isp,
1737 where = xc_unicast(0, intr_redistribute_xc_s1, isp, nci, oci);
1744 where = xc_unicast(0, intr_redistribute_xc_s2,
2026 where = xc_unicast(0, intr_deactivate_xcall, ih,
2045 where = xc_unicast(0, intr_activate_xcall, ih,
2058 where = xc_unicast(0, intr_hwunmask_xcall, ih, NULL, newci)
    [all...]
coretemp.c 354 xc = xc_unicast(0, coretemp_refresh_xcall, sc, edata, sc->sc_ci);
  /src/sys/kern/
subr_percpu.c 154 where = xc_unicast(0, percpu_cpu_swap, ci, &pcc, ci);
560 xc_wait(xc_unicast(xcflags, percpu_xcfunc, pc, &ctx, ci));
subr_cpufreq.c 309 xc = xc_unicast(0, (*cf->cf_get_freq), cf->cf_cookie, &freq, ci);
428 xc = xc_unicast(0, (*cf->cf_set_freq), cf->cf_cookie, &freq, ci);
kern_cpu.c 438 where = xc_unicast(0, func, ci, NULL, ci);
556 where = xc_unicast(0, func, ci, NULL, ci);
subr_interrupt.c 109 where = xc_unicast(0, interrupt_shield_xcall, ci,
subr_xcall.c 191 * or xc_unicast.
219 * Extract an XC_IPL from flags of xc_broadcast or xc_unicast.
309 * xc_unicast:
314 xc_unicast(unsigned int flags, xcfunc_t func, void *arg1, void *arg2, function in typeref:typename:uint64_t
subr_prof.c 325 where = xc_unicast(0, prof_set_state_xc,
  /src/sys/arch/xen/xen/
evtchn.c 988 uint64_t where = xc_unicast(0, event_set_handler_xcall,
1079 uint64_t where = xc_unicast(0, event_remove_handler_xcall,
  /src/sys/rump/librump/rumpkern/
rump.c 758 xc_unicast(0, ipiemu, NULL, NULL, ci);
  /src/sys/dev/tprof/
tprof.c 642 xc = xc_unicast(0, tprof_getcounts_cpu, tb, counts->c_count, ci);
  /src/share/man/man9/
Makefile 1217 xcall.9 xc_unicast.9 \
  /src/sys/dev/nvmm/x86/
nvmm_x86_vmx.c 930 xc = xc_unicast(XC_HIGHPRI, vmx_vmclear_ipi, (void *)vmcs_pa, NULL, ci);

Completed in 23 milliseconds