Searched refs:cpu_number (Results 51 - 75 of 90) sorted by relevance

1234

/xnu-2782.1.97/bsd/kern/
H A Dkern_synch.c51 #include <kern/cpu_number.h>
H A Dsubr_prf.c100 #include <kern/cpu_number.h> /* for cpu_number() */
H A Dsubr_prof.c81 #include <kern/cpu_number.h>
H A Dkdebug.c115 int cpu_number(void); /* XXX <machine/...> include path broken */
1063 cpu = cpu_number();
1200 cpu_number() != master_cpu)
1223 if (cpu_number() != master_cpu)
H A Dmcache.c55 #include <kern/cpu_number.h>
79 (mcache_cpu_t *)((void *)((char *)(c) + MCACHE_SIZE(cpu_number())))
/xnu-2782.1.97/bsd/netinet6/
H A Dipcomp_input.c54 #include <kern/cpu_number.h>
H A Dipcomp_output.c53 #include <kern/cpu_number.h>
/xnu-2782.1.97/osfmk/kern/
H A Dstartup.c84 #include <kern/cpu_number.h>
H A Dprintf.c160 #include <kern/cpu_number.h>
H A Dsched_proto.c42 #include <kern/cpu_number.h>
H A Dprocessor.c68 #include <kern/cpu_number.h>
H A Dsched_grrr.c42 #include <kern/cpu_number.h>
H A Dthread.h108 #include <kern/cpu_number.h>
/xnu-2782.1.97/osfmk/i386/
H A Dpcb.c72 #include <kern/cpu_number.h>
87 #include <i386/cpu_number.h>
506 PMAP_SWITCH_CONTEXT(old, new, cpu_number());
530 PMAP_SWITCH_CONTEXT(thread, processor->idle_thread, cpu_number());
1866 PMAP_SWITCH_CONTEXT(old, new, cpu_number());
H A DDiagnostics.c321 __unused int cnum = cdp->cpu_number;
H A Dmtrr.c31 #include <kern/cpu_number.h>
H A Dbsd_i386.c53 #include <i386/cpu_number.h>
H A Dgenassym.c362 offsetof(cpu_data_t,cpu_number));
/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c126 #include <i386/cpu_number.h>
2143 set_dirbase(tpmap, current_thread(), cpu_number());
2215 my_cpu = cpu_number();
2326 unsigned int my_cpu = cpu_number();
2489 int ccpu = cpu_number();
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dprofile_prvd.c420 pcpu = ((profile_probe_percpu_t *)(&(prof[1]))) + cpu_number();
/xnu-2782.1.97/osfmk/chud/
H A Dchud_thread.c105 !ml_at_interrupt_context() && cpu_number() != cpu) {
/xnu-2782.1.97/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c579 thisCPU = cpu_number();
/xnu-2782.1.97/osfmk/ipc/
H A Dmach_msg.c83 #include <kern/cpu_number.h>
/xnu-2782.1.97/osfmk/prng/
H A Dprng_yarrow.c31 #include <kern/cpu_number.h>
/xnu-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c775 int cn = cpu_number();
1025 int cn = cpu_number();

Completed in 140 milliseconds

1234