Home
last modified time | relevance | path

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

/xnu-11215/osfmk/i386/
H A Dcpu_topology.c224 if (machine_info.logical_cpu_max != machine_info.physical_cpu_max) { in cpu_topology_sort()
228 machine_info.physical_cpu_max = physical_max; in cpu_topology_sort()
H A Dmachine_routines.c775 return machine_info.physical_cpu_max; in ml_get_cpu_number_type()
H A Dcpu_threads.c921 machine_info.physical_cpu_max += 1; in cpu_thread_alloc()
/xnu-11215/osfmk/mach/
H A Dhost_info.h138 integer_t physical_cpu_max; /* max number of physical CPUs possible */ member
H A Dmachine.h102 integer_t physical_cpu_max; /* max number of physical CPUs possible */ member
/xnu-11215/bsd/dev/arm64/
H A Dsysctl.c174 (void *)offsetof(host_basic_info_data_t, physical_cpu_max),
/xnu-11215/osfmk/kern/
H A Dhost.c228 basic_info->physical_cpu_max = machine_info.physical_cpu_max; in host_info()
H A Dprocessor.c1184 if (machine_info.logical_cpu_max == machine_info.physical_cpu_max) { in enable_smt_processors()
/xnu-11215/osfmk/arm/commpage/
H A Dcommpage.c182 …t8_t*)(_COMM_PAGE_PHYSICAL_CPUS + _COMM_PAGE_RW_OFFSET)) = (uint8_t) machine_info.physical_cpu_max; in commpage_populate()
/xnu-11215/osfmk/i386/commpage/
H A Dcommpage.c542 c1 = machine_info.physical_cpu_max; in commpage_populate_one()
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c1447 machine_info.physical_cpu_max = num_cpus; in machine_conf()
/xnu-11215/bsd/kern/
H A Dkern_mib.c354 return SYSCTL_RETURN(req, hinfo.physical_cpu_max); in sysctl_hw_generic()