Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Dmp.h154 typedef uint32_t cpu_t; typedef
160 cpu_to_cpumask(cpu_t cpu) in cpu_to_cpumask()
165 #define CPUMASK_SELF cpu_to_cpumask((cpu_t)cpu_number())
184 extern cpu_t mp_cpus_call(
189 extern cpu_t mp_cpus_call1(
H A Dmp.c1261 cpu_t
1310 cpu_t
1319 cpu_t cpu = 0; in mp_cpus_call1()
1360 for (cpu = 0; cpu < (cpu_t) real_ncpus; cpu++) { in mp_cpus_call1()
1366 if (cpu == (cpu_t) cpu_number()) { in mp_cpus_call1()
1463 return (cpu_t) cpus_call_count; in mp_cpus_call1()
1528 cpu_t cpu; in mp_cpus_kick()
1534 for (cpu = 0; cpu < (cpu_t) real_ncpus; cpu++) { in mp_cpus_kick()
2073 cpu_t ct; in ml_interrupt_prewarm()
2150 cpu_t cpu; in mp_interrupt_watchdog()
[all …]
/xnu-8792.61.2/bsd/dev/i386/
H A Ddtrace_isa.c166 mp_cpus_call (cpu_to_cpumask((cpu_t)cpu), ASYNC, xcRemote, (void*)&xcArg); in dtrace_xcall()