Searched refs:this_processor_info (Results 1 – 1 of 1) sorted by relevance
182 ml_processor_info_t this_processor_info; in cpu_boot_thread() local186 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 …]