Home
last modified time | relevance | path

Searched refs:cpu_broadcast_xcall (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.121.3/osfmk/arm/ !
H A Dkpc_arm.c531 cpu_broadcast_xcall(&kpc_xcall_sync, TRUE, kpc_set_running_xcall, in kpc_set_running_arch()
712 cpu_broadcast_xcall(&kpc_reload_sync, TRUE, kpc_set_reload_xcall, mp_config); in kpc_set_period_arch()
786 cpu_broadcast_xcall(&kpc_config_sync, TRUE, kpc_set_config_xcall, mp_config); in kpc_set_config_arch()
848 cpu_broadcast_xcall(&kpc_xread_sync, TRUE, kpc_get_curcpu_counters_xcall, &hdl); in kpc_get_all_cpus_counters()
H A Dcpu_common.c308 cpu_broadcast_xcall(uint32_t *synch, in cpu_broadcast_xcall() function
H A Dmachine_routines.h848 unsigned int cpu_broadcast_xcall(uint32_t *, boolean_t, broadcastFunc, void *);
/xnu-8020.121.3/bsd/dev/arm/ !
H A Ddtrace_isa.c133 cpu_broadcast_xcall(&dt_xc_sync, TRUE, xcRemote, (void*) &xcArg); in dtrace_xcall()
/xnu-8020.121.3/bsd/dev/arm64/ !
H A Ddtrace_isa.c138 cpu_broadcast_xcall(&dt_xc_sync, TRUE, xcRemote, (void*) &xcArg); in dtrace_xcall()
/xnu-8020.121.3/osfmk/kperf/ !
H A Dkptimer.c374 cpu_broadcast_xcall((uint32_t *)&xcsync, TRUE /* include self */, fn, in kptimer_broadcast()
/xnu-8020.121.3/osfmk/arm64/ !
H A Dmonotonic_arm64.c1422 cpu_broadcast_xcall(&mt_xc_sync, TRUE, mt_microstackshot_start_remote, in mt_microstackshot_start_arch()