Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_mib.c158 static int packages; variable
845 SYSCTL_INT(_hw, OID_AUTO, packages, CTLFLAG_RD | CTLFLAG_KERN | CTLFLAG_LOCKED, &packages, 0, "");
1226packages = (int)(roundup(ml_cpu_cache_sharing(0, CLUSTER_TYPE_SMP, true), cpuid_info()->thread_cou… in sysctl_mib_init()
1256 packages = 1; in sysctl_mib_init()
/xnu-8019.80.24/tools/lldbmacros/
H A DREADME.md114 The lldbmacros directory has a Makefile that follows the build process for xnu. This packages lldbm…