Home
last modified time | relevance | path

Searched refs:xc_broadcast (Results 1 – 25 of 44) sorted by relevance

12

/netbsd/src/sys/dev/tprof/
Dtprof_x86_amd.c282 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()
Dtprof_x86_intel.c285 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()
Dtprof_armv7.c303 uint64_t xc = xc_broadcast(0, armv7_pmu_init_cpu, NULL, NULL); in armv7_pmu_init()
Dtprof_armv8.c296 uint64_t xc = xc_broadcast(0, armv8_pmu_init_cpu, NULL, NULL); in armv8_pmu_init()
Dtprof.c393 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/
Dsmp.h48 xc_wait(xc_broadcast(0, wbinvd_xc, NULL, NULL)); in wbinvd_on_all_cpus()
/netbsd/src/sys/arch/x86/x86/
Dspectre.c337 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()
Dtsc.c385 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()
Dcpu_ucode_amd.c294 where = xc_broadcast(0, cpu_apply_cb, sc, &mc); in cpu_ucode_amd_apply()
Dodcm.c379 xc = xc_broadcast(0, (xcfunc_t)x86_msr_xcall, &msr, NULL); in odcm_state_set()
/netbsd/src/sys/sys/
Dxcall.h52 uint64_t xc_broadcast(u_int, xcfunc_t, void *, void *);
/netbsd/src/sys/external/bsd/drm2/include/linux/
Dsmp.h70 ticket = xc_broadcast(0, &on_each_cpu_xc, &f, cookie); in on_each_cpu()
/netbsd/src/sys/external/bsd/drm2/linux/
Dlinux_stop_machine.c92 xc_wait(xc_broadcast(0, stop_machine_xcall, &S, NULL)); in stop_machine()
/netbsd/src/sys/arch/xen/xen/
Dxen_machdep.c302 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/
Dkobj_machdep.c154 where = xc_broadcast(0, (xcfunc_t)wbinvd, NULL, NULL); in kobj_machdep()
/netbsd/src/sys/kern/
Dsubr_xcall.c257 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()
Dsubr_localcount.c116 xc_wait(xc_broadcast(0, &localcount_xc, lc, interlock)); in localcount_drain()
Dkern_heartbeat.c298 xc_broadcast(0, &heartbeat_reset_xc, NULL, NULL); in set_max_period()
/netbsd/src/sys/arch/amd64/amd64/
Dkobj_machdep.c178 where = xc_broadcast(0, (xcfunc_t)wbinvd, NULL, NULL); in kobj_machdep()
/netbsd/src/sys/external/bsd/drm2/drm/
Ddrm_cache.c113 xc_wait(xc_broadcast(0, &drm_x86_clflush_xc, NULL, NULL)); in drm_md_clflush_all()
/netbsd/src/sys/arch/mips/mips/
Dkobj_machdep.c256 where = xc_broadcast(0, in kobj_machdep()
/netbsd/src/sys/arch/arm/cortex/
Da9ptmr.c288 xc = xc_broadcast(0, a9ptmr_update_freq_cb, NULL, NULL); in a9ptmr_update_freq()
/netbsd/src/external/cddl/osnet/dev/dtrace/amd64/
Ddtrace_subr.c135 where = xc_broadcast(0, xcall_func, func, arg); in dtrace_xcall()
/netbsd/src/external/cddl/osnet/dev/dtrace/i386/
Ddtrace_subr.c143 where = xc_broadcast(0, xcall_func, func, arg); in dtrace_xcall()
/netbsd/src/sys/uvm/
Duvm_pgflcache.c321 where = xc_broadcast(XC_HIGHPRI, uvm_pgflcache_fini_cpu, in uvm_pgflcache_pause()

12