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

1234

/xnu-2422.115.4/bsd/kern/
H A Dkern_mman.c120 #include <kern/cpu_number.h>
H A Dkdebug.c114 int cpu_number(void); /* XXX <machine/...> include path broken */
1130 cpu = cpu_number();
H A Dkern_sig.c99 #include <kern/cpu_number.h>
2667 if (cpu_number() != master_cpu)
H A Dmach_loader.c66 #include <kern/cpu_number.h>
H A Duipc_mbuf.c88 #include <kern/cpu_number.h>
913 ((mtypes_cpu_t *)(void *)((char *)(p) + MBUF_MTYPES_SIZE(cpu_number())))
/xnu-2422.115.4/bsd/net/
H A Dif_gif.c77 #include <kern/cpu_number.h>
/xnu-2422.115.4/bsd/netinet6/
H A Dah_input.c80 #include <kern/cpu_number.h>
H A Desp_input.c80 #include <kern/cpu_number.h>
/xnu-2422.115.4/bsd/netinet/
H A Dtcp_timer.c77 #include <kern/cpu_number.h> /* before tcp_seq.h, for tcp_random18() */
H A Dtcp_input.c83 #include <kern/cpu_number.h> /* before tcp_seq.h, for tcp_random18() */
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_udp.c1417 kdp.kdp_cpu = cpu_number();
/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c2480 my_cpu_no = cpu_number();
H A Dvm_fault.c2841 lid = cpu_number();
H A Dvm_map.c12513 mycpu = cpu_number();
/xnu-2422.115.4/osfmk/kern/
H A Dsched_prim.c83 #include <kern/cpu_number.h>
1644 thread, wq, cpu_number());

Completed in 269 milliseconds

1234