Searched defs:x86_core (Results 1 – 2 of 2) sorted by relevance
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 */ argument
56 #define x86_core() (x86_lcpu()->core) macro