Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/i386/
H A Dmachine_routines.c639 cpu_infop->vector_unit = 9; in ml_cpu_get_info_type()
641 cpu_infop->vector_unit = 8; in ml_cpu_get_info_type()
643 cpu_infop->vector_unit = 7; in ml_cpu_get_info_type()
645 cpu_infop->vector_unit = 6; in ml_cpu_get_info_type()
647 cpu_infop->vector_unit = 5; in ml_cpu_get_info_type()
649 cpu_infop->vector_unit = 4; in ml_cpu_get_info_type()
651 cpu_infop->vector_unit = 3; in ml_cpu_get_info_type()
653 cpu_infop->vector_unit = 2; in ml_cpu_get_info_type()
655 cpu_infop->vector_unit = 0; in ml_cpu_get_info_type()
H A Dmachine_routines.h293 uint32_t vector_unit; member
/xnu-8020.140.41/osfmk/i386/commpage/
H A Dcommpage.c276 switch (cpu_info.vector_unit) { in commpage_init_cpu_capabilities()
/xnu-8020.140.41/osfmk/arm/
H A Dmachine_routines.h300 unsigned long vector_unit; member
H A Dmachine_routines_common.c1235 ml_cpu_info->vector_unit = 0; in ml_cpu_get_info_type()
/xnu-8020.140.41/bsd/kern/
H A Dkern_mib.c539 int vector = cpu_info.vector_unit == 0? 0 : 1; in sysctl_hw_generic()