Home
last modified time | relevance | path

Searched refs:xcRemote (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/dev/arm64/
H A Ddtrace_isa.c106 xcRemote(void *foo) in xcRemote() function
134 cpu_broadcast_xcall(&dt_xc_sync, TRUE, xcRemote, (void*) &xcArg); in dtrace_xcall()
/xnu-12377.41.6/bsd/dev/i386/
H A Ddtrace_isa.c140 xcRemote( void *foo ) in xcRemote() function
163 mp_cpus_call (CPUMASK_ALL, ASYNC, xcRemote, (void*)&xcArg); in dtrace_xcall()
166 mp_cpus_call (cpu_to_cpumask((cpu_t)cpu), ASYNC, xcRemote, (void*)&xcArg); in dtrace_xcall()