Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dcpu_topology.h129 struct x86_core *core; /* core containing the logical cpu */
154 typedef struct x86_core { struct
155 struct x86_core *next_in_die;/* next core in die */ argument
156 struct x86_core *next_in_pkg;/* next core in package */ argument
175 struct x86_core *cores; /* list of cores in die */ argument
195 struct x86_core *cores; /* list of cores in package */
H A Dcpu_threads.h56 #define x86_core() (x86_lcpu()->core) macro