Searched refs:cpu_broadcast_xcall (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.81.4/osfmk/arm64/ |
| H A D | kpc.c | 669 cpu_broadcast_xcall(&kpc_xread_sync, TRUE, kpc_get_curcpu_counters_xcall, &hdl); in kpc_get_all_cpus_counters() 897 cpu_broadcast_xcall(&kpc_xcall_sync, TRUE, kpc_set_running_xcall, mp_config); in kpc_set_running_arch() 912 cpu_broadcast_xcall(&kpc_reload_sync, TRUE, kpc_set_reload_xcall, mp_config); in kpc_set_period_arch() 968 cpu_broadcast_xcall(&kpc_config_sync, TRUE, kpc_set_config_xcall, mp_config); in kpc_set_config_arch()
|
| H A D | monotonic_arm64.c | 1522 cpu_broadcast_xcall(&mt_xc_sync, TRUE, mt_microstackshot_start_remote, in mt_microstackshot_start_arch()
|
| /xnu-11215.81.4/bsd/dev/arm64/ |
| H A D | dtrace_isa.c | 134 cpu_broadcast_xcall(&dt_xc_sync, TRUE, xcRemote, (void*) &xcArg); in dtrace_xcall()
|
| /xnu-11215.81.4/osfmk/kperf/ |
| H A D | kptimer.c | 369 cpu_broadcast_xcall((uint32_t *)&xcsync, TRUE /* include self */, fn, in kptimer_broadcast()
|
| /xnu-11215.81.4/osfmk/arm/ |
| H A D | cpu_common.c | 309 cpu_broadcast_xcall(uint32_t *synch, in cpu_broadcast_xcall() function
|
| H A D | machine_routines.h | 825 unsigned int cpu_broadcast_xcall(uint32_t *, boolean_t, broadcastFunc, void *);
|