Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dcpu_threads.c53 x86_pkg_t *x86_pkgs = NULL; variable
416 pkg = x86_pkgs; in x86_package_find()
872 pkg->next = x86_pkgs; in cpu_thread_alloc()
873 x86_pkgs = pkg; in cpu_thread_alloc()
1046 pkg = x86_pkgs; in x86_validate_topology()
1218 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()