Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/Kernel/arm/
H A DAppleARMSMP.cpp182 ml_processor_info_t this_processor_info; in cpu_boot_thread() local
186 memset(&this_processor_info, 0, sizeof(this_processor_info)); in cpu_boot_thread()
187 this_processor_info.cpu_id = reinterpret_cast<cpu_id_t>(cpu_id); in cpu_boot_thread()
188 this_processor_info.phys_id = cpu_info->phys_id; in cpu_boot_thread()
189 this_processor_info.log_id = cpu_id; in cpu_boot_thread()
190 this_processor_info.cluster_id = cpu_info->cluster_id; in cpu_boot_thread()
191 this_processor_info.cluster_type = cpu_info->cluster_type; in cpu_boot_thread()
192 this_processor_info.l2_cache_size = cpu_info->l2_cache_size; in cpu_boot_thread()
193 this_processor_info.l2_cache_id = cpu_info->l2_cache_id; in cpu_boot_thread()
194 this_processor_info.l3_cache_size = cpu_info->l3_cache_size; in cpu_boot_thread()
[all …]