Searched refs:x86_core (Results 1 – 2 of 2) sorted by relevance
129 struct x86_core *core; /* core containing the logical cpu */154 typedef struct x86_core { struct155 struct x86_core *next_in_die;/* next core in die */ argument156 struct x86_core *next_in_pkg;/* next core in package */ argument175 struct x86_core *cores; /* list of cores in die */ argument195 struct x86_core *cores; /* list of cores in package */
56 #define x86_core() (x86_lcpu()->core) macro