Home
last modified time | relevance | path

Searched refs:logical (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/osfmk/i386/
H A Dmachine_routines.c762 ml_get_cpu_number_type(cluster_type_t cluster_type __unused, bool logical, bool available) in ml_get_cpu_number_type() argument
768 if (logical && available) { in ml_get_cpu_number_type()
770 } else if (logical && !available) { in ml_get_cpu_number_type()
772 } else if (!logical && available) { in ml_get_cpu_number_type()
H A Dmachine_routines.h392 unsigned int ml_get_cpu_number_type(cluster_type_t cluster_type, bool logical, bool available);
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c1355 ml_get_cpu_number_type(cluster_type_t cluster_type, bool logical, bool available) in ml_get_cpu_number_type() argument
1361 if (logical && available) { in ml_get_cpu_number_type()
1363 } else if (logical && !available) { in ml_get_cpu_number_type()
1365 } else if (!logical && available) { in ml_get_cpu_number_type()
H A Dmachine_routines.h280 unsigned int ml_get_cpu_number_type(cluster_type_t cluster_type, bool logical, bool available);
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h870 IOVirtualAddress logical,
1269 IOVirtualAddress logical,
/xnu-11215/makedefs/
H A DMakeInc.def161 -Wno-bitwise-instead-of-logical \