Home
last modified time | relevance | path

Searched refs:x86_pkgs (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/osfmk/i386/
H A Dcpu_threads.c50 x86_pkg_t *x86_pkgs = NULL; variable
414 pkg = x86_pkgs; in x86_package_find()
870 pkg->next = x86_pkgs; in cpu_thread_alloc()
871 x86_pkgs = pkg; in cpu_thread_alloc()
1044 pkg = x86_pkgs; in x86_validate_topology()
1216 pkg = x86_pkgs; in debug_topology_print()
H A Dcpu_topology.h208 extern x86_pkg_t *x86_pkgs; /* root of all CPU packages */
H A DpmCPU.c893 return x86_pkgs; in pmGetPkgRoot()