| /netbsd/src/sys/dev/tprof/ |
| D | tprof_x86_amd.c | 282 xc = xc_broadcast(0, tprof_amd_establish_cpu, sc, NULL); in tprof_amd_establish() 293 xc = xc_broadcast(0, tprof_amd_disestablish_cpu, sc, NULL); in tprof_amd_disestablish()
|
| D | tprof_x86_intel.c | 285 xc = xc_broadcast(0, tprof_intel_establish_cpu, sc, NULL); in tprof_intel_establish() 296 xc = xc_broadcast(0, tprof_intel_disestablish_cpu, sc, NULL); in tprof_intel_disestablish()
|
| D | tprof_armv7.c | 303 uint64_t xc = xc_broadcast(0, armv7_pmu_init_cpu, NULL, NULL); in armv7_pmu_init()
|
| D | tprof_armv8.c | 296 uint64_t xc = xc_broadcast(0, armv8_pmu_init_cpu, NULL, NULL); in armv8_pmu_init()
|
| D | tprof.c | 393 xc = xc_broadcast(0, tprof_start_cpu, tb, (void *)(uintptr_t)runmask); in tprof_start() 432 xc = xc_broadcast(0, tprof_stop_cpu, tb, (void *)(uintptr_t)stopmask); in tprof_stop() 577 xc = xc_broadcast(0, tprof_configure_event_cpu, in tprof_configure_event()
|
| /netbsd/src/sys/external/bsd/drm2/include/asm/ |
| D | smp.h | 48 xc_wait(xc_broadcast(0, wbinvd_xc, NULL, NULL)); in wbinvd_on_all_cpus()
|
| /netbsd/src/sys/arch/x86/x86/ |
| D | spectre.c | 337 xc = xc_broadcast(XC_HIGHPRI, mitigation_v2_change_cpu, in mitigation_v2_change() 519 xc = xc_broadcast(0, mitigation_v4_change_cpu, in mitigation_v4_change() 740 xc = xc_broadcast(XC_HIGHPRI, mitigation_mds_change_cpu, in mitigation_mds_change() 922 xc = xc_broadcast(XC_HIGHPRI, mitigation_taa_change_cpu, in mitigation_taa_change()
|
| D | tsc.c | 385 xc = xc_broadcast(0, tsc_apply_cpu, (void *)true, NULL); in tsc_user_enable() 394 xc = xc_broadcast(0, tsc_apply_cpu, (void *)false, NULL); in tsc_user_disable()
|
| D | cpu_ucode_amd.c | 294 where = xc_broadcast(0, cpu_apply_cb, sc, &mc); in cpu_ucode_amd_apply()
|
| D | odcm.c | 379 xc = xc_broadcast(0, (xcfunc_t)x86_msr_xcall, &msr, NULL); in odcm_state_set()
|
| /netbsd/src/sys/sys/ |
| D | xcall.h | 52 uint64_t xc_broadcast(u_int, xcfunc_t, void *, void *);
|
| /netbsd/src/sys/external/bsd/drm2/include/linux/ |
| D | smp.h | 70 ticket = xc_broadcast(0, &on_each_cpu_xc, &f, cookie); in on_each_cpu()
|
| /netbsd/src/sys/external/bsd/drm2/linux/ |
| D | linux_stop_machine.c | 92 xc_wait(xc_broadcast(0, stop_machine_xcall, &S, NULL)); in stop_machine()
|
| /netbsd/src/sys/arch/xen/xen/ |
| D | xen_machdep.c | 302 xc_wait(xc_broadcast(0, &xen_suspendclocks_xc, NULL, NULL)); in xen_prepare_suspend() 364 xc_wait(xc_broadcast(0, xen_resumeclocks_xc, NULL, NULL)); in xen_prepare_resume()
|
| /netbsd/src/sys/arch/i386/i386/ |
| D | kobj_machdep.c | 154 where = xc_broadcast(0, (xcfunc_t)wbinvd, NULL, NULL); in kobj_machdep()
|
| /netbsd/src/sys/kern/ |
| D | subr_xcall.c | 257 xc_broadcast(unsigned int flags, xcfunc_t func, void *arg1, void *arg2) in xc_broadcast() function 304 where = xc_broadcast(flags, xc_nop, NULL, NULL); in xc_barrier()
|
| D | subr_localcount.c | 116 xc_wait(xc_broadcast(0, &localcount_xc, lc, interlock)); in localcount_drain()
|
| D | kern_heartbeat.c | 298 xc_broadcast(0, &heartbeat_reset_xc, NULL, NULL); in set_max_period()
|
| /netbsd/src/sys/arch/amd64/amd64/ |
| D | kobj_machdep.c | 178 where = xc_broadcast(0, (xcfunc_t)wbinvd, NULL, NULL); in kobj_machdep()
|
| /netbsd/src/sys/external/bsd/drm2/drm/ |
| D | drm_cache.c | 113 xc_wait(xc_broadcast(0, &drm_x86_clflush_xc, NULL, NULL)); in drm_md_clflush_all()
|
| /netbsd/src/sys/arch/mips/mips/ |
| D | kobj_machdep.c | 256 where = xc_broadcast(0, in kobj_machdep()
|
| /netbsd/src/sys/arch/arm/cortex/ |
| D | a9ptmr.c | 288 xc = xc_broadcast(0, a9ptmr_update_freq_cb, NULL, NULL); in a9ptmr_update_freq()
|
| /netbsd/src/external/cddl/osnet/dev/dtrace/amd64/ |
| D | dtrace_subr.c | 135 where = xc_broadcast(0, xcall_func, func, arg); in dtrace_xcall()
|
| /netbsd/src/external/cddl/osnet/dev/dtrace/i386/ |
| D | dtrace_subr.c | 143 where = xc_broadcast(0, xcall_func, func, arg); in dtrace_xcall()
|
| /netbsd/src/sys/uvm/ |
| D | uvm_pgflcache.c | 321 where = xc_broadcast(XC_HIGHPRI, uvm_pgflcache_fini_cpu, in uvm_pgflcache_pause()
|