Searched refs:cores (Results 1 – 9 of 9) sorted by relevance
175 struct x86_core *cores; /* list of cores in die */ member195 struct x86_core *cores; /* list of cores in package */ member
470 core = die->cores; in x86_core_find()774 core->next_in_die = die->cores; in x86_die_add_core()776 die->cores = core; in x86_die_add_core()797 core->next_in_pkg = pkg->cores; in x86_package_add_core()799 pkg->cores = core; in x86_package_add_core()1069 core = die->cores; in x86_validate_topology()1129 core = pkg->cores; in x86_validate_topology()1228 core = die->cores; in debug_topology_print()
30 * Number of cores/clusters in the system, their physical IDs and type.61 * On all P-cores or all E-cores.97 One of the aspects that until now has been hardcoded in XNU is the system topology: number of cores…
18 cores into the debugger trap as well. The other CPUs call into stackshot from46 "difficulty" (i.e. the number of threads they have). E cores will work on the47 easier queue first, and P cores will work on the harder queue first. Once a CPU
130 …jetsam coalition led by a P-core capable process will be allowed to use P-cores. This could have b…
176 …* Efficiency cores offer meaningful performance uplift for benchmarks as well as throughput-orient…182 …igned, much of the emphasis was placed on delineating work across E-cores and P-cores. Concepts su…285 …threaded workloads with NCPUs threads, as otherwise the threads on slower cores would become strag…
47 …ing while we're killing other false idle daemons and this monopolizes two cores. Proc thrashing je…
1330 size_t core_count = exclaves_callbacks->v1.cores(); in exclaves_init_multicore()
2336 T_LOG("Recommended cores: 0x%llx", sched_recommended_cores);2495 …T_OS_VISION)) // disable for visionOS: device may not be stable with many cores masked off (127904…