Searched refs:cpu_cluster_id (Results 1 – 7 of 7) sorted by relevance
504 uint32_t cid = cpu_data_ptr->cpu_cluster_id; in cpu_idle()820 cpu_data_ptr->cpu_cluster_id = 0; in cpu_data_init()941 switch (ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]) { in cpu_start()943 ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] = CTRR_LOCKING; in cpu_start()947 assert_wait(&ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id], THREAD_UNINT); in cpu_start()950 assert(ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] != CTRR_LOCKING); in cpu_start()1001 cpu_cluster_id(void) in cpu_cluster_id() function1003 return getCpuDatap()->cpu_cluster_id; in cpu_cluster_id()
303 uint32_t cid = cdp->cpu_cluster_id; in wfe_process_recommendation()1309 this_cpu_datap->cpu_cluster_id = in_processor_info->cluster_id; in ml_processor_register()1316 …this_cpu_datap->cluster_master = !OSTestAndSet(this_cpu_datap->cpu_cluster_id, &cluster_initialize… in ml_processor_register()1324 …e0 : &pset_node1, pset_cluster_type, this_cpu_datap->cpu_cluster_id, this_cpu_datap->cpu_cluster_i… in ml_processor_register()1328 …eate(&pset_node0, pset_cluster_type, this_cpu_datap->cpu_cluster_id, this_cpu_datap->cpu_cluster_i… in ml_processor_register()
415 return cpu_cluster_id(); in uncmon_get_curid()
74 extern int cpu_cluster_id(void);
753 if (ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] != CTRR_LOCKED) { in arm_init_cpu()755 ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] = CTRR_LOCKED; in arm_init_cpu()756 thread_wakeup(&ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]); in arm_init_cpu()
251 uint32_t cpu_cluster_id; member
352 cpu_data_ptr->cpu_cluster_id = 0; in cpu_data_init()