Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/i386/
H A Dmp.h157 typedef uint32_t cpu_t; typedef
163 cpu_to_cpumask(cpu_t cpu) in cpu_to_cpumask()
168 #define CPUMASK_SELF cpu_to_cpumask((cpu_t)cpu_number())
187 extern cpu_t mp_cpus_call(
192 extern cpu_t mp_cpus_call1(
H A Dmp.c1259 cpu_t
1308 cpu_t
1317 cpu_t cpu = 0; in mp_cpus_call1()
1358 for (cpu = 0; cpu < (cpu_t) real_ncpus; cpu++) { in mp_cpus_call1()
1364 if (cpu == (cpu_t) cpu_number()) { in mp_cpus_call1()
1461 return (cpu_t) cpus_call_count; in mp_cpus_call1()
1526 cpu_t cpu; in mp_cpus_kick()
1532 for (cpu = 0; cpu < (cpu_t) real_ncpus; cpu++) { in mp_cpus_kick()
2090 cpu_t ct; in ml_interrupt_prewarm()
2167 cpu_t cpu; in mp_interrupt_watchdog()
[all …]
/xnu-11215.81.4/bsd/dev/i386/
H A Ddtrace_isa.c166 mp_cpus_call (cpu_to_cpumask((cpu_t)cpu), ASYNC, xcRemote, (void*)&xcArg); in dtrace_xcall()