Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/i386/
H A Dmachine_routines.c661 ml_cpu_get_info_type(ml_cpu_info_t *cpu_infop, cluster_type_t cluster_type __unused) in ml_cpu_get_info_type() argument
666 if (cpu_infop == NULL) { in ml_cpu_get_info_type()
677 cpu_infop->vector_unit = 9; in ml_cpu_get_info_type()
679 cpu_infop->vector_unit = 8; in ml_cpu_get_info_type()
681 cpu_infop->vector_unit = 7; in ml_cpu_get_info_type()
683 cpu_infop->vector_unit = 6; in ml_cpu_get_info_type()
685 cpu_infop->vector_unit = 5; in ml_cpu_get_info_type()
687 cpu_infop->vector_unit = 4; in ml_cpu_get_info_type()
689 cpu_infop->vector_unit = 3; in ml_cpu_get_info_type()
691 cpu_infop->vector_unit = 2; in ml_cpu_get_info_type()
[all …]