Symbol: xc_broadcast
sys/arch/aarch64/aarch64/aarch64_machdep.c
490
uint64_t where = xc_broadcast(0, set_user_tagged_address,
sys/arch/aarch64/aarch64/kobj_machdep.c
385
where = xc_broadcast(0,
sys/arch/aarch64/aarch64/trap.c
375
where = xc_broadcast(0, configure_cpu_traps0, NULL, NULL);
sys/arch/amd64/amd64/kobj_machdep.c
178
where = xc_broadcast(0, (xcfunc_t)wbinvd, NULL, NULL);
sys/arch/arm/arm/psci.c
199
xc_broadcast(0, psci_cpu_off_xcall, curcpu(), NULL);
sys/arch/arm/cortex/a9ptmr.c
288
xc = xc_broadcast(0, a9ptmr_update_freq_cb, NULL, NULL);
sys/arch/arm/cortex/a9tmr.c
283
xc = xc_broadcast(0, a9tmr_update_freq_cb, NULL, NULL);
sys/arch/arm/pic/pic.c
825
uint64_t xc = xc_broadcast(0, pic_unblock_percpu, pic, is);
sys/arch/i386/i386/kobj_machdep.c
154
where = xc_broadcast(0, (xcfunc_t)wbinvd, NULL, NULL);
sys/arch/mips/mips/kobj_machdep.c
256
where = xc_broadcast(0,
sys/arch/powerpc/oea/cpu_subr.c
1325
where = xc_broadcast(0, (xcfunc_t)cpu_set_dfs_xcall, &div, &dfs_mask);
sys/arch/x86/acpi/acpi_cpu_md.c
469
xc = xc_broadcast(0, acpicpu_md_pstate_hwf_reset, NULL, NULL);
sys/arch/x86/x86/cpu_ucode_amd.c
294
where = xc_broadcast(0, cpu_apply_cb, sc, &mc);
sys/arch/x86/x86/errata.c
535
uint64_t xc = xc_broadcast(0, amd_errata_1474_disable_cc6, arg, NULL);
sys/arch/x86/x86/est.c
1291
xc = xc_broadcast(0, x86_msr_xcall, &msr, NULL);
sys/arch/x86/x86/odcm.c
379
xc = xc_broadcast(0, (xcfunc_t)x86_msr_xcall, &msr, NULL);
sys/arch/x86/x86/pmap.c
3436
where = xc_broadcast(0, pmap_ldt_xcall, pm, NULL);
sys/arch/x86/x86/powernow.c
911
xc = xc_broadcast(0, (xcfunc_t)x86_msr_xcall, &msr, NULL);
sys/arch/x86/x86/spectre.c
337
xc = xc_broadcast(XC_HIGHPRI, mitigation_v2_change_cpu,
sys/arch/x86/x86/spectre.c
519
xc = xc_broadcast(0, mitigation_v4_change_cpu,
sys/arch/x86/x86/spectre.c
740
xc = xc_broadcast(XC_HIGHPRI, mitigation_mds_change_cpu,
sys/arch/x86/x86/spectre.c
922
xc = xc_broadcast(XC_HIGHPRI, mitigation_taa_change_cpu,
sys/arch/x86/x86/tsc.c
390
xc = xc_broadcast(0, tsc_apply_cpu, (void *)true, NULL);
sys/arch/x86/x86/tsc.c
399
xc = xc_broadcast(0, tsc_apply_cpu, (void *)false, NULL);
sys/arch/xen/xen/xen_machdep.c
302
xc_wait(xc_broadcast(0, &xen_suspendclocks_xc, NULL, NULL));
sys/arch/xen/xen/xen_machdep.c
364
xc_wait(xc_broadcast(0, xen_resumeclocks_xc, NULL, NULL));
sys/dev/acpi/acpi_cpu_tstate.c
755
xc = xc_broadcast(0, acpicpu_tstate_set_xcall, &percent, NULL);
sys/dev/fdt/cpufreq_dt.c
148
xc = xc_broadcast(0, cpufreq_dt_change_cb, sc, NULL);
sys/dev/hyperv/vmbus.c
321
xc = xc_broadcast(0, vmbus_init_interrupts_pcpu,
sys/dev/hyperv/vmbus.c
436
xc = xc_broadcast(0, vmbus_init_interrupts_pcpu,
sys/dev/hyperv/vmbus.c
453
xc = xc_broadcast(0, vmbus_deinit_interrupts_pcpu,
sys/dev/nvmm/x86/nvmm_x86_svm.c
2875
xc = xc_broadcast(0, svm_change_cpu, (void *)true, NULL);
sys/dev/nvmm/x86/nvmm_x86_svm.c
2896
xc = xc_broadcast(0, svm_change_cpu, (void *)false, NULL);
sys/dev/nvmm/x86/nvmm_x86_vmx.c
3800
xc = xc_broadcast(0, vmx_change_cpu, (void *)false, NULL);
sys/dev/nvmm/x86/nvmm_x86_vmx.c
3809
xc = xc_broadcast(0, vmx_change_cpu, (void *)true, NULL);
sys/dev/tprof/tprof.c
393
xc = xc_broadcast(0, tprof_start_cpu, tb, (void *)(uintptr_t)runmask);
sys/dev/tprof/tprof.c
432
xc = xc_broadcast(0, tprof_stop_cpu, tb, (void *)(uintptr_t)stopmask);
sys/dev/tprof/tprof.c
577
xc = xc_broadcast(0, tprof_configure_event_cpu,
sys/dev/tprof/tprof_armv7.c
303
uint64_t xc = xc_broadcast(0, armv7_pmu_init_cpu, NULL, NULL);
sys/dev/tprof/tprof_armv8.c
296
uint64_t xc = xc_broadcast(0, armv8_pmu_init_cpu, NULL, NULL);
sys/dev/tprof/tprof_x86_amd.c
282
xc = xc_broadcast(0, tprof_amd_establish_cpu, sc, NULL);
sys/dev/tprof/tprof_x86_amd.c
293
xc = xc_broadcast(0, tprof_amd_disestablish_cpu, sc, NULL);
sys/dev/tprof/tprof_x86_intel.c
285
xc = xc_broadcast(0, tprof_intel_establish_cpu, sc, NULL);
sys/dev/tprof/tprof_x86_intel.c
296
xc = xc_broadcast(0, tprof_intel_disestablish_cpu, sc, NULL);
sys/kern/kern_entropy.c
1208
ticket = xc_broadcast(0, &entropy_consolidate_xc, &pool, NULL);
sys/kern/kern_entropy.c
2468
xc_broadcast(0, &entropy_reset_xc, NULL, NULL);
sys/kern/kern_heartbeat.c
299
xc_broadcast(0, &heartbeat_reset_xc, NULL, NULL);
sys/kern/subr_cpufreq.c
458
xc = xc_broadcast(0, (*cf->cf_set_freq), cf->cf_cookie, &freq);
sys/kern/subr_localcount.c
116
xc_wait(xc_broadcast(0, &localcount_xc, lc, interlock));
sys/kern/subr_pool.c
2436
where = xc_broadcast(0,
sys/kern/subr_prof.c
366
where = xc_broadcast(0, prof_set_state_xc,
sys/kern/subr_psref.c
496
xc_wait(xc_broadcast(class->prc_xc_flags, &psreffed_p_xc, &P,
sys/kern/subr_xcall.c
304
where = xc_broadcast(flags, xc_nop, NULL, NULL);
sys/net/pktqueue.c
633
xc_wait(xc_broadcast(XC_HIGHPRI, pktq_set_maxlen_cpu, pq, qs));
sys/rump/librump/rumpkern/rump.c
760
xc_broadcast(0, ipiemu, NULL, NULL);
sys/sys/xcall.h
52
uint64_t xc_broadcast(u_int, xcfunc_t, void *, void *);
sys/uvm/uvm_pgflcache.c
321
where = xc_broadcast(XC_HIGHPRI, uvm_pgflcache_fini_cpu,