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
472 core = die->cores; in x86_core_find()776 core->next_in_die = die->cores; in x86_die_add_core()778 die->cores = core; in x86_die_add_core()799 core->next_in_pkg = pkg->cores; in x86_package_add_core()801 pkg->cores = core; in x86_package_add_core()1071 core = die->cores; in x86_validate_topology()1131 core = pkg->cores; in x86_validate_topology()1230 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…