Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/arm/
H A DAppleARMSMP.cpp206 ml_processor_info_t this_processor_info; in cpu_boot_thread() local
210 memset(&this_processor_info, 0, sizeof(this_processor_info)); in cpu_boot_thread()
211 this_processor_info.cpu_id = reinterpret_cast<cpu_id_t>(cpu_id); in cpu_boot_thread()
212 this_processor_info.phys_id = cpu_info->phys_id; in cpu_boot_thread()
213 this_processor_info.log_id = cpu_id; in cpu_boot_thread()
214 this_processor_info.cluster_id = cpu_info->cluster_id; in cpu_boot_thread()
215 this_processor_info.cluster_type = cpu_info->cluster_type; in cpu_boot_thread()
216 this_processor_info.l2_cache_size = cpu_info->l2_cache_size; in cpu_boot_thread()
217 this_processor_info.l2_cache_id = cpu_info->l2_cache_id; in cpu_boot_thread()
218 this_processor_info.l3_cache_size = cpu_info->l3_cache_size; in cpu_boot_thread()
[all …]