Searched refs:cpu_t (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dmp.h148 typedef uint32_t cpu_t; typedef
151 cpu_to_cpumask(cpu_t cpu)
171 extern cpu_t mp_cpus_call(
176 extern cpu_t mp_cpus_call1(
H A Dmp.c1053 cpu_t
1090 cpu_t
1100 cpu_t cpu;
1130 for (cpu = 0; cpu < (cpu_t) real_ncpus; cpu++) {
1134 if (cpu == (cpu_t) cpu_number()) {
1223 cpu = (cpu_t) mp_cpus_signals + (call_self ? 1 : 0);
1717 cpu_t ct;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddtrace_isa.c164 mp_cpus_call (cpu_to_cpumask((cpu_t)cpu), SYNC, xcRemote, (void*)&xcArg);

Completed in 23 milliseconds