Searched refs:x86_core (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dcpu_topology.h132 struct x86_core *core; /* core containing the logical cpu */
157 typedef struct x86_core struct
159 struct x86_core *next_in_die; /* next core in die */
160 struct x86_core *next_in_pkg; /* next core in package */
180 struct x86_core *cores; /* list of cores in die */
201 struct x86_core *cores; /* list of cores in package */
H A Dcpu_threads.h56 #define x86_core() (x86_lcpu()->core) macro

Completed in 188 milliseconds