/src/sys/external/bsd/drm2/include/asm/ |
smp.h | 48 xc_wait(xc_broadcast(0, wbinvd_xc, NULL, NULL));
|
/src/sys/sys/ |
xcall.h | 52 uint64_t xc_broadcast(u_int, xcfunc_t, void *, void *);
|
/src/sys/external/bsd/drm2/include/linux/ |
smp.h | 70 ticket = xc_broadcast(0, &on_each_cpu_xc, &f, cookie);
|
/src/sys/external/bsd/drm2/linux/ |
linux_stop_machine.c | 92 xc_wait(xc_broadcast(0, stop_machine_xcall, &S, NULL));
|
/src/sys/arch/i386/i386/ |
kobj_machdep.c | 154 where = xc_broadcast(0, (xcfunc_t)wbinvd, NULL, NULL);
|
/src/sys/arch/amd64/amd64/ |
kobj_machdep.c | 178 where = xc_broadcast(0, (xcfunc_t)wbinvd, NULL, NULL);
|
/src/sys/kern/ |
subr_localcount.c | 116 xc_wait(xc_broadcast(0, &localcount_xc, lc, interlock));
|
subr_xcall.c | 190 * Encode an IPL to a form that can be embedded into flags of xc_broadcast 219 * Extract an XC_IPL from flags of xc_broadcast or xc_unicast. 252 * xc_broadcast: 257 xc_broadcast(unsigned int flags, xcfunc_t func, void *arg1, void *arg2) function in typeref:typename:uint64_t 304 where = xc_broadcast(flags, xc_nop, NULL, NULL);
|
kern_heartbeat.c | 298 xc_broadcast(0, &heartbeat_reset_xc, NULL, NULL);
|
/src/sys/dev/tprof/ |
tprof_x86_amd.c | 282 xc = xc_broadcast(0, tprof_amd_establish_cpu, sc, NULL); 293 xc = xc_broadcast(0, tprof_amd_disestablish_cpu, sc, NULL);
|
tprof_x86_intel.c | 285 xc = xc_broadcast(0, tprof_intel_establish_cpu, sc, NULL); 296 xc = xc_broadcast(0, tprof_intel_disestablish_cpu, sc, NULL);
|
tprof_armv7.c | 303 uint64_t xc = xc_broadcast(0, armv7_pmu_init_cpu, NULL, NULL);
|
tprof_armv8.c | 296 uint64_t xc = xc_broadcast(0, armv8_pmu_init_cpu, NULL, NULL);
|
/src/sys/arch/x86/x86/ |
tsc.c | 385 xc = xc_broadcast(0, tsc_apply_cpu, (void *)true, NULL); 394 xc = xc_broadcast(0, tsc_apply_cpu, (void *)false, NULL);
|
spectre.c | 337 xc = xc_broadcast(XC_HIGHPRI, mitigation_v2_change_cpu, 519 xc = xc_broadcast(0, mitigation_v4_change_cpu, 740 xc = xc_broadcast(XC_HIGHPRI, mitigation_mds_change_cpu, 922 xc = xc_broadcast(XC_HIGHPRI, mitigation_taa_change_cpu,
|
cpu_ucode_amd.c | 294 where = xc_broadcast(0, cpu_apply_cb, sc, &mc);
|
odcm.c | 379 xc = xc_broadcast(0, (xcfunc_t)x86_msr_xcall, &msr, NULL);
|
/src/sys/external/bsd/common/linux/ |
linux_srcu.c | 288 xc_wait(xc_broadcast(0, synchronize_srcu_xc, srcu, NULL));
|
linux_rcu.c | 99 xc_wait(xc_broadcast(0, &synchronize_rcu_xc, NULL, NULL));
|
/src/sys/external/bsd/drm2/drm/ |
drm_cache.c | 113 xc_wait(xc_broadcast(0, &drm_x86_clflush_xc, NULL, NULL));
|
/src/sys/arch/xen/xen/ |
xen_machdep.c | 302 xc_wait(xc_broadcast(0, &xen_suspendclocks_xc, NULL, NULL)); 364 xc_wait(xc_broadcast(0, xen_resumeclocks_xc, NULL, NULL));
|
/src/sys/arch/arm/cortex/ |
a9ptmr.c | 288 xc = xc_broadcast(0, a9ptmr_update_freq_cb, NULL, NULL);
|
a9tmr.c | 283 xc = xc_broadcast(0, a9tmr_update_freq_cb, NULL, NULL);
|
/src/sys/arch/mips/mips/ |
kobj_machdep.c | 256 where = xc_broadcast(0,
|
/src/sys/arch/aarch64/aarch64/ |
kobj_machdep.c | 385 where = xc_broadcast(0,
|