Home
last modified time | relevance | path

Searched refs:X86PKG_FL_PRESENT (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/osfmk/i386/
H A Dcpu_topology.h186 #define X86PKG_FL_PRESENT 0x80000000 /* package is present */ macro
H A Dcpu_threads.c580 pkg->flags = X86PKG_FL_PRESENT | X86PKG_FL_READY; in x86_package_alloc()