Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dcpu_threads.c53 x86_pkg_t *x86_pkgs = NULL; variable
417 pkg = x86_pkgs; in x86_package_find()
873 pkg->next = x86_pkgs; in cpu_thread_alloc()
874 x86_pkgs = pkg; in cpu_thread_alloc()
1047 pkg = x86_pkgs; in x86_validate_topology()
1219 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.c887 return x86_pkgs; in pmGetPkgRoot()