Searched refs:cores (Results 1 – 4 of 4) sorted by relevance
175 struct x86_core *cores; /* list of cores in die */ member195 struct x86_core *cores; /* list of cores in package */ member
473 core = die->cores; in x86_core_find()777 core->next_in_die = die->cores; in x86_die_add_core()779 die->cores = core; in x86_die_add_core()800 core->next_in_pkg = pkg->cores; in x86_package_add_core()802 pkg->cores = core; in x86_package_add_core()1072 core = die->cores; in x86_validate_topology()1132 core = pkg->cores; in x86_validate_topology()1231 core = die->cores; in debug_topology_print()
28 * Number of cores/clusters in the system, their physical IDs and type.59 * On all P-cores or all E-cores.95 One of the aspects that until now has been hardcoded in XNU is the system topology: number of cores…
177 …* Efficiency cores offer meaningful performance uplift for benchmarks as well as throughput-orient…183 …igned, much of the emphasis was placed on delineating work across E-cores and P-cores. Concepts su…